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