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