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