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