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