]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
4c9b522549268d7d1a1af783ea6d029d6e0dd015
[quix0rs-gnu-social.git] / theme / base / css / display.css
1 /** theme: base
2  *
3  * @package   Laconica
4  * @author Sarven Capadisli <csarven@controlyourself.ca>
5  * @copyright 2009 Control Yourself, Inc.
6  * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
7  * @link      http://laconi.ca/
8  */
9
10 * { margin:0; padding:0; }
11 img { display:block; border:0; }
12 a abbr { cursor: pointer; border-bottom:0; }
13 table { border-collapse:collapse; }
14 ol { list-style-position:inside; }
15 html { font-size: 87.5%; background-color:#fff; height:100%; }
16 body {
17 background-color:#fff;
18 color:#000;
19 font-family:sans-serif;
20 font-size:1em;
21 line-height:1.65;
22 position:relative;
23 }
24 h1,h2,h3,h4,h5,h6 {
25 margin-bottom:7px;
26 overflow:hidden;
27 }
28 h1 {
29 font-size:1.4em;
30 margin-bottom:18px;
31 }
32 h2 { font-size:1.3em; }
33 h3 { font-size:1.2em; }
34 h4 { font-size:1.1em; }
35 h5 { font-size:1em; }
36 h6 { font-size:0.9em; }
37
38 caption {
39 font-weight:bold;
40 }
41 legend {
42 font-weight:bold;
43 font-size:1.3em;
44 }
45 input, textarea, select, option {
46 padding:4px;
47 font-family:sans-serif;
48 font-size:1em;
49 }
50 input, textarea, select {
51 border-width:2px;
52 border-style: solid;
53 border-radius:4px;
54 -moz-border-radius:4px;
55 -webkit-border-radius:4px;
56 }
57
58 input.submit {
59 font-weight:bold;
60 cursor:pointer;
61 }
62 textarea {
63 overflow:auto;
64 }
65 option {
66 padding-bottom:0;
67 }
68 fieldset {
69 padding:0;
70 border:0;
71 }
72 form ul li {
73 list-style-type:none;
74 margin:0 0 18px 0;
75 }
76 form label {
77 font-weight:bold;
78 }
79 input.checkbox {
80 position:relative;
81 top:2px;
82 left:0;
83 border:0;
84 }
85
86 #page_notice .error,
87 #page_notice .success {
88 padding:4px 7px;
89 border-radius:4px;
90 -moz-border-radius:4px;
91 -webkit-border-radius:4px;
92 }
93 form label.submit {
94 display:none;
95 }
96
97 .form_settings {
98 clear:both;
99 }
100
101 .form_settings fieldset {
102 margin-bottom:29px;
103 }
104 .form_settings input.remove {
105 margin-left:11px;
106 }
107 .form_settings .form_data li {
108 width:100%;
109 float:left;
110 }
111 .form_settings .form_data label {
112 float:left;
113 }
114 .form_settings .form_data textarea,
115 .form_settings .form_data select,
116 .form_settings .form_data input {
117 margin-left:11px;
118 float:left;
119 }
120 .form_settings .form_data input.submit {
121 margin-left:0;
122 }
123
124 .form_settings label {
125 margin-top:2px;
126 width:152px;
127 }
128
129 .form_actions label {
130 display:none;
131 }
132 .form_guide {
133 font-style:italic;
134 }
135
136 .form_settings #settings_autosubscribe label {
137 display:inline;
138 font-weight:bold;
139 }
140
141 #form_settings_profile legend,
142 #form_login legend,
143 #form_register legend,
144 #form_password legend,
145 #form_settings_avatar legend,
146 #newgroup legend,
147 #editgroup legend,
148 #form_tag_user legend,
149 #form_remote_subscribe legend,
150 #form_openid_login legend,
151 #form_search legend,
152 #form_invite legend,
153 #form_notice_delete legend,
154 #form_password_recover legend,
155 #form_password_change legend {
156 display:none;
157 }
158
159 .form_settings .form_data p.form_guide {
160 clear:both;
161 margin-left:163px;
162 margin-bottom:0;
163 }
164
165 .form_settings p {
166 margin-bottom:11px;
167 }
168
169 .form_settings input.checkbox {
170 margin-top:3px;
171 margin-left:0;
172 }
173 .form_settings label.checkbox {
174 font-weight:normal;
175 margin-top:0;
176 margin-right:0;
177 margin-left:11px;
178 float:left;
179 width:90%;
180 }
181
182
183 #form_login p.form_guide,
184 #form_register #settings_rememberme p.form_guide,
185 #form_openid_login #settings_rememberme p.form_guide,
186 #settings_twitter_remove p.form_guide,
187 #form_search ul.form_data #q {
188 margin-left:0;
189 }
190
191 .form_settings .form_note {
192 border-radius:4px;
193 -moz-border-radius:4px;
194 -webkit-border-radius:4px;
195 padding:0 7px;
196 }
197
198
199 .form_settings input.form_action-secondary {
200 margin-left:29px;
201 padding:0;
202 }
203
204 #form_search .submit {
205 margin-left:11px;
206 }
207
208 address {
209 float:left;
210 margin-bottom:18px;
211 margin-left:18px;
212 }
213 address.vcard img.logo {
214 margin-right:0;
215 }
216 address .fn {
217 font-weight:bold;
218 }
219 address img + .fn {
220 display:none;
221 }
222
223 #header {
224 width:100%;
225 position:relative;
226 float:left;
227 padding-top:18px;
228 margin-bottom:29px;
229 }
230
231 #site_nav_global_primary {
232 float:right;
233 margin-right:18px;
234 margin-bottom:11px;
235 margin-left:18px;
236 }
237 #site_nav_global_primary ul li {
238 display:inline;
239 margin-left:11px;
240 }
241
242 .system_notice dt {
243 font-weight:bold;
244 text-transform:uppercase;
245 display:none;
246 }
247
248 #site_notice {
249 position:absolute;
250 top:65px;
251 right:18px;
252 width:250px;
253 width:24%;
254 }
255 #page_notice {
256 clear:both;
257 margin-bottom:18px;
258 }
259
260
261 #anon_notice {
262 float:left;
263 width:43.2%;
264 padding:1.1%;
265 border-radius:7px;
266 -moz-border-radius:7px;
267 -webkit-border-radius:7px;
268 border-width:2px;
269 border-style:solid;
270 line-height:1.5;
271 font-size:1.1em;
272 font-weight:bold;
273 }
274
275
276 #footer {
277 float:left;
278 width:64%;
279 padding:18px;
280 }
281
282 #site_nav_local_views {
283 width:100%;
284 float:left;
285 }
286 #site_nav_local_views dt {
287 display:none;
288 }
289 #site_nav_local_views li {
290 float:left;
291 margin-right:18px;
292 list-style-type:none;
293 }
294 #site_nav_local_views a {
295 float:left;
296 text-decoration:none;
297 padding:4px 11px;
298 -moz-border-radius-topleft:4px;
299 -moz-border-radius-topright:4px;
300 -webkit-border-top-left-radius:4px;
301 -webkit-border-top-right-radius:4px;
302 border-width:1px;
303 border-style:solid;
304 border-bottom:0;
305 text-shadow: 2px 2px 2px #ddd;
306 font-weight:bold;
307 }
308 #site_nav_local_views .nav {
309 float:left;
310 width:100%;
311 }
312
313 #site_nav_global_primary dt,
314 #site_nav_global_secondary dt {
315 display:none;
316 }
317
318 #site_nav_global_secondary {
319 margin-bottom:11px;
320 }
321
322 #site_nav_global_secondary ul li {
323 display:inline;
324 margin-right:11px;
325 }
326 #export_data li a {
327 padding-left:20px;
328 }
329 #export_data li a.foaf {
330 padding-left:30px;
331 }
332 #export_data li a.export_vcard {
333 padding-left:28px;
334 }
335
336 #export_data ul {
337 display:inline;
338 }
339 #export_data li {
340 list-style-type:none;
341 display:inline;
342 margin-left:11px;
343 }
344 #export_data li:first-child {
345 margin-left:0;
346 }
347
348 #licenses {
349 font-size:0.9em;
350 }
351
352 #licenses dt {
353 font-weight:bold;
354 display:none;
355 }
356 #licenses dd {
357 margin-bottom:11px;
358 line-height:1.5;
359 }
360
361 #site_content_license_cc {
362 margin-bottom:0;
363 }
364 #site_content_license_cc img {
365 display:inline;
366 vertical-align:top;
367 margin-right:4px;
368 }
369
370 #wrap {
371 margin:0 auto;
372 width:100%;
373 min-width:760px;
374 max-width:1003px;
375 overflow:hidden;
376 }
377
378 #core {
379 position:relative;
380 width:100%;
381 float:left;
382 margin-bottom:1em;
383 }
384
385 #content {
386 width:64.009%;
387 padding:1.795%;
388 float:left;
389 border-radius:7px;
390 -moz-border-radius:7px;
391 -moz-border-radius-topleft:0;
392 -webkit-border-radius:7px;
393 -webkit-border-top-left-radius:0;
394 border-style:solid;
395 border-width:1px;
396 }
397
398 #content_inner {
399 position:relative;
400 width:100%;
401 float:left;
402 }
403
404 #aside_primary {
405 width:27.917%;
406 float:left;
407 margin-left:0.395%;
408 padding:1.795%;
409 border-radius:7px;
410 -moz-border-radius:7px;
411 -webkit-border-radius:7px;
412 border-width:1px;
413 border-style:solid;
414 }
415
416 #form_notice {
417 width:45.664%;
418 float:left;
419 position:relative;
420 line-height:1;
421 }
422 #form_notice fieldset {
423 border:0;
424 padding:0;
425 }
426 #form_notice legend {
427 display:none;
428 }
429 #form_notice textarea {
430 float:left;
431 border-radius:7px;
432 -moz-border-radius:7px;
433 -webkit-border-radius:7px;
434 width:80.789%;
435 height:67px;
436 line-height:1.5;
437 padding:7px 7px 16px 7px;
438 }
439 #form_notice label {
440 display:block;
441 float:left;
442 font-size:1.3em;
443 margin-bottom:7px;
444 }
445 #form_notice #notice_submit label {
446 display:none;
447 }
448 #form_notice .form_note {
449 position:absolute;
450 top:99px;
451 right:98px;
452 z-index:9;
453 }
454 #form_notice .form_note dt {
455 font-weight:bold;
456 display:none;
457 }
458 #notice_text-count {
459 font-weight:bold;
460 line-height:1.15;
461 padding:1px 2px;
462 }
463 #form_notice #notice_action-submit {
464 width:14%;
465 height:47px;
466 padding:0;
467 position:absolute;
468 bottom:0;
469 right:0;
470 }
471 #form_notice label[for=to] {
472 margin-top:11px;
473 }
474 #form_notice select[id=to] {
475 margin-bottom:7px;
476 margin-left:18px;
477 float:left;
478 }
479
480
481 /* entity_profile */
482 .entity_profile {
483 position:relative;
484 width:67.702%;
485 min-height:123px;
486 float:left;
487 margin-bottom:18px;
488 margin-left:0;
489 overflow:hidden;
490 }
491 .entity_profile dt,
492 #entity_statistics dt {
493 font-weight:bold;
494 }
495 .entity_profile dd {
496 display:inline;
497 }
498
499 .entity_profile .entity_depiction {
500 float:left;
501 width:96px;
502 margin-right:18px;
503 margin-bottom:18px;
504 }
505
506 .entity_profile .entity_fn,
507 .entity_profile .entity_nickname,
508 .entity_profile .entity_location,
509 .entity_profile .entity_url,
510 .entity_profile .entity_note,
511 .entity_profile .entity_tags {
512 margin-left:113px;
513 margin-bottom:4px;
514 }
515
516 .entity_profile .entity_fn,
517 .entity_profile .entity_nickname {
518 margin-left:11px;
519 display:inline;
520 font-weight:bold;
521 }
522 .entity_profile .entity_nickname {
523 margin-left:0;
524 }
525
526 .entity_profile .entity_fn dd:before {
527 content: "(";
528 font-weight:normal;
529 }
530 .entity_profile .entity_fn dd:after {
531 content: ")";
532 font-weight:normal;
533 }
534
535 .entity_profile dt {
536 display:none;
537 }
538 .entity_profile h2 {
539 display:none;
540 }
541 /* entity_profile */
542
543
544 /*entity_actions*/
545 .entity_actions {
546 float:right;
547 margin-left:4.35%;
548 max-width:25%;
549 }
550 .entity_actions h2 {
551 display:none;
552 }
553 .entity_actions ul {
554 list-style-type:none;
555 }
556 .entity_actions li {
557 margin-bottom:4px;
558 }
559 .entity_actions li:first-child {
560 border-top:0;
561 }
562 .entity_actions fieldset {
563 border:0;
564 padding:0;
565 }
566 .entity_actions legend {
567 display:none;
568 }
569
570 .entity_actions input.submit {
571 display:block;
572 text-align:left;
573 width:100%;
574 }
575 .entity_actions a,
576 .entity_nudge p,
577 .entity_remote_subscribe {
578 text-decoration:none;
579 font-weight:bold;
580 display:block;
581 }
582
583 .form_user_block input.submit,
584 .form_user_unblock input.submit,
585 .entity_send-a-message a,
586 .entity_edit a,
587 .form_user_nudge input.submit,
588 .entity_nudge p {
589 border:0;
590 padding-left:20px;
591 }
592
593 .entity_edit a,
594 .entity_send-a-message a,
595 .entity_nudge p {
596 padding:4px 4px 4px 23px;
597 }
598
599 .entity_remote_subscribe {
600 padding:4px;
601 border-width:2px;
602 border-style:solid;
603 border-radius:4px;
604 -moz-border-radius:4px;
605 -webkit-border-radius:4px;
606 }
607
608
609 .entity_tags ul {
610 list-style-type:none;
611 display:inline;
612 }
613 .entity_tags li {
614 display:inline;
615 margin-right:4px;
616 }
617
618 .aside .section {
619 margin-bottom:29px;
620 clear:both;
621 float:left;
622 width:100%;
623 }
624 .aside .section h2 {
625 text-transform:uppercase;
626 font-size:1em;
627 }
628
629 #entity_statistics dt,
630 #entity_statistics dd {
631 display:inline;
632 }
633 #entity_statistics dt:after {
634 content: ":";
635 }
636
637 .section ul.entities {
638 float:left;
639 width:100%;
640 }
641 .section .entities li {
642 list-style-type:none;
643 float:left;
644 margin-right:7px;
645 margin-bottom:7px;
646 }
647 .section .entities li .photo {
648 margin-right:0;
649 margin-bottom:0;
650 }
651 .section .entities li .fn {
652 display:none;
653 }
654
655 .aside .section p,
656 .aside .section .more {
657 clear:both;
658 }
659
660 .profile .entity_profile {
661 margin-bottom:0;
662 min-height:60px;
663 }
664
665
666 .profile .form_group_join legend,
667 .profile .form_group_leave legend,
668 .profile .form_user_subscribe legend,
669 .profile .form_user_unsubscribe legend {
670 display:none;
671 }
672
673 .profiles {
674 list-style-type:none;
675 }
676 .profile .entity_profile .entity_location {
677 width:auto;
678 clear:none;
679 margin-left:11px;
680 }
681 .profile .entity_profile dl,
682 .profile .entity_profile dd {
683 display:inline;
684 float:none;
685 }
686 .profile .entity_profile .entity_note,
687 .profile .entity_profile .entity_url,
688 .profile .entity_profile .entity_tags,
689 .profile .entity_profile .form_subcription_edit {
690 margin-left:59px;
691 clear:none;
692 display:block;
693 width:auto;
694 }
695 .profile .entity_profile .entity_tags dt {
696 display:inline;
697 margin-right:11px;
698 }
699
700
701 .profile .entity_profile .form_subcription_edit label {
702 font-weight:normal;
703 margin-right:11px;
704 }
705
706
707 /* NOTICE */
708 .notice,
709 .profile {
710 position:relative;
711 padding-top:11px;
712 padding-bottom:11px;
713 clear:both;
714 float:left;
715 width:100%;
716 border-top-width:1px;
717 border-top-style:dashed;
718 }
719 .notices li {
720 list-style-type:none;
721 }
722 .notices li.hover {
723 border-radius:4px;
724 -moz-border-radius:4px;
725 -webkit-border-radius:4px;
726 }
727
728 /* NOTICES */
729 #notices_primary {
730 float:left;
731 width:100%;
732 border-radius:7px;
733 -moz-border-radius:7px;
734 -webkit-border-radius:7px;
735 }
736 #notices_primary h2 {
737 display:none;
738 }
739 .notice-data a span {
740 display:block;
741 padding-left:28px;
742 }
743
744 .notice .author {
745 margin-right:11px;
746 }
747
748 .fn {
749 overflow:hidden;
750 }
751
752 .notice .author .fn {
753 font-weight:bold;
754 }
755
756 .notice .author .photo {
757 margin-bottom:0;
758 }
759
760 .vcard .photo {
761 display:inline;
762 margin-right:11px;
763 margin-bottom:11px;
764 float:left;
765 }
766 .vcard .url {
767 text-decoration:none;
768 }
769 .vcard .url:hover {
770 text-decoration:underline;
771 }
772
773 .notice .entry-title {
774 float:left;
775 width:100%;
776 overflow:hidden;
777 }
778 #shownotice .notice .entry-title {
779 font-size:2.2em;
780 }
781
782 .notice p.entry-content {
783 display:inline;
784 }
785
786 #content .notice p.entry-content a:visited {
787 border-radius:4px;
788 -moz-border-radius:4px;
789 -webkit-border-radius:4px;
790 }
791 .notice p.entry-content .vcard a {
792 border-radius:4px;
793 -moz-border-radius:4px;
794 -webkit-border-radius:4px;
795 }
796
797 .notice div.entry-content {
798 clear:left;
799 float:left;
800 font-size:0.95em;
801 margin-left:59px;
802 width:70%;
803 }
804 #showstream .notice div.entry-content {
805 margin-left:0;
806 }
807
808 .notice .notice-options a,
809 .notice .notice-options input {
810 float:left;
811 font-size:1.025em;
812 }
813
814 .notice div.entry-content dl,
815 .notice div.entry-content dt,
816 .notice div.entry-content dd {
817 display:inline;
818 }
819
820 .notice div.entry-content .timestamp dt,
821 .notice div.entry-content .response dt {
822 display:none;
823 }
824 .notice div.entry-content .timestamp a {
825 display:inline-block;
826 }
827 .notice div.entry-content .device dt {
828 text-transform:lowercase;
829 }
830
831
832
833 .notice-data {
834 position:absolute;
835 top:18px;
836 right:0;
837 min-height:50px;
838 margin-bottom:4px;
839 }
840 .notice .entry-content .notice-data dt {
841 display:none;
842 }
843
844 .notice-data a {
845 display:block;
846 outline:none;
847 }
848
849 .notice-options {
850 padding-left:2%;
851 float:left;
852 width:50%;
853 position:relative;
854 font-size:0.95em;
855 width:12.5%;
856 float:right;
857 }
858
859 .notice-options a {
860 float:left;
861 }
862 .notice-options .notice_delete,
863 .notice-options .notice_reply,
864 .notice-options .form_favor,
865 .notice-options .form_disfavor {
866 position:absolute;
867 top:0;
868 }
869 .notice-options .form_favor,
870 .notice-options .form_disfavor {
871 left:0;
872 }
873 .notice-options .notice_reply {
874 left:29px;
875 }
876 .notice-options .notice_delete {
877 right:0;
878 }
879 .notice-options .notice_reply dt {
880 display:none;
881 }
882
883 .notice-options input,
884 .notice-options a {
885 text-indent:-9999px;
886 outline:none;
887 }
888
889 .notice-options .notice_reply a,
890 .notice-options input.submit {
891 display:block;
892 border:0;
893 }
894 .notice-options .notice_reply a,
895 .notice-options .notice_delete a {
896 text-decoration:none;
897 padding-left:16px;
898 }
899
900 .notice-options form input.submit {
901 width:16px;
902 padding:2px 0;
903 }
904
905 .notice-options .notice_delete dt,
906 .notice-options .form_favor legend,
907 .notice-options .form_disfavor legend {
908 display:none;
909 }
910 .notice-options .notice_delete fieldset,
911 .notice-options .form_favor fieldset,
912 .notice-options .form_disfavor fieldset {
913 border:0;
914 padding:0;
915 }
916
917
918 #new_group, #group_search {
919 margin-bottom:18px;
920 }
921 #new_group a {
922 padding-left:20px;
923 }
924
925
926 #filter_tags {
927 margin-bottom:11px;
928 float:left;
929 }
930 #filter_tags dt {
931 display:none;
932 }
933 #filter_tags ul {
934 list-style-type:none;
935 }
936 #filter_tags ul li {
937 float:left;
938 margin-left:7px;
939 padding-left:7px;
940 border-left-width:1px;
941 border-left-style:solid;
942 }
943 #filter_tags ul li.child_1 {
944 margin-left:0;
945 border-left:0;
946 padding-left:0;
947 }
948 #filter_tags ul li#filter_tags_all a {
949 font-weight:bold;
950 margin-top:7px;
951 float:left;
952 }
953
954 #filter_tags ul li#filter_tags_item label {
955 margin-right:7px;
956 }
957 #filter_tags ul li#filter_tags_item label,
958 #filter_tags ul li#filter_tags_item select {
959 display:inline;
960 }
961 #filter_tags ul li#filter_tags_item p {
962 float:left;
963 margin-left:38px;
964 }
965 #filter_tags ul li#filter_tags_item input {
966 position:relative;
967 top:3px;
968 left:3px;
969 }
970
971
972
973 .pagination {
974 float:left;
975 clear:both;
976 width:100%;
977 margin-top:18px;
978 }
979
980 .pagination dt {
981 font-weight:bold;
982 display:none;
983 }
984
985 .pagination .nav {
986 float:left;
987 width:100%;
988 list-style-type:none;
989 }
990
991 .pagination .nav_prev {
992 float:left;
993 }
994 .pagination .nav_next {
995 float:right;
996 }
997
998 .pagination a {
999 display:block;
1000 text-decoration:none;
1001 font-weight:bold;
1002 padding:7px;
1003 border-width:1px;
1004 border-style:solid;
1005 -moz-border-radius:7px;
1006 -webkit-border-radius:7px;
1007 border-radius:7px;
1008 }
1009
1010 .pagination .nav_prev a {
1011 padding-left:30px;
1012 }
1013 .pagination .nav_next a {
1014 padding-right:30px;
1015 }
1016 /* END: NOTICE */
1017
1018
1019 .hentry .entry-content p {
1020 margin-bottom:18px;
1021 }
1022 .hentry entry-content ol,
1023 .hentry .entry-content ul {
1024 list-style-position:inside;
1025 }
1026 .hentry .entry-content li {
1027 margin-bottom:18px;
1028 }
1029 .hentry .entry-content li li {
1030 margin-left:18px;
1031 }
1032
1033
1034
1035
1036 /* TOP_POSTERS */
1037 .section tbody td {
1038 padding-right:11px;
1039 padding-bottom:11px;
1040 }
1041 .section .vcard .photo {
1042 margin-right:7px;
1043 margin-bottom:0;
1044 }
1045
1046 .section .notice {
1047 padding-top:7px;
1048 padding-bottom:7px;
1049 border-top:0;
1050 }
1051
1052 .section .notice:first-child {
1053 padding-top:0;
1054 }
1055
1056 .section .notice .author {
1057 margin-right:0;
1058 }
1059 .section .notice .author .fn {
1060 display:none;
1061 }
1062
1063
1064 /* tagcloud */
1065 .tag-cloud {
1066 list-style-type:none;
1067 text-align:center;
1068 }
1069 .aside .tag-cloud {
1070 font-size:0.8em;
1071 }
1072 .tag-cloud li {
1073 display:inline;
1074 margin-right:7px;
1075 line-height:1.25;
1076 }
1077 .aside .tag-cloud li {
1078 line-height:1.5;
1079 }
1080 .tag-cloud li a {
1081 text-decoration:none;
1082 }
1083 #tagcloud.section dt {
1084 text-transform:uppercase;
1085 font-weight:bold;
1086 }
1087 .tag-cloud-1 {
1088 font-size:1em;
1089 }
1090 .tag-cloud-2 {
1091 font-size:1.25em;
1092 }
1093 .tag-cloud-3 {
1094 font-size:1.75em;
1095 }
1096 .tag-cloud-4 {
1097 font-size:2em;
1098 }
1099 .tag-cloud-5 {
1100 font-size:2.25em;
1101 }
1102 .tag-cloud-6 {
1103 font-size:2.75em;
1104 }
1105 .tag-cloud-7 {
1106 font-size:3.25em;
1107 }
1108
1109 #publictagcloud #tagcloud.section dt {
1110 display:none;
1111 }
1112
1113 #form_settings_photo .form_data {
1114 clear:both;
1115 }
1116
1117 #form_settings_avatar li {
1118 width:auto;
1119 }
1120 #form_settings_avatar input {
1121 margin-left:0;
1122 }
1123 #avatar_original,
1124 #avatar_preview {
1125 float:left;
1126 }
1127 #avatar_preview {
1128 margin-left:29px;
1129 }
1130 #avatar_preview_view {
1131 height:96px;
1132 width:96px;
1133 margin-bottom:18px;
1134 overflow:hidden;
1135 }
1136
1137 #settings_attach,
1138 #form_settings_avatar .form_actions {
1139 clear:both;
1140 }
1141
1142 #form_settings_avatar .form_actions {
1143 margin-bottom:0;
1144 }
1145
1146