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