]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
Merge branch 'master' 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 margin-bottom:18px;
31 }
32 h2 { font-size:1.3em; }
33 h3 { font-size:1.2em; }
34 h4 { font-size:1.1em; }
35 h5 { font-size:1em; }
36 h6 { font-size:0.9em; }
37
38 caption {
39 font-weight:bold;
40 }
41 legend {
42 font-weight:bold;
43 font-size:1.3em;
44 }
45 input, textarea, select, option {
46 padding:4px;
47 font-family:sans-serif;
48 font-size:1em;
49 }
50 input, textarea, select {
51 border-width:2px;
52 border-style: solid;
53 border-radius:4px;
54 -moz-border-radius:4px;
55 -webkit-border-radius:4px;
56 }
57
58 input.submit {
59 font-weight:bold;
60 cursor:pointer;
61 }
62 textarea {
63 overflow:auto;
64 }
65 option {
66 padding-bottom:0;
67 }
68 fieldset {
69 padding:0;
70 border:0;
71 }
72 form ul li {
73 list-style-type:none;
74 margin:0 0 18px 0;
75 }
76 form label {
77 font-weight:bold;
78 }
79 input.checkbox {
80 position:relative;
81 top:2px;
82 left:0;
83 border:0;
84 }
85
86 #page_notice .error,
87 #page_notice .success {
88 padding:4px 7px;
89 border-radius:4px;
90 -moz-border-radius:4px;
91 -webkit-border-radius:4px;
92 }
93 form label.submit {
94 display:none;
95 }
96
97 .form_settings {
98 clear:both;
99 }
100
101 .form_settings fieldset {
102 margin-bottom:29px;
103 }
104 .form_settings input.remove {
105 margin-left:11px;
106 }
107 .form_settings .form_data li {
108 width:100%;
109 float:left;
110 }
111 .form_settings .form_data label {
112 float:left;
113 }
114 .form_settings .form_data textarea,
115 .form_settings .form_data select,
116 .form_settings .form_data input {
117 margin-left:11px;
118 float:left;
119 }
120 .form_settings .form_data input.submit {
121 margin-left:0;
122 }
123
124 .form_settings label {
125 margin-top:2px;
126 width:152px;
127 }
128
129 .form_actions label {
130 display:none;
131 }
132 .form_guide {
133 font-style:italic;
134 }
135
136 .form_settings #settings_autosubscribe label {
137 display:inline;
138 font-weight:bold;
139 }
140
141 #form_settings_profile legend,
142 #form_login legend,
143 #form_register legend,
144 #form_password legend,
145 #form_settings_avatar legend,
146 #newgroup legend,
147 #editgroup legend,
148 #form_tag_user legend,
149 #form_remote_subscribe legend,
150 #form_openid_login legend,
151 #form_search legend,
152 #form_invite legend,
153 #form_notice_delete legend,
154 #form_password_recover legend,
155 #form_password_change 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: 2px 2px 2px #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: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 right:0;
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