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