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