]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/otalk/css/base.css
Init h4ck3r theme.
[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; 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 #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:100%;
390 min-height:259px;
391 padding-top:1.795%;
392 padding-bottom:1.795%;
393
394 float: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:96.3%;
413 min-height:259px;
414 float:left;
415 clear:both;
416 padding:1.795%;
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:25%;
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
747 /* NOTICES */
748 #notices_primary {
749 float:left;
750 width:100%;
751 border-radius:7px;
752 -moz-border-radius:7px;
753 -webkit-border-radius:7px;
754 }
755 #notices_primary h2 {
756 display:none;
757 }
758 .notice-data a span {
759 display:block;
760 padding-left:28px;
761 }
762
763 .notice .author {
764 margin-right:11px;
765 }
766
767 #content .notice .author {
768 /*overflow:hidden;*/
769 }
770
771 .fn {
772 overflow:hidden;
773 }
774
775 .notice .author .fn {
776 font-weight:bold;
777 }
778
779 .notice .author .photo {
780 margin-bottom:0;
781 }
782
783 #content .notice .author .photo {
784 margin-left:-83px;
785 padding-right:17px;
786 }
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 #content .notice .entry-title {
808 overflow:visible;
809 margin-bottom:11px;
810 padding:18px;
811 width:85%;
812 border-radius:7px;
813 -moz-border-radius:7px;
814 -webkit-border-radius:7px;
815 min-height:161px;
816 }
817
818 #shownotice .notice .entry-title {
819 font-size:2.2em;
820 }
821
822 .notice p.entry-content {
823 display:inline;
824 }
825
826 #content .notice p.entry-content
827 overflow:hidden;
828 }
829
830 .notice p.entry-content .vcard a {
831 border-radius:4px;
832 -moz-border-radius:4px;
833 -webkit-border-radius:4px;
834 }
835
836 .notice div.entry-content {
837 clear:left;
838 float:left;
839 font-size:0.95em;
840 }
841 #showstream .notice div.entry-content {
842 margin-left:0;
843 }
844
845 .notice .notice-options a,
846 .notice .notice-options input {
847 float:left;
848 font-size:1.025em;
849 }
850
851 .notice div.entry-content dl,
852 .notice div.entry-content dt,
853 .notice div.entry-content dd {
854 display:inline;
855 }
856
857 .notice div.entry-content .timestamp dt,
858 .notice div.entry-content .response dt {
859 display:none;
860 }
861 .notice div.entry-content .timestamp a {
862 display:inline-block;
863 }
864 .notice div.entry-content .device dt {
865 text-transform:lowercase;
866 }
867
868
869
870 .notice-data {
871 position:absolute;
872 top:18px;
873 right:0;
874 min-height:50px;
875 margin-bottom:4px;
876 }
877 .notice .entry-content .notice-data dt {
878 display:none;
879 }
880
881 .notice-data a {
882 display:block;
883 outline:none;
884 }
885
886 .notice-options {
887 position:absolute;
888 top:120px;
889 left:30px;
890 font-size:0.95em;
891 }
892
893 .notice-options a {
894 float:left;
895 }
896 .notice-options .notice_delete,
897 .notice-options .notice_reply,
898 .notice-options .form_favor,
899 .notice-options .form_disfavor {
900 position:absolute;
901 left:0;
902 }
903 .notice-options .form_favor,
904 .notice-options .form_disfavor {
905 top:0;
906 }
907 .notice-options .notice_reply {
908 top:29px;
909 }
910 .notice-options .notice_delete {
911 top:58px;
912 }
913 .notice-options .notice_reply dt {
914 display:none;
915 }
916
917 .notice-options input,
918 .notice-options a {
919 text-indent:-9999px;
920 outline:none;
921 }
922
923 .notice-options .notice_reply a,
924 .notice-options input.submit {
925 display:block;
926 border:0;
927 }
928 .notice-options .notice_reply a,
929 .notice-options .notice_delete a {
930 text-decoration:none;
931 padding-left:16px;
932 }
933
934 .notice-options form input.submit {
935 width:16px;
936 padding:2px 0;
937 }
938
939 .notice-options .notice_delete dt,
940 .notice-options .form_favor legend,
941 .notice-options .form_disfavor legend {
942 display:none;
943 }
944 .notice-options .notice_delete fieldset,
945 .notice-options .form_favor fieldset,
946 .notice-options .form_disfavor fieldset {
947 border:0;
948 padding:0;
949 }
950
951
952 #usergroups #new_group {
953 float: left;
954 margin-right: 2em;
955 }
956 #new_group, #group_search {
957 margin-bottom:18px;
958 }
959 #new_group a {
960 padding-left:20px;
961 }
962
963
964 #filter_tags {
965 margin-bottom:11px;
966 float:left;
967 }
968 #filter_tags dt {
969 display:none;
970 }
971 #filter_tags ul {
972 list-style-type:none;
973 }
974 #filter_tags ul li {
975 float:left;
976 margin-left:7px;
977 padding-left:7px;
978 border-left-width:1px;
979 border-left-style:solid;
980 }
981 #filter_tags ul li.child_1 {
982 margin-left:0;
983 border-left:0;
984 padding-left:0;
985 }
986 #filter_tags ul li#filter_tags_all a {
987 font-weight:bold;
988 margin-top:7px;
989 float:left;
990 }
991
992 #filter_tags ul li#filter_tags_item label {
993 margin-right:7px;
994 }
995 #filter_tags ul li#filter_tags_item label,
996 #filter_tags ul li#filter_tags_item select {
997 display:inline;
998 }
999 #filter_tags ul li#filter_tags_item p {
1000 float:left;
1001 margin-left:38px;
1002 }
1003 #filter_tags ul li#filter_tags_item input {
1004 position:relative;
1005 top:3px;
1006 left:3px;
1007 }
1008
1009
1010
1011 .pagination {
1012 float:left;
1013 clear:both;
1014 width:100%;
1015 margin-top:18px;
1016 }
1017
1018 .pagination dt {
1019 font-weight:bold;
1020 display:none;
1021 }
1022
1023 .pagination .nav {
1024 float:left;
1025 width:100%;
1026 list-style-type:none;
1027 }
1028
1029 .pagination .nav_prev {
1030 float:left;
1031 }
1032 .pagination .nav_next {
1033 float:right;
1034 }
1035
1036 .pagination a {
1037 display:block;
1038 text-decoration:none;
1039 font-weight:bold;
1040 padding:7px;
1041 border-width:1px;
1042 border-style:solid;
1043 -moz-border-radius:7px;
1044 -webkit-border-radius:7px;
1045 border-radius:7px;
1046 }
1047
1048 .pagination .nav_prev a {
1049 padding-left:30px;
1050 }
1051 .pagination .nav_next a {
1052 padding-right:30px;
1053 }
1054 /* END: NOTICE */
1055
1056
1057 .hentry .entry-content p {
1058 margin-bottom:18px;
1059 }
1060 .hentry entry-content ol,
1061 .hentry .entry-content ul {
1062 list-style-position:inside;
1063 }
1064 .hentry .entry-content li {
1065 margin-bottom:18px;
1066 }
1067 .hentry .entry-content li li {
1068 margin-left:18px;
1069 }
1070
1071
1072
1073
1074 /* TOP_POSTERS */
1075 .section tbody td {
1076 padding-right:11px;
1077 padding-bottom:11px;
1078 }
1079 .section .vcard .photo {
1080 margin-right:7px;
1081 margin-bottom:0;
1082 }
1083
1084 .section .notice {
1085 padding-top:7px;
1086 padding-bottom:7px;
1087 border-top:0;
1088 }
1089
1090 .section .notice:first-child {
1091 padding-top:0;
1092 }
1093
1094 .section .notice .author {
1095 margin-right:0;
1096 }
1097 .section .notice .author .fn {
1098 display:none;
1099 }
1100
1101
1102 /* tagcloud */
1103 .tag-cloud {
1104 list-style-type:none;
1105 text-align:center;
1106 }
1107 .aside .tag-cloud {
1108 font-size:0.8em;
1109 }
1110 .tag-cloud li {
1111 display:inline;
1112 margin-right:7px;
1113 line-height:1.25;
1114 }
1115 .aside .tag-cloud li {
1116 line-height:1.5;
1117 }
1118 .tag-cloud li a {
1119 text-decoration:none;
1120 }
1121 #tagcloud.section dt {
1122 text-transform:uppercase;
1123 font-weight:bold;
1124 }
1125 .tag-cloud-1 {
1126 font-size:1em;
1127 }
1128 .tag-cloud-2 {
1129 font-size:1.25em;
1130 }
1131 .tag-cloud-3 {
1132 font-size:1.75em;
1133 }
1134 .tag-cloud-4 {
1135 font-size:2em;
1136 }
1137 .tag-cloud-5 {
1138 font-size:2.25em;
1139 }
1140 .tag-cloud-6 {
1141 font-size:2.75em;
1142 }
1143 .tag-cloud-7 {
1144 font-size:3.25em;
1145 }
1146
1147 #publictagcloud #tagcloud.section dt {
1148 display:none;
1149 }
1150
1151 #form_settings_photo .form_data {
1152 clear:both;
1153 }
1154
1155 #form_settings_avatar li {
1156 width:auto;
1157 }
1158 #form_settings_avatar input {
1159 margin-left:0;
1160 }
1161 #avatar_original,
1162 #avatar_preview {
1163 float:left;
1164 }
1165 #avatar_preview {
1166 margin-left:29px;
1167 }
1168 #avatar_preview_view {
1169 height:96px;
1170 width:96px;
1171 margin-bottom:18px;
1172 overflow:hidden;
1173 }
1174
1175 #settings_attach,
1176 #form_settings_avatar .form_actions {
1177 clear:both;
1178 }
1179
1180 #form_settings_avatar .form_actions {
1181 margin-bottom:0;
1182 }
1183
1184 #form_settings_design #settings_design_color .form_data,
1185 #form_settings_design #color-picker {
1186 float:left;
1187 }
1188 #form_settings_design #settings_design_color .form_data {
1189 width:400px;
1190 margin-right:28px;
1191 }
1192
1193 .instructions ul {
1194 list-style-position:inside;
1195 }
1196 .instructions p,
1197 .instructions ul {
1198 margin-bottom:18px;
1199 }
1200 .help dt {
1201 display:none;
1202 }
1203 .guide {
1204 clear:both;
1205 }