]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/biz/css/base.css
Merge branch '0.8.x' into stats
[quix0rs-gnu-social.git] / theme / biz / css / base.css
1 /** theme: biz 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 1.55%;
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:113px;
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:124px;
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-primary {
202 padding:0;
203 }
204 .form_settings input.form_action-secondary {
205 margin-left:29px;
206 }
207
208
209 #form_search .submit {
210 margin-left:11px;
211 }
212
213 address {
214 float:left;
215 margin-bottom:18px;
216 margin-left:18px;
217 }
218 address.vcard img.logo {
219 margin-right:0;
220 }
221 address .fn {
222 font-weight:bold;
223 }
224 address img + .fn {
225 display:none;
226 }
227
228 #header {
229 width:100%;
230 position:relative;
231 float:left;
232 padding-top:18px;
233 margin-bottom:18px;
234 }
235
236 #site_nav_global_primary {
237 float:left;
238 margin-right:18px;
239 margin-bottom:11px;
240 width:50%;
241 }
242 #site_nav_global_primary ul li {
243 display:inline;
244 margin-right:11px;
245 }
246
247 .system_notice dt {
248 font-weight:bold;
249 text-transform:uppercase;
250 display:none;
251 }
252
253 #site_notice {
254 float:right;
255 clear:right;
256 margin-top:7px;
257 margin-right:18px;
258 width:24%;
259 }
260 #page_notice {
261 clear:both;
262 margin-bottom:18px;
263 }
264
265
266 #anon_notice {
267 float:left;
268 width:45.4%;
269 /*
270 border-radius:7px;
271 -moz-border-radius:7px;
272 -webkit-border-radius:7px;
273 border-width:2px;
274 border-style:solid;
275 */
276 line-height:1.5;
277 font-size:1.1em;
278 font-weight:bold;
279 }
280
281
282 #footer {
283 float:left;
284 width:64%;
285 padding:18px;
286 }
287
288 #site_nav_local_views {
289 width:14.5%;
290 float:left;
291 }
292 #site_nav_local_views dt {
293 display:none;
294 }
295 #site_nav_local_views li {
296 list-style-type:none;
297 }
298 #site_nav_local_views a {
299 display:block;
300 text-decoration:none;
301 padding:4px 11px;
302 -moz-border-radius-topleft:4px;
303 -moz-border-radius-bottomleft:4px;
304 -webkit-border-top-left-radius:4px;
305 -webkit-border-bottom-left-radius:4px;
306 border-width:1px;
307 border-style:solid;
308 border-right:0;
309 text-shadow: 2px 2px 2px #ddd;
310 font-weight:bold;
311 }
312 #site_nav_local_views .nav {
313 float:left;
314 width:100%;
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:51.009%;
391 min-height:259px;
392 padding:1.795%;
393 float:left;
394 border-radius:7px;
395 -moz-border-radius:7px;
396 -moz-border-radius-topleft:0;
397 -webkit-border-radius:7px;
398 -webkit-border-top-left-radius:0;
399 border-style:solid;
400 border-width:1px;
401 }
402 #shownotice #content {
403 min-height:0;
404 }
405
406 #content_inner {
407 position:relative;
408 width:100%;
409 float:left;
410 }
411
412 #aside_primary {
413 width:29.917%;
414 min-height:259px;
415 float:left;
416 margin-left:0.385%;
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 position:relative;
429 }
430 #form_notice legend {
431 display:none;
432 }
433 #form_notice textarea {
434 float:left;
435 border-radius:7px;
436 -moz-border-radius:7px;
437 -webkit-border-radius:7px;
438 width:80.789%;
439 height:67px;
440 line-height:1.5;
441 padding:7px 7px 16px 7px;
442 }
443 #form_notice label {
444 display:block;
445 float:left;
446 font-size:1.3em;
447 margin-bottom:7px;
448 }
449 #form_notice #notice_submit label {
450 display:none;
451 }
452 #form_notice .form_note {
453 position:absolute;
454 top:99px;
455 right:98px;
456 z-index:9;
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 #form_notice #notice_action-submit {
468 width:14%;
469 height:47px;
470 padding:0;
471 position:absolute;
472 bottom:0;
473 right:0;
474 }
475 #form_notice label[for=to] {
476 margin-top:7px;
477 }
478 #form_notice select[id=to] {
479 margin-bottom:7px;
480 margin-left:18px;
481 float:left;
482 }
483 #form_notice .error {
484 float:left;
485 clear:both;
486 width:96.9%;
487 margin-bottom:0;
488 line-height:1.618;
489 }
490
491 /* entity_profile */
492 .entity_profile {
493 position:relative;
494 width:67.702%;
495 min-height:123px;
496 float:left;
497 margin-bottom:18px;
498 margin-left:0;
499 overflow:hidden;
500 }
501 .entity_profile dt,
502 #entity_statistics dt {
503 font-weight:bold;
504 }
505 .entity_profile dd {
506 display:inline;
507 }
508
509 .entity_profile .entity_depiction {
510 float:left;
511 width:96px;
512 margin-right:18px;
513 margin-bottom:18px;
514 }
515
516 .entity_profile .entity_fn,
517 .entity_profile .entity_nickname,
518 .entity_profile .entity_location,
519 .entity_profile .entity_url,
520 .entity_profile .entity_note,
521 .entity_profile .entity_tags {
522 margin-left:113px;
523 margin-bottom:4px;
524 }
525
526 .entity_profile .entity_fn,
527 .entity_profile .entity_nickname {
528 margin-left:11px;
529 display:inline;
530 font-weight:bold;
531 }
532 .entity_profile .entity_nickname {
533 margin-left:0;
534 }
535
536 .entity_profile .entity_fn dd:before {
537 content: "(";
538 font-weight:normal;
539 }
540 .entity_profile .entity_fn dd:after {
541 content: ")";
542 font-weight:normal;
543 }
544
545 .entity_profile dt {
546 display:none;
547 }
548 .entity_profile h2 {
549 display:none;
550 }
551 /* entity_profile */
552
553
554 /*entity_actions*/
555 .entity_actions {
556 float:right;
557 margin-left:4.35%;
558 max-width:25%;
559 }
560 .entity_actions h2 {
561 display:none;
562 }
563 .entity_actions ul {
564 list-style-type:none;
565 }
566 .entity_actions li {
567 margin-bottom:4px;
568 }
569 .entity_actions li:first-child {
570 border-top:0;
571 }
572 .entity_actions fieldset {
573 border:0;
574 padding:0;
575 }
576 .entity_actions legend {
577 display:none;
578 }
579
580 .entity_actions input.submit {
581 display:block;
582 text-align:left;
583 width:100%;
584 }
585 .entity_actions a,
586 .entity_nudge p,
587 .entity_remote_subscribe {
588 text-decoration:none;
589 font-weight:bold;
590 display:block;
591 }
592
593 .form_user_block input.submit,
594 .form_user_unblock input.submit,
595 .entity_send-a-message a,
596 .entity_edit a,
597 .form_user_nudge input.submit,
598 .entity_nudge p {
599 border:0;
600 padding-left:20px;
601 }
602
603 .entity_edit a,
604 .entity_send-a-message a,
605 .entity_nudge p {
606 padding:4px 4px 4px 23px;
607 }
608
609 .entity_remote_subscribe {
610 padding:4px;
611 border-width:2px;
612 border-style:solid;
613 border-radius:4px;
614 -moz-border-radius:4px;
615 -webkit-border-radius:4px;
616 }
617 .entity_actions .accept {
618 margin-bottom:18px;
619 }
620
621 .entity_tags ul {
622 list-style-type:none;
623 display:inline;
624 }
625 .entity_tags li {
626 display:inline;
627 margin-right:4px;
628 }
629
630 .aside .section {
631 margin-bottom:18px;
632 clear:both;
633 float:left;
634 width:87.985%;
635 padding:6%;
636 border-radius:7px;
637 -moz-border-radius:7px;
638 -webkit-border-radius:7px;
639 border-width:1px;
640 border-style:solid;
641 }
642 .aside .section h2 {
643 text-transform:uppercase;
644 font-size:1em;
645 }
646
647 #entity_statistics dt,
648 #entity_statistics dd {
649 display:inline;
650 }
651 #entity_statistics dt:after {
652 content: ":";
653 }
654
655 .section ul.entities {
656 float:left;
657 width:100%;
658 }
659 .section .entities li {
660 list-style-type:none;
661 float:left;
662 margin-right:7px;
663 margin-bottom:7px;
664 }
665 .section .entities li .photo {
666 margin-right:0;
667 margin-bottom:0;
668 }
669 .section .entities li .fn {
670 display:none;
671 }
672
673 .aside .section p,
674 .aside .section .more {
675 clear:both;
676 }
677
678 .profile .entity_profile {
679 margin-bottom:0;
680 min-height:60px;
681 }
682
683
684 .profile .form_group_join legend,
685 .profile .form_group_leave legend,
686 .profile .form_user_subscribe legend,
687 .profile .form_user_unsubscribe legend {
688 display:none;
689 }
690
691 .profiles {
692 list-style-type:none;
693 }
694 .profile .entity_profile .entity_location {
695 width:auto;
696 clear:none;
697 margin-left:11px;
698 }
699 .profile .entity_profile dl,
700 .profile .entity_profile dd {
701 display:inline;
702 float:none;
703 }
704 .profile .entity_profile .entity_note,
705 .profile .entity_profile .entity_url,
706 .profile .entity_profile .entity_tags,
707 .profile .entity_profile .form_subscription_edit {
708 margin-left:59px;
709 clear:none;
710 display:block;
711 width:auto;
712 }
713 .profile .entity_profile .entity_tags dt {
714 display:inline;
715 margin-right:11px;
716 }
717
718
719 .profile .entity_profile .form_subscription_edit label {
720 font-weight:normal;
721 margin-right:11px;
722 }
723
724
725 /* NOTICE */
726 .notice,
727 .profile {
728 position:relative;
729 padding-top:11px;
730 padding-bottom:11px;
731 clear:both;
732 float:left;
733 width:100%;
734 border-top-width:1px;
735 border-top-style:dotted;
736 }
737 .notices li {
738 list-style-type:none;
739 }
740 .notices li.hover {
741 border-radius:4px;
742 -moz-border-radius:4px;
743 -webkit-border-radius:4px;
744 }
745
746 /* NOTICES */
747 #notices_primary {
748 float:left;
749 width:100%;
750 border-radius:7px;
751 -moz-border-radius:7px;
752 -webkit-border-radius:7px;
753 }
754 #notices_primary h2 {
755 display:none;
756 }
757 .notice-data a span {
758 display:block;
759 padding-left:28px;
760 }
761
762 .notice .author {
763 margin-right:11px;
764 }
765
766 .fn {
767 overflow:hidden;
768 }
769
770 .notice .author .fn {
771 font-weight:bold;
772 }
773
774 .vcard .photo {
775 display:inline;
776 margin-right:11px;
777 float:left;
778 }
779 #shownotice .vcard .photo {
780 margin-bottom:4px;
781 }
782 .vcard .url {
783 text-decoration:none;
784 }
785 .vcard .url:hover {
786 text-decoration:underline;
787 }
788
789 .notice .entry-title {
790 float:left;
791 width:100%;
792 overflow:hidden;
793 }
794 #shownotice .notice .entry-title {
795 font-size:2.2em;
796 }
797
798 .notice p.entry-content {
799 display:inline;
800 }
801
802 #content .notice p.entry-content a:visited {
803 border-radius:4px;
804 -moz-border-radius:4px;
805 -webkit-border-radius:4px;
806 }
807 .notice p.entry-content .vcard a {
808 border-radius:4px;
809 -moz-border-radius:4px;
810 -webkit-border-radius:4px;
811 }
812
813 .notice div.entry-content {
814 clear:left;
815 float:left;
816 font-size:0.95em;
817 margin-left:59px;
818 width:65%;
819 }
820 #showstream .notice div.entry-content,
821 #shownotice .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 .notice-options {
850 padding-left:2%;
851 float:left;
852 width:50%;
853 position:relative;
854 font-size:0.95em;
855 width:12.5%;
856 float:right;
857 }
858
859 .notice-options a {
860 float:left;
861 }
862 .notice-options .notice_delete,
863 .notice-options .notice_reply,
864 .notice-options .form_favor,
865 .notice-options .form_disfavor {
866 position:absolute;
867 top:0;
868 }
869 .notice-options .form_favor,
870 .notice-options .form_disfavor {
871 left:0;
872 }
873 .notice-options .notice_reply {
874 left:29px;
875 }
876 .notice-options .notice_delete {
877 right:0;
878 }
879 .notice-options .notice_reply dt {
880 display:none;
881 }
882
883 .notice-options input,
884 .notice-options a {
885 text-indent:-9999px;
886 outline:none;
887 }
888
889 .notice-options .notice_reply a,
890 .notice-options input.submit {
891 display:block;
892 border:0;
893 }
894 .notice-options .notice_reply a,
895 .notice-options .notice_delete a {
896 text-decoration:none;
897 padding-left:16px;
898 }
899
900 .notice-options form input.submit {
901 width:16px;
902 padding:2px 0;
903 }
904
905 .notice-options .notice_delete dt,
906 .notice-options .form_favor legend,
907 .notice-options .form_disfavor legend {
908 display:none;
909 }
910 .notice-options .notice_delete fieldset,
911 .notice-options .form_favor fieldset,
912 .notice-options .form_disfavor fieldset {
913 border:0;
914 padding:0;
915 }
916
917
918 #usergroups #new_group {
919 float: left;
920 margin-right: 2em;
921 }
922 #new_group, #group_search {
923 margin-bottom:18px;
924 }
925 #new_group a {
926 padding-left:20px;
927 }
928
929
930 #filter_tags {
931 margin-bottom:11px;
932 float:left;
933 }
934 #filter_tags dt {
935 display:none;
936 }
937 #filter_tags ul {
938 list-style-type:none;
939 }
940 #filter_tags ul li {
941 float:left;
942 margin-left:7px;
943 padding-left:7px;
944 border-left-width:1px;
945 border-left-style:solid;
946 }
947 #filter_tags ul li.child_1 {
948 margin-left:0;
949 border-left:0;
950 padding-left:0;
951 }
952 #filter_tags ul li#filter_tags_all a {
953 font-weight:bold;
954 margin-top:7px;
955 float:left;
956 }
957
958 #filter_tags ul li#filter_tags_item label {
959 margin-right:7px;
960 }
961 #filter_tags ul li#filter_tags_item label,
962 #filter_tags ul li#filter_tags_item select {
963 display:inline;
964 }
965 #filter_tags ul li#filter_tags_item p {
966 float:left;
967 margin-left:38px;
968 }
969 #filter_tags ul li#filter_tags_item input {
970 position:relative;
971 top:3px;
972 left:3px;
973 }
974
975
976
977 .pagination {
978 float:left;
979 clear:both;
980 width:100%;
981 margin-top:18px;
982 }
983
984 .pagination dt {
985 font-weight:bold;
986 display:none;
987 }
988
989 .pagination .nav {
990 float:left;
991 width:100%;
992 list-style-type:none;
993 }
994
995 .pagination .nav_prev {
996 float:left;
997 }
998 .pagination .nav_next {
999 float:right;
1000 }
1001
1002 .pagination a {
1003 display:block;
1004 text-decoration:none;
1005 font-weight:bold;
1006 padding:7px;
1007 border-width:1px;
1008 border-style:solid;
1009 -moz-border-radius:7px;
1010 -webkit-border-radius:7px;
1011 border-radius:7px;
1012 }
1013
1014 .pagination .nav_prev a {
1015 padding-left:30px;
1016 }
1017 .pagination .nav_next a {
1018 padding-right:30px;
1019 }
1020 /* END: NOTICE */
1021
1022
1023 .hentry .entry-content p {
1024 margin-bottom:18px;
1025 }
1026 .system_notice ul,
1027 .instructions ul,
1028 .hentry entry-content ol,
1029 .hentry .entry-content ul {
1030 list-style-position:inside;
1031 }
1032 .hentry .entry-content li {
1033 margin-bottom:18px;
1034 }
1035 .hentry .entry-content li li {
1036 margin-left:18px;
1037 }
1038
1039
1040
1041
1042 /* TOP_POSTERS */
1043 .section tbody td {
1044 padding-right:11px;
1045 padding-bottom:11px;
1046 }
1047 .section .vcard .photo {
1048 margin-right:7px;
1049 margin-bottom:0;
1050 }
1051
1052 .section .notice {
1053 padding-top:7px;
1054 padding-bottom:7px;
1055 border-top:0;
1056 }
1057
1058 .section .notice:first-child {
1059 padding-top:0;
1060 }
1061
1062 .section .notice .author {
1063 margin-right:0;
1064 }
1065 .section .notice .author .fn {
1066 display:none;
1067 }
1068
1069
1070 /* tagcloud */
1071 .tag-cloud {
1072 list-style-type:none;
1073 text-align:center;
1074 }
1075 .aside .tag-cloud {
1076 font-size:0.8em;
1077 }
1078 .tag-cloud li {
1079 display:inline;
1080 margin-right:7px;
1081 line-height:1.25;
1082 }
1083 .aside .tag-cloud li {
1084 line-height:1.5;
1085 }
1086 .tag-cloud li a {
1087 text-decoration:none;
1088 }
1089 #tagcloud.section dt {
1090 text-transform:uppercase;
1091 font-weight:bold;
1092 }
1093 .tag-cloud-1 {
1094 font-size:1em;
1095 }
1096 .tag-cloud-2 {
1097 font-size:1.25em;
1098 }
1099 .tag-cloud-3 {
1100 font-size:1.75em;
1101 }
1102 .tag-cloud-4 {
1103 font-size:2em;
1104 }
1105 .tag-cloud-5 {
1106 font-size:2.25em;
1107 }
1108 .tag-cloud-6 {
1109 font-size:2.75em;
1110 }
1111 .tag-cloud-7 {
1112 font-size:3.25em;
1113 }
1114
1115 #publictagcloud #tagcloud.section dt {
1116 display:none;
1117 }
1118
1119 #form_settings_photo .form_data {
1120 clear:both;
1121 }
1122
1123 #form_settings_avatar li {
1124 width:auto;
1125 }
1126 #form_settings_avatar input {
1127 margin-left:0;
1128 }
1129 #avatar_original,
1130 #avatar_preview {
1131 float:left;
1132 }
1133 #avatar_preview {
1134 margin-left:29px;
1135 }
1136 #avatar_preview_view {
1137 height:96px;
1138 width:96px;
1139 margin-bottom:18px;
1140 overflow:hidden;
1141 }
1142
1143 #settings_attach,
1144 #form_settings_avatar .form_actions {
1145 clear:both;
1146 }
1147
1148 #form_settings_avatar .form_actions {
1149 margin-bottom:0;
1150 }
1151
1152 #form_settings_design #settings_design_color .form_data,
1153 #form_settings_design #color-picker {
1154 float:left;
1155 }
1156 #form_settings_design #settings_design_color .form_data {
1157 width:400px;
1158 margin-right:28px;
1159 }
1160
1161 .instructions ul {
1162 list-style-position:inside;
1163 }
1164 .instructions p,
1165 .instructions ul {
1166 margin-bottom:18px;
1167 }
1168 .help dt {
1169 display:none;
1170 }
1171 .guide {
1172 clear:both;
1173 }