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