]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
filter tags styles
[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:286px;
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 }
402
403 /*Start: FORM NOTICE*/
404 #form_notice {
405 width:458px;
406 float:left;
407 position:relative;
408 line-height:1;
409 }
410 #form_notice fieldset {
411 border:0;
412 padding:0;
413 }
414 #form_notice legend {
415 display:none;
416 }
417 #form_notice textarea {
418 border-radius:7px;
419 -moz-border-radius:7px;
420 -webkit-border-radius:7px;
421 width:370px;
422 height:67px;
423 line-height:1.5;
424 padding:7px 7px 16px 7px;
425 }
426 #form_notice label {
427 display:block;
428 font-size:1.3em;
429 margin-bottom:7px;
430 }
431 #form_notice .form_data li {
432 float:left;
433 }
434
435 #form_notice #notice_attach_file label,
436 #form_notice #notice_submit label {
437 display:none;
438 }
439
440 #form_notice #notice_attachment {
441 margin-top:25px;
442 margin-left:4px;
443 }
444
445 #form_notice .form_note {
446 position:absolute;
447 top:99px;
448 right:98px;
449 z-index:9;
450 }
451
452 #form_notice .form_note dt {
453 font-weight:bold;
454 display:none;
455 }
456 #notice_text-count {
457 font-weight:bold;
458 line-height:1.15;
459 padding:1px 2px;
460 }
461
462 #form_notice #notice_data-attach_view {
463 position:absolute;
464 top:25px;
465 right:30px;
466 margin-left:4px;
467 padding:0;
468 width:16px;
469 height:16px;
470 border:0;
471 text-indent:-9999px;
472 }
473 #form_notice .form_actions {
474 position:absolute;
475 bottom:0;
476 right:0;
477 }
478 #form_notice .form_actions input.submit {
479 width:60px;
480 padding:8px;
481 }
482
483 #form_notice li {
484 margin-bottom:0;
485 }
486
487 #form_notice #notice_to {
488 margin-bottom:7px;
489 }
490
491 #notice_to label {
492 float:left;
493 margin-right:18px;
494 margin-top:11px;
495 }
496 #notice_to select {
497 float:left;
498 }
499 /*end FORM NOTICE*/
500
501
502 /* entity_profile */
503 .entity_profile {
504 position:relative;
505 width:475px;
506 min-height:123px;
507 float:left;
508 margin-bottom:17px;
509 margin-left:0;
510 }
511 .entity_profile dt,
512 #entity_statistics dt {
513 font-weight:bold;
514 }
515 .entity_profile .entity_depiction {
516 float:left;
517 position:absolute;
518 top:0;
519 left:0;
520 width:96px;
521 }
522 .entity_profile .entity_fn,
523 .entity_profile .entity_nickname,
524 .entity_profile .entity_location,
525 .entity_profile .entity_url,
526 .entity_profile .entity_note,
527 .entity_profile .entity_tags {
528 float:left;
529 clear:left;
530 margin-left:113px;
531 width:322px;
532 margin-bottom:4px;
533 }
534
535 .entity_profile .entity_fn,
536 .entity_profile .entity_nickname {
537 width:auto;
538 clear:none;
539 }
540
541 .entity_profile .entity_fn {
542 margin-left:11px;
543 margin-right:4px;
544 }
545 .entity_profile .entity_fn .fn {
546 font-weight:bold;
547 font-style:normal;
548 }
549 .entity_profile .nickname {
550 font-style:italic;
551 font-weight:bold;
552 }
553
554 .entity_profile .entity_fn dd:before {
555 content: "(";
556 font-weight:normal;
557 }
558 .entity_profile .entity_fn dd:after {
559 content: ")";
560 font-weight:normal;
561 }
562
563 .entity_profile dt {
564 display:none;
565 }
566 .entity_profile h2 {
567 display:none;
568 }
569 /* entity_profile */
570
571
572 /*entity_actions*/
573 .entity_actions {
574 float:right;
575
576 }
577 .entity_actions h2 {
578 display:none;
579 }
580 .entity_actions ul {
581 list-style-type:none;
582 }
583 .entity_actions li {
584 margin-bottom:4px;
585 }
586 .entity_actions li:first-child {
587 border-top:0;
588 }
589 .entity_actions fieldset {
590 border:0;
591 padding:0;
592 }
593 .entity_actions legend {
594 display:none;
595 }
596
597 .entity_actions input.submit {
598 display:block;
599 text-align:left;
600 width:100%;
601 }
602 .entity_actions a,
603 .entity_nudge p,
604 .entity_remote_subscribe {
605 text-decoration:none;
606 font-weight:bold;
607 display:block;
608 }
609
610 .form_user_block input.submit,
611 .form_user_unblock input.submit,
612 .entity_send-a-message a,
613 .form_user_nudge input.submit,
614 .entity_nudge p {
615 border:0;
616 padding-left:20px;
617 }
618
619 .entity_send-a-message a,
620 .entity_nudge p {
621 padding:4px 4px 4px 23px;
622 }
623
624 .entity_remote_subscribe {
625 padding:4px;
626 border-width:2px;
627 border-style:solid;
628 border-radius:4px;
629 -moz-border-radius:4px;
630 -webkit-border-radius:4px;
631 }
632
633
634 .entity_tags ul {
635 list-style-type:none;
636 display:inline;
637 }
638 .entity_tags li {
639 display:inline;
640 margin-right:4px;
641 }
642
643 .aside .section {
644 margin-bottom:29px;
645 clear:both;
646 float:left;
647 width:100%;
648 }
649 .aside .section h2 {
650 text-transform:uppercase;
651 font-size:1em;
652 }
653
654 #entity_statistics dt,
655 #entity_statistics dd {
656 display:inline;
657 }
658 #entity_statistics dt:after {
659 content: ":";
660 }
661
662 .section ul.entities {
663 float:left;
664 width:100%;
665 }
666 .section .entities li {
667 list-style-type:none;
668 float:left;
669 margin-right:7px;
670 margin-bottom:7px;
671 }
672 .section .entities li .photo {
673 margin-right:0;
674 margin-bottom:0;
675 }
676 .section .entities li .fn {
677 display:none;
678 }
679
680 .aside .section p,
681 .aside .section .more {
682 clear:both;
683 }
684
685 .profile .entity_profile {
686 margin-bottom:0;
687 min-height:60px;
688 }
689
690
691 .profile .form_group_join,
692 .profile .form_group_leave,
693 .profile .form_user_subscribe,
694 .profile .form_user_unsubscribe {
695 float:right;
696 }
697 .profile .form_group_join legend,
698 .profile .form_group_leave legend,
699 .profile .form_user_subscribe legend,
700 .profile .form_user_unsubscribe legend {
701 display:none;
702 }
703
704 .profiles {
705 list-style-type:none;
706 }
707 .profile .entity_profile .entity_location {
708 width:auto;
709 clear:none;
710 margin-left:11px;
711 }
712 .profile .entity_profile dl,
713 .profile .entity_profile dd {
714 display:inline;
715 float:none;
716 }
717 .profile .entity_profile .entity_note,
718 .profile .entity_profile .entity_url,
719 .profile .entity_profile .entity_tags,
720 .profile .entity_profile .form_subcription_edit {
721 margin-left:59px;
722 clear:none;
723 display:block;
724 width:auto;
725 }
726 .profile .entity_profile .entity_tags dt {
727 display:inline;
728 margin-right:11px;
729 }
730
731
732 .profile .entity_profile .form_subcription_edit label {
733 font-weight:normal;
734 margin-right:11px;
735 }
736
737
738 /* NOTICE */
739 .notice,
740 .profile {
741 position:relative;
742 padding-top:11px;
743 padding-bottom:11px;
744 clear:both;
745 float:left;
746 width:100%;
747 border-top-width:1px;
748 border-top-style:dashed;
749 }
750 .notices li {
751 list-style-type:none;
752 }
753 .notices li.hover {
754 border-radius:4px;
755 -moz-border-radius:4px;
756 -webkit-border-radius:4px;
757 }
758
759 /* NOTICES */
760 #notices_primary {
761 float:left;
762 width:644px;
763 border-radius:7px;
764 -moz-border-radius:7px;
765 -webkit-border-radius:7px;
766 }
767 #notices_primary h2 {
768 display:none;
769 }
770 .notice-data a span {
771 display:block;
772 padding-left:28px;
773 }
774
775 .notice .author {
776 margin-right:11px;
777 }
778
779 .notice .author .fn {
780 font-weight:bold;
781 }
782
783 .notice .author .photo {
784 margin-bottom:0;
785 }
786
787 .vcard .photo {
788 display:inline;
789 margin-right:11px;
790 margin-bottom:11px;
791 float:left;
792 }
793 .vcard .url {
794 text-decoration:none;
795 }
796 .vcard .url:hover {
797 text-decoration:underline;
798 }
799 .vcard .fn {
800 font-style:italic;
801 }
802
803 .notice .entry-title {
804 float:left;
805 width:100%;
806 }
807 #shownotice .notice .entry-title {
808 font-size:2.2em;
809 }
810
811 .notice p.entry-content {
812 display:inline;
813 }
814
815 #content .notice p.entry-content a:visited {
816 border-radius:4px;
817 -moz-border-radius:4px;
818 -webkit-border-radius:4px;
819 }
820 .notice p.entry-content .vcard a {
821 border-radius:4px;
822 -moz-border-radius:4px;
823 -webkit-border-radius:4px;
824 }
825
826 .notice div.entry-content {
827 clear:left;
828 float:left;
829 font-size:0.95em;
830 margin-left:59px;
831 width:70%;
832 }
833 #showstream .notice div.entry-content {
834 margin-left:0;
835 }
836
837 .notice .notice-options a,
838 .notice .notice-options input {
839 float:left;
840 font-size:1.025em;
841 }
842
843 .notice div.entry-content dl,
844 .notice div.entry-content dt,
845 .notice div.entry-content dd {
846 display:inline;
847 }
848
849 .notice div.entry-content .timestamp dt,
850 .notice div.entry-content .response dt {
851 display:none;
852 }
853 .notice div.entry-content .timestamp a {
854 display:inline-block;
855 }
856 .notice div.entry-content .device dt {
857 text-transform:lowercase;
858 }
859
860
861
862 .notice-data {
863 position:absolute;
864 top:18px;
865 right:0;
866 min-height:50px;
867 margin-bottom:4px;
868 }
869 .notice .entry-content .notice-data dt {
870 display:none;
871 }
872
873 .notice-data a {
874 display:block;
875 outline:none;
876 }
877
878 .notice-options {
879 padding-left:2%;
880 float:left;
881 width:50%;
882 position:relative;
883 font-size:0.95em;
884 width:12.5%;
885 float:right;
886 }
887
888 .notice-options a {
889 float:left;
890 }
891 .notice-options .notice_delete,
892 .notice-options .notice_reply,
893 .notice-options .form_favor,
894 .notice-options .form_disfavor {
895 position:absolute;
896 top:0;
897 }
898 .notice-options .form_favor,
899 .notice-options .form_disfavor {
900 left:0;
901 }
902 .notice-options .notice_reply {
903 left:29px;
904 }
905 .notice-options .notice_delete {
906 left:76px;
907 }
908 .notice-options .notice_reply dt {
909 display:none;
910 }
911
912 .notice-options input,
913 .notice-options a {
914 text-indent:-9999px;
915 outline:none;
916 }
917
918 .notice-options .notice_reply a,
919 .notice-options input.submit {
920 display:block;
921 border:0;
922 }
923 .notice-options .notice_reply a,
924 .notice-options .notice_delete a {
925 text-decoration:none;
926 padding-left:16px;
927 }
928
929 .notice-options form input.submit {
930 width:16px;
931 padding:2px 0;
932 }
933
934 .notice-options .notice_delete dt,
935 .notice-options .form_favor legend,
936 .notice-options .form_disfavor legend {
937 display:none;
938 }
939 .notice-options .notice_delete fieldset,
940 .notice-options .form_favor fieldset,
941 .notice-options .form_disfavor fieldset {
942 border:0;
943 padding:0;
944 }
945 /*END: NOTICES */
946
947
948
949 #new_group {
950 margin-bottom:18px;
951 }
952 #new_group a {
953 padding-left:20px;
954 }
955
956
957 #filter_tags {
958 margin-bottom:11px;
959 float:left;
960 }
961 #filter_tags dt {
962 display:none;
963 }
964 #filter_tags ul {
965 list-style-type:none;
966 }
967 #filter_tags ul li {
968 float:left;
969 margin-left:7px;
970 padding-left:7px;
971 border-left:1px solid #ddd;
972 }
973 #filter_tags ul li.child_1 {
974 margin-left:0;
975 border-left:0;
976 padding-left:0;
977 }
978 #filter_tags ul li#filter_tags_all a {
979 font-weight:bold;
980 margin-top:7px;
981 float:left;
982 }
983
984 #filter_tags ul li#filter_tags_item label {
985 margin-right:7px;
986 }
987 #filter_tags ul li#filter_tags_item label,
988 #filter_tags ul li#filter_tags_item select {
989 display:inline;
990 }
991 #filter_tags ul li#filter_tags_item p {
992 float:left;
993 margin-left:38px;
994 }
995 #filter_tags ul li#filter_tags_item input {
996 position:relative;
997 top:3px;
998 left:3px;
999 }
1000
1001
1002
1003 .pagination {
1004 float:left;
1005 clear:both;
1006 width:100%;
1007 margin-top:18px;
1008 }
1009
1010 .pagination dt {
1011 font-weight:bold;
1012 display:none;
1013 }
1014
1015 .pagination .nav {
1016 float:left;
1017 width:100%;
1018 list-style-type:none;
1019 }
1020
1021 .pagination .nav_prev {
1022 float:left;
1023 }
1024 .pagination .nav_next {
1025 float:right;
1026 }
1027
1028 .pagination a {
1029 display:block;
1030 text-decoration:none;
1031 font-weight:bold;
1032 padding:7px;
1033 border:1px dotted #D1D9E4;
1034 border-bottom:0;
1035 }
1036
1037 .pagination .nav_prev a {
1038 -moz-border-radius-topright:7px;
1039 -webkit-border-top-right-radius:7px;
1040 padding-left:20px;
1041 border-left:0;
1042 }
1043 .pagination .nav_next a {
1044 -moz-border-radius-topleft:7px;
1045 -webkit-border-top-left-radius:7px;
1046 padding-right:20px;
1047 border-right:0;
1048 }
1049 /* END: NOTICE */
1050
1051
1052 .hentry .entry-content p {
1053 margin-bottom:18px;
1054 }
1055 .hentry entry-content ol,
1056 .hentry .entry-content ul {
1057 list-style-position:inside;
1058 }
1059 .hentry .entry-content li {
1060 margin-bottom:18px;
1061 }
1062 .hentry .entry-content li li {
1063 margin-left:18px;
1064 }
1065
1066
1067
1068
1069 /* TOP_POSTERS */
1070 .section tbody td {
1071 padding-right:11px;
1072 padding-bottom:11px;
1073 }
1074 .section .vcard .photo {
1075 margin-right:7px;
1076 margin-bottom:0;
1077 }
1078
1079 .section .notice {
1080 padding-top:11px;
1081 padding-bottom:11px;
1082 }
1083
1084 .section .notice:first-child {
1085 padding-top:0;
1086 border-top:0;
1087 }
1088
1089
1090 /* tagcloud */
1091 .tag-cloud {
1092 list-style-type:none;
1093 text-align:center;
1094 }
1095 .aside .tag-cloud {
1096 font-size:0.8em;
1097 }
1098 .tag-cloud li {
1099 display:inline;
1100 margin-right:7px;
1101 line-height:1.25;
1102 }
1103 .aside .tag-cloud li {
1104 line-height:1.5;
1105 }
1106 .tag-cloud li a {
1107 text-decoration:none;
1108 }
1109 #tagcloud.section dt {
1110 text-transform:uppercase;
1111 font-weight:bold;
1112 }
1113 .tag-cloud-1 {
1114 font-size:1em;
1115 }
1116 .tag-cloud-2 {
1117 font-size:1.25em;
1118 }
1119 .tag-cloud-3 {
1120 font-size:1.75em;
1121 }
1122 .tag-cloud-4 {
1123 font-size:2em;
1124 }
1125 .tag-cloud-5 {
1126 font-size:2.25em;
1127 }
1128 .tag-cloud-6 {
1129 font-size:2.75em;
1130 }
1131 .tag-cloud-7 {
1132 font-size:3.25em;
1133 }
1134
1135 #publictagcloud #tagcloud.section dt {
1136 display:none;
1137 }
1138
1139 #form_settings_photo .form_data {
1140 clear:both;
1141 }
1142
1143 #form_settings_avatar li {
1144 width:auto;
1145 }
1146 #form_settings_avatar input {
1147 margin-left:0;
1148 }
1149 #avatar_original,
1150 #avatar_preview {
1151 float:left;
1152 }
1153 #avatar_preview {
1154 margin-left:29px;
1155 }
1156 #avatar_preview_view {
1157 height:96px;
1158 width:96px;
1159 margin-bottom:18px;
1160 overflow:hidden;
1161 }
1162
1163 #settings_attach,
1164 #form_settings_avatar .form_actions {
1165 clear:both;
1166 }
1167
1168 #form_settings_avatar .form_actions {
1169 margin-bottom:0;
1170 }