]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/otalk/css/base.css
Styles for application list
[quix0rs-gnu-social.git] / theme / otalk / css / base.css
1 /** theme: otalk 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; }
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 7px;
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:152px;
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:163px;
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 #form_search .submit {
209 margin-left:11px;
210 }
211
212 address {
213 float:left;
214 margin-bottom:18px;
215 margin-left:18px;
216 }
217 address.vcard img.logo {
218 margin-right:0;
219 }
220 address .fn {
221 font-weight:bold;
222 }
223 address img + .fn {
224 display:none;
225 }
226
227 #header {
228 width:100%;
229 position:relative;
230 float:left;
231 padding-top:18px;
232 margin-bottom:29px;
233 }
234
235 #site_nav_global_primary {
236 float:right;
237 margin-right:18px;
238 margin-bottom:11px;
239 margin-left:18px;
240 }
241 #site_nav_global_primary ul li {
242 display:inline;
243 margin-left:11px;
244 }
245
246 .system_notice dt {
247 font-weight:bold;
248 text-transform:uppercase;
249 display:none;
250 }
251
252 #site_notice {
253 position:absolute;
254 top:65px;
255 right:18px;
256 width:250px;
257 width:24%;
258 }
259 #page_notice {
260 clear:both;
261 margin-bottom:18px;
262 }
263
264
265 #anon_notice {
266 float:left;
267 width:43.2%;
268 padding:1.1%;
269 border-radius:7px;
270 -moz-border-radius:7px;
271 -webkit-border-radius:7px;
272 border-width:2px;
273 border-style:solid;
274 line-height:1.5;
275 font-size:1.1em;
276 font-weight:bold;
277 }
278
279
280 #footer {
281 float:left;
282 width:64%;
283 padding:18px;
284 }
285
286 #site_nav_local_views {
287 float:left;
288 }
289 #site_nav_local_views dt {
290 display:none;
291 }
292 #site_nav_local_views li {
293 float:left;
294 margin-right:18px;
295 list-style-type:none;
296 }
297 #site_nav_local_views a {
298 float:left;
299 text-decoration:none;
300 padding:4px 11px;
301 -moz-border-radius-topleft:4px;
302 -moz-border-radius-topright:4px;
303 -webkit-border-top-left-radius:4px;
304 -webkit-border-top-right-radius:4px;
305 border-width:0;
306 border-style:solid;
307 border-bottom:0;
308 text-shadow: 2px 2px 2px #ddd;
309 font-weight:bold;
310 }
311 #site_nav_local_views .nav {
312 float:left;
313 width:100%;
314 border-bottom-width:1px;
315 border-bottom-style:solid;
316 }
317
318 #site_nav_global_primary dt,
319 #site_nav_global_secondary dt {
320 display:none;
321 }
322
323 #site_nav_global_secondary {
324 margin-bottom:11px;
325 }
326
327 #site_nav_global_secondary ul li {
328 display:inline;
329 margin-right:11px;
330 }
331 #export_data li a {
332 padding-left:20px;
333 }
334 #export_data li a.foaf {
335 padding-left:30px;
336 }
337 #export_data li a.export_vcard {
338 padding-left:28px;
339 }
340
341 #export_data ul {
342 display:inline;
343 }
344 #export_data li {
345 list-style-type:none;
346 display:inline;
347 margin-left:11px;
348 }
349 #export_data li:first-child {
350 margin-left:0;
351 }
352
353 #licenses {
354 font-size:0.9em;
355 }
356
357 #licenses dt {
358 font-weight:bold;
359 display:none;
360 }
361 #licenses dd {
362 margin-bottom:11px;
363 line-height:1.5;
364 }
365
366 #site_content_license_cc {
367 margin-bottom:0;
368 }
369 #site_content_license_cc img {
370 display:inline;
371 vertical-align:top;
372 margin-right:4px;
373 }
374
375 #wrap {
376 margin:0 auto;
377 width:100%;
378 min-width:760px;
379 max-width:1003px;
380 overflow:hidden;
381 }
382
383 #core {
384 position:relative;
385 width:100%;
386 float:left;
387 margin-bottom:1em;
388 }
389
390 #content {
391 width:67.9%;
392 min-height:259px;
393 padding-top:1.795%;
394 padding-bottom:1.795%;
395 float:left;
396 clear:left;
397 border-radius:7px;
398 -moz-border-radius:7px;
399 -moz-border-radius-topleft:0;
400 -webkit-border-radius:7px;
401 -webkit-border-top-left-radius:0;
402 border-style:solid;
403 border-width:0;
404 margin-bottom:18px;
405 }
406
407 #content_inner {
408 position:relative;
409 width:100%;
410 float:left;
411 }
412
413 #aside_primary {
414 width:27.917%;
415 min-height:259px;
416 float:left;
417 padding:1.795%;
418 margin-left:0.385%;
419 border-radius:7px;
420 -moz-border-radius:7px;
421 -webkit-border-radius:7px;
422 border-width:1px;
423 border-style:solid;
424 }
425
426 #form_notice {
427 width:45.664%;
428 float:left;
429 position:relative;
430 line-height:1;
431 }
432 #form_notice fieldset {
433 border:0;
434 padding:0;
435 }
436 #form_notice legend {
437 display:none;
438 }
439 #form_notice textarea {
440 float:left;
441 border-radius:7px;
442 -moz-border-radius:7px;
443 -webkit-border-radius:7px;
444 width:80.789%;
445 height:67px;
446 line-height:1.5;
447 padding:7px 7px 16px 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 #notice_submit label {
456 display:none;
457 }
458 #form_notice .form_note {
459 position:absolute;
460 top:99px;
461 right:98px;
462 z-index:9;
463 }
464 #form_notice .form_note dt {
465 font-weight:bold;
466 display:none;
467 }
468 #notice_text-count {
469 font-weight:bold;
470 line-height:1.15;
471 padding:1px 2px;
472 }
473 #form_notice #notice_action-submit {
474 width:14%;
475 height:47px;
476 padding:0;
477 position:absolute;
478 bottom:0;
479 right:0;
480 }
481 #form_notice label[for=to] {
482 margin-top:7px;
483 }
484 #form_notice select[id=to] {
485 margin-bottom:7px;
486 margin-left:18px;
487 float:left;
488 }
489
490
491 /* entity_profile */
492 .entity_profile {
493 position:relative;
494 width:521px;
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:left;
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:29px;
632 clear:both;
633 float:left;
634 width:100%;
635 }
636 .aside .section h2 {
637 text-transform:uppercase;
638 font-size:1em;
639 }
640
641 #entity_statistics dt,
642 #entity_statistics dd {
643 display:inline;
644 }
645 #entity_statistics dt:after {
646 content: ":";
647 }
648
649 .section ul.entities {
650 float:left;
651 width:100%;
652 }
653 .section .entities li {
654 list-style-type:none;
655 float:left;
656 margin-right:7px;
657 margin-bottom:7px;
658 }
659 .section .entities li .photo {
660 margin-right:0;
661 margin-bottom:0;
662 }
663 .section .entities li .fn {
664 display:none;
665 }
666
667 .aside .section p,
668 .aside .section .more {
669 clear:both;
670 }
671
672 .profile .entity_profile {
673 margin-bottom:0;
674 min-height:60px;
675 }
676
677
678 .profile .form_group_join legend,
679 .profile .form_group_leave legend,
680 .profile .form_user_subscribe legend,
681 .profile .form_user_unsubscribe legend {
682 display:none;
683 }
684
685 .profiles {
686 list-style-type:none;
687 }
688 .profile .entity_profile .entity_location {
689 width:auto;
690 clear:none;
691 margin-left:11px;
692 }
693 .profile .entity_profile dl,
694 .profile .entity_profile dd {
695 display:inline;
696 float:none;
697 }
698 .profile .entity_profile .entity_note,
699 .profile .entity_profile .entity_url,
700 .profile .entity_profile .entity_tags,
701 .profile .entity_profile .form_subscription_edit {
702 margin-left:59px;
703 clear:none;
704 display:block;
705 width:auto;
706 }
707 .profile .entity_profile .entity_tags dt {
708 display:inline;
709 margin-right:11px;
710 }
711
712
713 .profile .entity_profile .form_subscription_edit label {
714 font-weight:normal;
715 margin-right:11px;
716 }
717
718
719 /* NOTICE */
720 .notice,
721 .profile {
722 position:relative;
723 clear:both;
724 float:left;
725 width:100%;
726 border-width:0;
727 border-style:solid;
728 margin-bottom:29px;
729 }
730 .notices li {
731 list-style-type:none;
732 }
733
734 #content .notice {
735 width:37%;
736 margin-left:17px;
737 margin-bottom:47px;
738 clear:none;
739 overflow:hidden;
740 padding: 0 0 0 65px;
741 min-height:235px;
742 }
743
744 #aside_primary .notice {
745 margin-bottom:18px;
746 }
747
748 #shownotice #content .notice {
749 width:96%;
750 }
751
752
753 /* NOTICES */
754 #notices_primary {
755 float:left;
756 width:100%;
757 border-radius:7px;
758 -moz-border-radius:7px;
759 -webkit-border-radius:7px;
760 }
761 #notices_primary h2 {
762 display:none;
763 }
764 .notice-data a span {
765 display:block;
766 padding-left:28px;
767 }
768
769 .notice .author {
770 margin-right:11px;
771 }
772
773 #content .notice .author {
774 /*overflow:hidden;*/
775 }
776
777 .fn {
778 overflow:hidden;
779 }
780
781 .notice .author .fn {
782 font-weight:bold;
783 }
784
785 .notice .author .photo {
786 margin-bottom:0;
787 }
788
789 #content .notice .author .photo {
790 margin-left:-83px;
791 padding-right:17px;
792 }
793
794
795 .vcard .photo {
796 display:inline;
797 margin-right:11px;
798 margin-bottom:11px;
799 float:left;
800 }
801 .vcard .url {
802 text-decoration:none;
803 }
804 .vcard .url:hover {
805 text-decoration:underline;
806 }
807
808 .notice .entry-title {
809 float:left;
810 width:100%;
811 overflow:hidden;
812 }
813 #content .notice .entry-title {
814 overflow:visible;
815 margin-bottom:11px;
816 padding:18px;
817 width:85%;
818 border-radius:7px;
819 -moz-border-radius:7px;
820 -webkit-border-radius:7px;
821 min-height:161px;
822 }
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
833 overflow:hidden;
834 }
835
836 .notice p.entry-content .vcard a {
837 border-radius:4px;
838 -moz-border-radius:4px;
839 -webkit-border-radius:4px;
840 }
841
842 .notice div.entry-content {
843 clear:left;
844 float:left;
845 font-size:0.95em;
846 }
847 #showstream .notice div.entry-content {
848 margin-left:0;
849 }
850
851 .notice .notice-options a,
852 .notice .notice-options input {
853 float:left;
854 font-size:1.025em;
855 }
856
857 .notice div.entry-content dl,
858 .notice div.entry-content dt,
859 .notice div.entry-content dd {
860 display:inline;
861 }
862
863 .notice div.entry-content .timestamp dt,
864 .notice div.entry-content .response dt {
865 display:none;
866 }
867 .notice div.entry-content .timestamp a {
868 display:inline-block;
869 }
870 .notice div.entry-content .device dt {
871 text-transform:lowercase;
872 }
873
874
875
876 .notice-data {
877 position:absolute;
878 top:18px;
879 right:0;
880 min-height:50px;
881 margin-bottom:4px;
882 }
883 .notice .entry-content .notice-data dt {
884 display:none;
885 }
886
887 .notice-data a {
888 display:block;
889 outline:none;
890 }
891
892 .notice-options {
893 position:absolute;
894 top:120px;
895 left:30px;
896 font-size:0.95em;
897 }
898
899 .notice-options a {
900 float:left;
901 }
902 .notice-options .notice_delete,
903 .notice-options .notice_reply,
904 .notice-options .form_favor,
905 .notice-options .form_disfavor {
906 position:absolute;
907 left:0;
908 }
909 .notice-options .form_favor,
910 .notice-options .form_disfavor {
911 top:0;
912 }
913 .notice-options .notice_reply {
914 top:29px;
915 }
916 .notice-options .notice_delete {
917 top:58px;
918 }
919 .notice-options .notice_reply dt {
920 display:none;
921 }
922
923 .notice-options input,
924 .notice-options a {
925 text-indent:-9999px;
926 outline:none;
927 }
928
929 .notice-options .notice_reply a,
930 .notice-options input.submit {
931 display:block;
932 border:0;
933 }
934 .notice-options .notice_reply a,
935 .notice-options .notice_delete a {
936 text-decoration:none;
937 padding-left:16px;
938 }
939
940 .notice-options form input.submit {
941 width:16px;
942 padding:2px 0;
943 }
944
945 .notice-options .notice_delete dt,
946 .notice-options .form_favor legend,
947 .notice-options .form_disfavor legend {
948 display:none;
949 }
950 .notice-options .notice_delete fieldset,
951 .notice-options .form_favor fieldset,
952 .notice-options .form_disfavor fieldset {
953 border:0;
954 padding:0;
955 }
956
957
958 #usergroups #new_group {
959 float: left;
960 margin-right: 2em;
961 }
962 #new_group, #group_search {
963 margin-bottom:18px;
964 }
965 #new_group a {
966 padding-left:20px;
967 }
968
969
970 #filter_tags {
971 margin-bottom:11px;
972 float:left;
973 }
974 #filter_tags dt {
975 display:none;
976 }
977 #filter_tags ul {
978 list-style-type:none;
979 }
980 #filter_tags ul li {
981 float:left;
982 margin-left:7px;
983 padding-left:7px;
984 border-left-width:1px;
985 border-left-style:solid;
986 }
987 #filter_tags ul li.child_1 {
988 margin-left:0;
989 border-left:0;
990 padding-left:0;
991 }
992 #filter_tags ul li#filter_tags_all a {
993 font-weight:bold;
994 margin-top:7px;
995 float:left;
996 }
997
998 #filter_tags ul li#filter_tags_item label {
999 margin-right:7px;
1000 }
1001 #filter_tags ul li#filter_tags_item label,
1002 #filter_tags ul li#filter_tags_item select {
1003 display:inline;
1004 }
1005 #filter_tags ul li#filter_tags_item p {
1006 float:left;
1007 margin-left:38px;
1008 }
1009 #filter_tags ul li#filter_tags_item input {
1010 position:relative;
1011 top:3px;
1012 left:3px;
1013 }
1014
1015
1016
1017 .pagination {
1018 float:left;
1019 clear:both;
1020 width:100%;
1021 margin-top:18px;
1022 }
1023
1024 .pagination dt {
1025 font-weight:bold;
1026 display:none;
1027 }
1028
1029 .pagination .nav {
1030 float:left;
1031 width:100%;
1032 list-style-type:none;
1033 }
1034
1035 .pagination .nav_prev {
1036 float:left;
1037 }
1038 .pagination .nav_next {
1039 float:right;
1040 }
1041
1042 .pagination a {
1043 display:block;
1044 text-decoration:none;
1045 font-weight:bold;
1046 padding:7px;
1047 border-width:1px;
1048 border-style:solid;
1049 -moz-border-radius:7px;
1050 -webkit-border-radius:7px;
1051 border-radius:7px;
1052 }
1053
1054 .pagination .nav_prev a {
1055 padding-left:30px;
1056 }
1057 .pagination .nav_next a {
1058 padding-right:30px;
1059 }
1060 /* END: NOTICE */
1061
1062
1063 .hentry .entry-content p {
1064 margin-bottom:18px;
1065 }
1066 .hentry entry-content ol,
1067 .hentry .entry-content ul {
1068 list-style-position:inside;
1069 }
1070 .hentry .entry-content li {
1071 margin-bottom:18px;
1072 }
1073 .hentry .entry-content li li {
1074 margin-left:18px;
1075 }
1076
1077
1078
1079
1080 /* TOP_POSTERS */
1081 .section tbody td {
1082 padding-right:11px;
1083 padding-bottom:11px;
1084 }
1085 .section .vcard .photo {
1086 margin-right:7px;
1087 margin-bottom:0;
1088 }
1089
1090 .section .notice {
1091 padding-top:7px;
1092 padding-bottom:7px;
1093 border-top:0;
1094 }
1095
1096 .section .notice:first-child {
1097 padding-top:0;
1098 }
1099
1100 .section .notice .author {
1101 margin-right:0;
1102 }
1103 .section .notice .author .fn {
1104 display:none;
1105 }
1106
1107
1108 /* tagcloud */
1109 .tag-cloud {
1110 list-style-type:none;
1111 text-align:center;
1112 }
1113 .aside .tag-cloud {
1114 font-size:0.8em;
1115 }
1116 .tag-cloud li {
1117 display:inline;
1118 margin-right:7px;
1119 line-height:1.25;
1120 }
1121 .aside .tag-cloud li {
1122 line-height:1.5;
1123 }
1124 .tag-cloud li a {
1125 text-decoration:none;
1126 }
1127 #tagcloud.section dt {
1128 text-transform:uppercase;
1129 font-weight:bold;
1130 }
1131 .tag-cloud-1 {
1132 font-size:1em;
1133 }
1134 .tag-cloud-2 {
1135 font-size:1.25em;
1136 }
1137 .tag-cloud-3 {
1138 font-size:1.75em;
1139 }
1140 .tag-cloud-4 {
1141 font-size:2em;
1142 }
1143 .tag-cloud-5 {
1144 font-size:2.25em;
1145 }
1146 .tag-cloud-6 {
1147 font-size:2.75em;
1148 }
1149 .tag-cloud-7 {
1150 font-size:3.25em;
1151 }
1152
1153 #publictagcloud #tagcloud.section dt {
1154 display:none;
1155 }
1156
1157 #form_settings_photo .form_data {
1158 clear:both;
1159 }
1160
1161 #form_settings_avatar li {
1162 width:auto;
1163 }
1164 #form_settings_avatar input {
1165 margin-left:0;
1166 }
1167 #avatar_original,
1168 #avatar_preview {
1169 float:left;
1170 }
1171 #avatar_preview {
1172 margin-left:29px;
1173 }
1174 #avatar_preview_view {
1175 height:96px;
1176 width:96px;
1177 margin-bottom:18px;
1178 overflow:hidden;
1179 }
1180
1181 #settings_attach,
1182 #form_settings_avatar .form_actions {
1183 clear:both;
1184 }
1185
1186 #form_settings_avatar .form_actions {
1187 margin-bottom:0;
1188 }
1189
1190 #form_settings_design #settings_design_color .form_data,
1191 #form_settings_design #color-picker {
1192 float:left;
1193 }
1194 #form_settings_design #settings_design_color .form_data {
1195 width:400px;
1196 margin-right:28px;
1197 }
1198
1199 .instructions ul {
1200 list-style-position:inside;
1201 }
1202 .instructions p,
1203 .instructions ul {
1204 margin-bottom:18px;
1205 }
1206 .help dt {
1207 display:none;
1208 }
1209 .guide {
1210 clear:both;
1211 }