]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
Merge branch '0.7.x' of git@gitorious.org:laconica/dev 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:capitalize;
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 }
47 input, textarea, select, option {
48 padding:4px;
49 font-family:sans-serif;
50 font-size:1em;
51 }
52 input, textarea, select {
53 border-width:2px;
54 border-style: solid;
55 border-radius:4px;
56 -moz-border-radius:4px;
57 -webkit-border-radius:4px;
58 }
59
60 input.submit {
61 font-weight:bold;
62 cursor:pointer;
63 }
64 textarea {
65 overflow:auto;
66 }
67 option {
68 padding-bottom:0;
69 }
70 fieldset {
71 padding:0;
72 border:0;
73 }
74 form ul li {
75 list-style-type:none;
76 margin:0 0 18px 0;
77 }
78 form label {
79 font-weight:bold;
80 }
81 input.checkbox {
82 position:relative;
83 top:2px;
84 left:0;
85 border:0;
86 }
87
88 #page_notice .error,
89 #page_notice .success {
90 padding:4px 7px;
91 border-radius:4px;
92 -moz-border-radius:4px;
93 -webkit-border-radius:4px;
94 }
95 form label.submit {
96 display:none;
97 }
98
99 .form_settings {
100 clear:both;
101 }
102
103 .form_settings fieldset {
104 margin-bottom:29px;
105 }
106 .form_settings input.remove {
107 margin-left:11px;
108 }
109 .form_settings .form_data li {
110 width:100%;
111 float:left;
112 }
113 .form_settings .form_data label {
114 float:left;
115 }
116 .form_settings .form_data textarea,
117 .form_settings .form_data select,
118 .form_settings .form_data input {
119 margin-left:11px;
120 float:left;
121 }
122 .form_settings .form_data input.submit {
123 margin-left:0;
124 }
125
126 .form_settings label {
127 margin-top:2px;
128 width:152px;
129 }
130
131 .form_actions label {
132 display:none;
133 }
134 .form_guide {
135 font-style:italic;
136 }
137
138 .form_settings #settings_autosubscribe label {
139 display:inline;
140 font-weight:bold;
141 }
142
143 #form_settings_profile legend,
144 #form_login legend,
145 #form_register legend,
146 #form_password legend,
147 #form_settings_avatar legend,
148 #newgroup legend,
149 #editgroup legend,
150 #form_tag_user legend,
151 #form_remote_subscribe legend,
152 #form_openid_login legend,
153 #form_search legend,
154 #form_invite legend,
155 #form_notice_delete 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
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
199 .form_settings input.form_action-secondary {
200 margin-left:29px;
201 padding:0;
202 }
203
204 #form_search .submit {
205 margin-left:11px;
206 }
207
208 address {
209 float:left;
210 margin-bottom:18px;
211 margin-left:18px;
212 }
213 address.vcard img.logo {
214 margin-right:0;
215 }
216 address .fn {
217 font-weight:bold;
218 }
219
220 #header {
221 width:100%;
222 position:relative;
223 float:left;
224 padding-top:18px;
225 margin-bottom:29px;
226 }
227
228 #site_nav_global_primary {
229 float:right;
230 margin-right:18px;
231 margin-bottom:11px;
232 margin-left:18px;
233 }
234 #site_nav_global_primary ul li {
235 display:inline;
236 margin-left:11px;
237 }
238
239 .system_notice dt {
240 font-weight:bold;
241 text-transform:uppercase;
242 display:none;
243 }
244
245 #site_notice {
246 position:absolute;
247 top:65px;
248 right:18px;
249 width:250px;
250 }
251 #page_notice {
252 clear:both;
253 margin-bottom:18px;
254 }
255
256
257 #anon_notice {
258 float:left;
259 width:432px;
260 width:28.052em;
261 padding:11px;
262 border-radius:7px;
263 -moz-border-radius:7px;
264 -webkit-border-radius:7px;
265 border-width:2px;
266 border-style:solid;
267 line-height:1.5;
268 font-size:1.1em;
269 font-weight:bold;
270 }
271
272
273 #footer {
274 float:left;
275 width:64%;
276 padding:18px;
277 }
278
279 #site_nav_local_views {
280 width:100%;
281 float:left;
282 }
283 #site_nav_local_views dt {
284 display:none;
285 }
286 #site_nav_local_views li {
287 float:left;
288 margin-right:18px;
289 list-style-type:none;
290 }
291 #site_nav_local_views a {
292 float:left;
293 text-decoration:none;
294 padding:4px 11px;
295 -moz-border-radius-topleft:4px;
296 -moz-border-radius-topright:4px;
297 -webkit-border-top-left-radius:4px;
298 -webkit-border-top-right-radius:4px;
299 border-width:1px;
300 border-style:solid;
301 border-bottom:0;
302 text-shadow: 4px 4px 4px #ddd;
303 font-weight:bold;
304 }
305 #site_nav_local_views .nav {
306 float:left;
307 width:100%;
308 }
309
310 #site_nav_global_primary dt,
311 #site_nav_global_secondary dt {
312 display:none;
313 }
314
315 #site_nav_global_secondary {
316 margin-bottom:11px;
317 }
318
319 #site_nav_global_secondary ul li {
320 display:inline;
321 margin-right:11px;
322 }
323 #export_data li a {
324 padding-left:20px;
325 }
326 #export_data li a.foaf {
327 padding-left:30px;
328 }
329 #export_data li a.export_vcard {
330 padding-left:28px;
331 }
332
333 #export_data ul {
334 display:inline;
335 }
336 #export_data li {
337 list-style-type:none;
338 display:inline;
339 margin-left:11px;
340 }
341 #export_data li:first-child {
342 margin-left:0;
343 }
344
345 #licenses {
346 font-size:0.9em;
347 }
348
349 #licenses dt {
350 font-weight:bold;
351 display:none;
352 }
353 #licenses dd {
354 margin-bottom:11px;
355 line-height:1.5;
356 }
357
358 #site_content_license_cc {
359 margin-bottom:0;
360 }
361 #site_content_license_cc img {
362 display:inline;
363 vertical-align:top;
364 margin-right:4px;
365 }
366
367 #wrap {
368 margin:0 auto;
369 width:71.714em;
370 width:1003px;
371 overflow:hidden;
372 }
373
374 #core {
375 position:relative;
376 width:100%;
377 float:left;
378 margin-bottom:1em;
379 }
380
381 #content {
382 width:644px;
383 padding:18px;
384 float:left;
385 border-radius:7px;
386 -moz-border-radius:7px;
387 -moz-border-radius-topleft:0;
388 -webkit-border-radius:7px;
389 -webkit-border-top-left-radius:0;
390 }
391
392 #content_inner {
393 position:relative;
394 width:100%;
395 float:left;
396 }
397
398 #aside_primary {
399 width:280px;
400 float:left;
401 margin-left:4px;
402 padding:18px;
403 border-radius:7px;
404 -moz-border-radius:7px;
405 -webkit-border-radius:7px;
406 border-width:1px;
407 border-style:solid;
408 }
409
410 /*Start: FORM NOTICE*/
411 #form_notice {
412 width:458px;
413 float:left;
414 position:relative;
415 line-height:1;
416 }
417 #form_notice fieldset {
418 border:0;
419 padding:0;
420 }
421 #form_notice legend {
422 display:none;
423 }
424 #form_notice textarea {
425 border-radius:7px;
426 -moz-border-radius:7px;
427 -webkit-border-radius:7px;
428 width:370px;
429 height:67px;
430 line-height:1.5;
431 padding:7px 7px 16px 7px;
432 }
433 #form_notice label {
434 display:block;
435 font-size:1.3em;
436 margin-bottom:7px;
437 }
438 #form_notice .form_data li {
439 float:left;
440 }
441
442 #form_notice #notice_attach_file label,
443 #form_notice #notice_submit label {
444 display:none;
445 }
446
447 #form_notice #notice_attachment {
448 margin-top:25px;
449 margin-left:4px;
450 }
451
452 #form_notice .form_note {
453 position:absolute;
454 top:99px;
455 right:98px;
456 z-index:9;
457 }
458
459 #form_notice .form_note dt {
460 font-weight:bold;
461 display:none;
462 }
463 #notice_text-count {
464 font-weight:bold;
465 line-height:1.15;
466 padding:1px 2px;
467 }
468
469 #form_notice #notice_data-attach_view {
470 position:absolute;
471 top:25px;
472 right:30px;
473 margin-left:4px;
474 padding:0;
475 width:16px;
476 height:16px;
477 border:0;
478 text-indent:-9999px;
479 }
480 #form_notice .form_actions {
481 position:absolute;
482 bottom:0;
483 right:0;
484 }
485 #form_notice .form_actions input.submit {
486 width:60px;
487 padding:8px;
488 }
489
490 #form_notice li {
491 margin-bottom:0;
492 }
493
494 #form_notice #notice_to {
495 margin-bottom:7px;
496 }
497
498 #notice_to label {
499 float:left;
500 margin-right:18px;
501 margin-top:11px;
502 }
503 #notice_to select {
504 float:left;
505 }
506 /*end FORM NOTICE*/
507
508
509 /* entity_profile */
510 .entity_profile {
511 position:relative;
512 width:475px;
513 min-height:123px;
514 float:left;
515 margin-bottom:18px;
516 margin-left:0;
517 overflow:hidden;
518 }
519 .entity_profile dt,
520 #entity_statistics dt {
521 font-weight:bold;
522 }
523 .entity_profile dd {
524 display:inline;
525 }
526
527 .entity_profile .entity_depiction {
528 float:left;
529 width:96px;
530 margin-right:18px;
531 margin-bottom:18px;
532 }
533
534 .entity_profile .entity_fn,
535 .entity_profile .entity_nickname,
536 .entity_profile .entity_location,
537 .entity_profile .entity_url,
538 .entity_profile .entity_note,
539 .entity_profile .entity_tags {
540 margin-left:113px;
541 margin-bottom:4px;
542 width:322px;
543 }
544
545 .entity_profile .entity_fn,
546 .entity_profile .entity_nickname {
547 margin-left:11px;
548 display:inline;
549 font-weight:bold;
550 }
551 .entity_profile .entity_nickname {
552 margin-left:0;
553 }
554
555 .entity_profile .entity_fn dd:before {
556 content: "(";
557 font-weight:normal;
558 }
559 .entity_profile .entity_fn dd:after {
560 content: ")";
561 font-weight:normal;
562 }
563
564 .entity_profile dt {
565 display:none;
566 }
567 .entity_profile h2 {
568 display:none;
569 }
570
571 /* entity_profile */
572
573
574 /*entity_actions*/
575 .entity_actions {
576 float:right;
577 margin-left:28px;
578 }
579 .entity_actions h2 {
580 display:none;
581 }
582 .entity_actions ul {
583 list-style-type:none;
584 }
585 .entity_actions li {
586 margin-bottom:4px;
587 }
588 .entity_actions li:first-child {
589 border-top:0;
590 }
591 .entity_actions fieldset {
592 border:0;
593 padding:0;
594 }
595 .entity_actions legend {
596 display:none;
597 }
598
599 .entity_actions input.submit {
600 display:block;
601 text-align:left;
602 width:100%;
603 }
604 .entity_actions a,
605 .entity_nudge p,
606 .entity_remote_subscribe {
607 text-decoration:none;
608 font-weight:bold;
609 display:block;
610 }
611
612 .form_user_block input.submit,
613 .form_user_unblock input.submit,
614 .entity_send-a-message a,
615 .entity_edit a,
616 .form_user_nudge input.submit,
617 .entity_nudge p {
618 border:0;
619 padding-left:20px;
620 }
621
622 .entity_edit a,
623 .entity_send-a-message a,
624 .entity_nudge p {
625 padding:4px 4px 4px 23px;
626 }
627
628 .entity_remote_subscribe {
629 padding:4px;
630 border-width:2px;
631 border-style:solid;
632 border-radius:4px;
633 -moz-border-radius:4px;
634 -webkit-border-radius:4px;
635 }
636
637
638 .entity_tags ul {
639 list-style-type:none;
640 display:inline;
641 }
642 .entity_tags li {
643 display:inline;
644 margin-right:4px;
645 }
646
647 .aside .section {
648 margin-bottom:29px;
649 clear:both;
650 float:left;
651 width:100%;
652 }
653 .aside .section h2 {
654 text-transform:uppercase;
655 font-size:1em;
656 }
657
658 #entity_statistics dt,
659 #entity_statistics dd {
660 display:inline;
661 }
662 #entity_statistics dt:after {
663 content: ":";
664 }
665
666 .section ul.entities {
667 float:left;
668 width:100%;
669 }
670 .section .entities li {
671 list-style-type:none;
672 float:left;
673 margin-right:7px;
674 margin-bottom:7px;
675 }
676 .section .entities li .photo {
677 margin-right:0;
678 margin-bottom:0;
679 }
680 .section .entities li .fn {
681 display:none;
682 }
683
684 .aside .section p,
685 .aside .section .more {
686 clear:both;
687 }
688
689 .profile .entity_profile {
690 margin-bottom:0;
691 min-height:60px;
692 }
693
694
695 .profile .form_group_join legend,
696 .profile .form_group_leave legend,
697 .profile .form_user_subscribe legend,
698 .profile .form_user_unsubscribe legend {
699 display:none;
700 }
701
702 .profiles {
703 list-style-type:none;
704 }
705 .profile .entity_profile .entity_location {
706 width:auto;
707 clear:none;
708 margin-left:11px;
709 }
710 .profile .entity_profile dl,
711 .profile .entity_profile dd {
712 display:inline;
713 float:none;
714 }
715 .profile .entity_profile .entity_note,
716 .profile .entity_profile .entity_url,
717 .profile .entity_profile .entity_tags,
718 .profile .entity_profile .form_subcription_edit {
719 margin-left:59px;
720 clear:none;
721 display:block;
722 width:auto;
723 }
724 .profile .entity_profile .entity_tags dt {
725 display:inline;
726 margin-right:11px;
727 }
728
729
730 .profile .entity_profile .form_subcription_edit label {
731 font-weight:normal;
732 margin-right:11px;
733 }
734
735
736 /* NOTICE */
737 .notice,
738 .profile {
739 position:relative;
740 padding-top:11px;
741 padding-bottom:11px;
742 clear:both;
743 float:left;
744 width:100%;
745 border-top-width:1px;
746 border-top-style:dashed;
747 }
748 .notices li {
749 list-style-type:none;
750 }
751 .notices li.hover {
752 border-radius:4px;
753 -moz-border-radius:4px;
754 -webkit-border-radius:4px;
755 }
756
757 /* NOTICES */
758 #notices_primary {
759 float:left;
760 width:100%;
761 border-radius:7px;
762 -moz-border-radius:7px;
763 -webkit-border-radius:7px;
764 }
765 #notices_primary h2 {
766 display:none;
767 }
768 .notice-data a span {
769 display:block;
770 padding-left:28px;
771 }
772
773 .notice .author {
774 margin-right:11px;
775 }
776
777 .fn {
778 overflow:hidden;
779 }
780
781 .notice .author .fn {
782 font-weight:bold;
783 }
784
785 .notice .author .photo {
786 margin-bottom:0;
787 }
788
789 .vcard .photo {
790 display:inline;
791 margin-right:11px;
792 margin-bottom:11px;
793 float:left;
794 }
795 .vcard .url {
796 text-decoration:none;
797 }
798 .vcard .url:hover {
799 text-decoration:underline;
800 }
801
802 .notice .entry-title {
803 float:left;
804 width:100%;
805 overflow:hidden;
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, #group_search {
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-width:1px;
972 border-left-style:solid;
973 }
974 #filter_tags ul li.child_1 {
975 margin-left:0;
976 border-left:0;
977 padding-left:0;
978 }
979 #filter_tags ul li#filter_tags_all a {
980 font-weight:bold;
981 margin-top:7px;
982 float:left;
983 }
984
985 #filter_tags ul li#filter_tags_item label {
986 margin-right:7px;
987 }
988 #filter_tags ul li#filter_tags_item label,
989 #filter_tags ul li#filter_tags_item select {
990 display:inline;
991 }
992 #filter_tags ul li#filter_tags_item p {
993 float:left;
994 margin-left:38px;
995 }
996 #filter_tags ul li#filter_tags_item input {
997 position:relative;
998 top:3px;
999 left:3px;
1000 }
1001
1002
1003
1004 .pagination {
1005 float:left;
1006 clear:both;
1007 width:100%;
1008 margin-top:18px;
1009 }
1010
1011 .pagination dt {
1012 font-weight:bold;
1013 display:none;
1014 }
1015
1016 .pagination .nav {
1017 float:left;
1018 width:100%;
1019 list-style-type:none;
1020 }
1021
1022 .pagination .nav_prev {
1023 float:left;
1024 }
1025 .pagination .nav_next {
1026 float:right;
1027 }
1028
1029 .pagination a {
1030 display:block;
1031 text-decoration:none;
1032 font-weight:bold;
1033 padding:7px;
1034 border-width:1px;
1035 border-style:solid;
1036 -moz-border-radius:7px;
1037 -webkit-border-radius:7px;
1038 border-radius:7px;
1039 }
1040
1041 .pagination .nav_prev a {
1042 padding-left:30px;
1043 }
1044 .pagination .nav_next a {
1045 padding-right:30px;
1046 }
1047 /* END: NOTICE */
1048
1049
1050 .hentry .entry-content p {
1051 margin-bottom:18px;
1052 }
1053 .hentry entry-content ol,
1054 .hentry .entry-content ul {
1055 list-style-position:inside;
1056 }
1057 .hentry .entry-content li {
1058 margin-bottom:18px;
1059 }
1060 .hentry .entry-content li li {
1061 margin-left:18px;
1062 }
1063
1064
1065
1066
1067 /* TOP_POSTERS */
1068 .section tbody td {
1069 padding-right:11px;
1070 padding-bottom:11px;
1071 }
1072 .section .vcard .photo {
1073 margin-right:7px;
1074 margin-bottom:0;
1075 }
1076
1077 .section .notice {
1078 padding-top:7px;
1079 padding-bottom:7px;
1080 border-top:0;
1081 }
1082
1083 .section .notice:first-child {
1084 padding-top:0;
1085 }
1086
1087 .section .notice .author {
1088 margin-right:0;
1089 }
1090 .section .notice .author .fn {
1091 display:none;
1092 }
1093
1094
1095 /* tagcloud */
1096 .tag-cloud {
1097 list-style-type:none;
1098 text-align:center;
1099 }
1100 .aside .tag-cloud {
1101 font-size:0.8em;
1102 }
1103 .tag-cloud li {
1104 display:inline;
1105 margin-right:7px;
1106 line-height:1.25;
1107 }
1108 .aside .tag-cloud li {
1109 line-height:1.5;
1110 }
1111 .tag-cloud li a {
1112 text-decoration:none;
1113 }
1114 #tagcloud.section dt {
1115 text-transform:uppercase;
1116 font-weight:bold;
1117 }
1118 .tag-cloud-1 {
1119 font-size:1em;
1120 }
1121 .tag-cloud-2 {
1122 font-size:1.25em;
1123 }
1124 .tag-cloud-3 {
1125 font-size:1.75em;
1126 }
1127 .tag-cloud-4 {
1128 font-size:2em;
1129 }
1130 .tag-cloud-5 {
1131 font-size:2.25em;
1132 }
1133 .tag-cloud-6 {
1134 font-size:2.75em;
1135 }
1136 .tag-cloud-7 {
1137 font-size:3.25em;
1138 }
1139
1140 #publictagcloud #tagcloud.section dt {
1141 display:none;
1142 }
1143
1144 #form_settings_photo .form_data {
1145 clear:both;
1146 }
1147
1148 #form_settings_avatar li {
1149 width:auto;
1150 }
1151 #form_settings_avatar input {
1152 margin-left:0;
1153 }
1154 #avatar_original,
1155 #avatar_preview {
1156 float:left;
1157 }
1158 #avatar_preview {
1159 margin-left:29px;
1160 }
1161 #avatar_preview_view {
1162 height:96px;
1163 width:96px;
1164 margin-bottom:18px;
1165 overflow:hidden;
1166 }
1167
1168 #settings_attach,
1169 #form_settings_avatar .form_actions {
1170 clear:both;
1171 }
1172
1173 #form_settings_avatar .form_actions {
1174 margin-bottom:0;
1175 }
1176
1177