]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/biz/css/base.css
Make statuses/home_timeline return the same thing as statuses/friends_timeline to...
[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
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 label {
450 display:block;
451 float:left;
452 font-size:1.3em;
453 margin-bottom:7px;
454 }
455 #form_notice label[for=notice_data-attach] {
456 text-indent:-9999px;
457 }
458 #form_notice label[for=notice_data-attach],
459 #form_notice #notice_data-attach {
460 position:absolute;
461 top:25px;
462 right:49px;
463 width:16px;
464 height:16px;
465 cursor:pointer;
466 }
467 #form_notice #notice_data-attach {
468 text-indent:-279px;
469 }
470 #form_notice #notice_submit label {
471 display:none;
472 }
473 #form_notice .form_note {
474 position:absolute;
475 top:99px;
476 right:98px;
477 z-index:9;
478 }
479 #form_notice .form_note dt {
480 font-weight:bold;
481 display:none;
482 }
483 #notice_text-count {
484 font-weight:bold;
485 line-height:1.15;
486 padding:1px 2px;
487 }
488 #form_notice #notice_action-submit {
489 width:14%;
490 height:47px;
491 padding:0;
492 position:absolute;
493 bottom:0;
494 right:0;
495 }
496 #form_notice label[for=to] {
497 margin-top:7px;
498 }
499 #form_notice select[id=to] {
500 margin-bottom:7px;
501 margin-left:18px;
502 float:left;
503 }
504 #form_notice .error {
505 float:left;
506 clear:both;
507 width:96.9%;
508 margin-bottom:0;
509 line-height:1.618;
510 }
511
512 /* entity_profile */
513 .entity_profile {
514 position:relative;
515 width:67.702%;
516 min-height:123px;
517 float:left;
518 margin-bottom:18px;
519 margin-left:0;
520 overflow:hidden;
521 }
522 .entity_profile dt,
523 #entity_statistics dt {
524 font-weight:bold;
525 }
526 .entity_profile dd {
527 display:inline;
528 }
529
530 .entity_profile .entity_depiction {
531 float:left;
532 width:96px;
533 margin-right:18px;
534 margin-bottom:18px;
535 }
536
537 .entity_profile .entity_fn,
538 .entity_profile .entity_nickname,
539 .entity_profile .entity_location,
540 .entity_profile .entity_url,
541 .entity_profile .entity_note,
542 .entity_profile .entity_tags {
543 margin-left:113px;
544 margin-bottom:4px;
545 }
546
547 .entity_profile .entity_fn,
548 .entity_profile .entity_nickname {
549 margin-left:11px;
550 display:inline;
551 font-weight:bold;
552 }
553 .entity_profile .entity_nickname {
554 margin-left:0;
555 }
556
557 .entity_profile .entity_fn dd:before {
558 content: "(";
559 font-weight:normal;
560 }
561 .entity_profile .entity_fn dd:after {
562 content: ")";
563 font-weight:normal;
564 }
565
566 .entity_profile dt {
567 display:none;
568 }
569 .entity_profile h2 {
570 display:none;
571 }
572 /* entity_profile */
573
574
575 /*entity_actions*/
576 .entity_actions {
577 float:right;
578 margin-left:4.35%;
579 max-width:25%;
580 }
581 .entity_actions h2 {
582 display:none;
583 }
584 .entity_actions ul {
585 list-style-type:none;
586 }
587 .entity_actions li {
588 margin-bottom:4px;
589 }
590 .entity_actions li:first-child {
591 border-top:0;
592 }
593 .entity_actions fieldset {
594 border:0;
595 padding:0;
596 }
597 .entity_actions legend {
598 display:none;
599 }
600
601 .entity_actions input.submit {
602 display:block;
603 text-align:left;
604 width:100%;
605 }
606 .entity_actions a,
607 .entity_nudge p,
608 .entity_remote_subscribe {
609 text-decoration:none;
610 font-weight:bold;
611 display:block;
612 }
613
614 .form_user_block input.submit,
615 .form_user_unblock input.submit,
616 .entity_send-a-message a,
617 .entity_edit a,
618 .form_user_nudge input.submit,
619 .entity_nudge p {
620 border:0;
621 padding-left:20px;
622 }
623
624 .entity_edit a,
625 .entity_send-a-message a,
626 .entity_nudge p {
627 padding:4px 4px 4px 23px;
628 }
629
630 .entity_remote_subscribe {
631 padding:4px;
632 border-width:2px;
633 border-style:solid;
634 border-radius:4px;
635 -moz-border-radius:4px;
636 -webkit-border-radius:4px;
637 }
638 .entity_actions .accept {
639 margin-bottom:18px;
640 }
641
642 .entity_tags ul {
643 list-style-type:none;
644 display:inline;
645 }
646 .entity_tags li {
647 display:inline;
648 margin-right:4px;
649 }
650
651 .aside .section {
652 margin-bottom:18px;
653 clear:both;
654 float:left;
655 width:87.985%;
656 padding:6%;
657 border-radius:7px;
658 -moz-border-radius:7px;
659 -webkit-border-radius:7px;
660 border-width:1px;
661 border-style:solid;
662 }
663 .aside .section h2 {
664 text-transform:uppercase;
665 font-size:1em;
666 }
667
668 #entity_statistics dt,
669 #entity_statistics dd {
670 display:inline;
671 }
672 #entity_statistics dt:after {
673 content: ":";
674 }
675
676 .section ul.entities {
677 float:left;
678 width:100%;
679 }
680 .section .entities li {
681 list-style-type:none;
682 float:left;
683 margin-right:7px;
684 margin-bottom:7px;
685 }
686 .section .entities li .photo {
687 margin-right:0;
688 margin-bottom:0;
689 }
690 .section .entities li .fn {
691 display:none;
692 }
693
694 .aside .section p,
695 .aside .section .more {
696 clear:both;
697 }
698
699 .profile .entity_profile {
700 margin-bottom:0;
701 min-height:60px;
702 }
703
704
705 .profile .form_group_join legend,
706 .profile .form_group_leave legend,
707 .profile .form_user_subscribe legend,
708 .profile .form_user_unsubscribe legend {
709 display:none;
710 }
711
712 .profiles {
713 list-style-type:none;
714 }
715 .profile .entity_profile .entity_location {
716 width:auto;
717 clear:none;
718 margin-left:11px;
719 }
720 .profile .entity_profile dl,
721 .profile .entity_profile dd {
722 display:inline;
723 float:none;
724 }
725 .profile .entity_profile .entity_note,
726 .profile .entity_profile .entity_url,
727 .profile .entity_profile .entity_tags,
728 .profile .entity_profile .form_subscription_edit {
729 margin-left:59px;
730 clear:none;
731 display:block;
732 width:auto;
733 }
734 .profile .entity_profile .entity_tags dt {
735 display:inline;
736 margin-right:11px;
737 }
738
739
740 .profile .entity_profile .form_subscription_edit label {
741 font-weight:normal;
742 margin-right:11px;
743 }
744
745
746 /* NOTICE */
747 .notice,
748 .profile {
749 position:relative;
750 padding-top:11px;
751 padding-bottom:11px;
752 clear:both;
753 float:left;
754 width:100%;
755 border-top-width:1px;
756 border-top-style:dotted;
757 }
758 .notices li {
759 list-style-type:none;
760 }
761 .notices li.hover {
762 border-radius:4px;
763 -moz-border-radius:4px;
764 -webkit-border-radius:4px;
765 }
766
767 /* NOTICES */
768 #notices_primary {
769 float:left;
770 width:100%;
771 border-radius:7px;
772 -moz-border-radius:7px;
773 -webkit-border-radius:7px;
774 }
775 #notices_primary h2 {
776 display:none;
777 }
778 .notice-data a span {
779 display:block;
780 padding-left:28px;
781 }
782
783 .notice .author {
784 margin-right:11px;
785 }
786
787 .fn {
788 overflow:hidden;
789 }
790
791 .notice .author .fn {
792 font-weight:bold;
793 }
794
795 .vcard .photo {
796 display:inline;
797 margin-right:11px;
798 float:left;
799 }
800 #shownotice .vcard .photo {
801 margin-bottom:4px;
802 }
803 .vcard .url {
804 text-decoration:none;
805 }
806 .vcard .url:hover {
807 text-decoration:underline;
808 }
809
810 .notice .entry-title {
811 float:left;
812 width:100%;
813 overflow:hidden;
814 }
815 #shownotice .notice .entry-title {
816 font-size:2.2em;
817 }
818
819 .notice p.entry-content {
820 display:inline;
821 }
822
823 #content .notice p.entry-content a:visited {
824 border-radius:4px;
825 -moz-border-radius:4px;
826 -webkit-border-radius:4px;
827 }
828 .notice p.entry-content .vcard a {
829 border-radius:4px;
830 -moz-border-radius:4px;
831 -webkit-border-radius:4px;
832 }
833
834 .notice div.entry-content {
835 clear:left;
836 float:left;
837 font-size:0.95em;
838 margin-left:59px;
839 width:65%;
840 }
841 #showstream .notice div.entry-content,
842 #shownotice .notice div.entry-content {
843 margin-left:0;
844 }
845
846 .notice .notice-options a,
847 .notice .notice-options input {
848 float:left;
849 font-size:1.025em;
850 }
851
852 .notice div.entry-content dl,
853 .notice div.entry-content dt,
854 .notice div.entry-content dd {
855 display:inline;
856 }
857
858 .notice div.entry-content .timestamp dt,
859 .notice div.entry-content .response dt {
860 display:none;
861 }
862 .notice div.entry-content .timestamp a {
863 display:inline-block;
864 }
865 .notice div.entry-content .device dt {
866 text-transform:lowercase;
867 }
868
869
870 .notice-options {
871 padding-left:2%;
872 float:left;
873 width:50%;
874 position:relative;
875 font-size:0.95em;
876 width:12.5%;
877 float:right;
878 }
879
880 .notice-options a {
881 float:left;
882 }
883 .notice-options .notice_delete,
884 .notice-options .notice_reply,
885 .notice-options .form_favor,
886 .notice-options .form_disfavor {
887 position:absolute;
888 top:0;
889 }
890 .notice-options .form_favor,
891 .notice-options .form_disfavor {
892 left:0;
893 }
894 .notice-options .notice_reply {
895 left:29px;
896 }
897 .notice-options .notice_delete {
898 right:0;
899 }
900 .notice-options .notice_reply dt {
901 display:none;
902 }
903
904 .notice-options input,
905 .notice-options a {
906 text-indent:-9999px;
907 outline:none;
908 }
909
910 .notice-options .notice_reply a,
911 .notice-options input.submit {
912 display:block;
913 border:0;
914 }
915 .notice-options .notice_reply a,
916 .notice-options .notice_delete a {
917 text-decoration:none;
918 padding-left:16px;
919 }
920
921 .notice-options form input.submit {
922 width:16px;
923 padding:2px 0;
924 }
925
926 .notice-options .notice_delete dt,
927 .notice-options .form_favor legend,
928 .notice-options .form_disfavor legend {
929 display:none;
930 }
931 .notice-options .notice_delete fieldset,
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 }