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