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