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