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