]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
Merge branch '0.8.x' into userdesign
[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 input.radio {
82 position:relative;
83 top:2px;
84 left:0;
85 border:0;
86 }
87
88 .error,
89 .success {
90 padding:4px 1.55%;
91 border-radius:4px;
92 -moz-border-radius:4px;
93 -webkit-border-radius:4px;
94 margin-bottom:18px;
95 }
96 form label.submit {
97 display:none;
98 }
99
100 .form_settings {
101 clear:both;
102 }
103
104 .form_settings fieldset {
105 margin-bottom:29px;
106 }
107 .form_settings input.remove {
108 margin-left:11px;
109 }
110 .form_settings .form_data li {
111 width:100%;
112 float:left;
113 }
114 .form_settings .form_data label {
115 float:left;
116 }
117 .form_settings .form_data textarea,
118 .form_settings .form_data select,
119 .form_settings .form_data input {
120 margin-left:11px;
121 float:left;
122 }
123 .form_settings .form_data input.submit {
124 margin-left:0;
125 }
126
127 .form_settings label {
128 margin-top:2px;
129 width:152px;
130 }
131
132 .form_actions label {
133 display:none;
134 }
135 .form_guide {
136 font-style:italic;
137 }
138
139 .form_settings #settings_autosubscribe label {
140 display:inline;
141 font-weight:bold;
142 }
143
144 #form_settings_profile legend,
145 #form_login legend,
146 #form_register legend,
147 #form_password legend,
148 #form_settings_avatar legend,
149 #newgroup legend,
150 #editgroup legend,
151 #form_tag_user legend,
152 #form_remote_subscribe legend,
153 #form_openid_login legend,
154 #form_search legend,
155 #form_invite legend,
156 #form_notice_delete legend,
157 #form_password_recover legend,
158 #form_password_change legend,
159 .form_entity_block legend {
160 display:none;
161 }
162
163 .form_settings .form_data p.form_guide {
164 clear:both;
165 margin-left:163px;
166 margin-bottom:0;
167 }
168
169 .form_settings p {
170 margin-bottom:11px;
171 }
172
173 .form_settings input.checkbox,
174 .form_settings input.radio {
175 margin-top:3px;
176 margin-left:0;
177 }
178 .form_settings label.checkbox {
179 font-weight:normal;
180 margin-top:0;
181 margin-right:0;
182 margin-left:11px;
183 float:left;
184 width:90%;
185 }
186 .form_settings label.radio {
187 margin-top:0;
188 margin-right:47px;
189 margin-left:11px;
190 width:auto;
191 }
192
193 #form_login p.form_guide,
194 #form_register #settings_rememberme p.form_guide,
195 #form_openid_login #settings_rememberme p.form_guide,
196 #settings_twitter_remove p.form_guide,
197 #form_search ul.form_data #q,
198 #design_background-image_onoff p.form_guide {
199 margin-left:0;
200 }
201
202 .form_settings .form_note {
203 border-radius:4px;
204 -moz-border-radius:4px;
205 -webkit-border-radius:4px;
206 padding:0 7px;
207 }
208
209
210 .form_settings input.form_action-primary {
211 padding:0;
212 }
213 .form_settings input.form_action-secondary {
214 margin-left:29px;
215 }
216
217 #form_search .submit {
218 margin-left:11px;
219 }
220
221 address {
222 float:left;
223 margin-bottom:18px;
224 margin-left:18px;
225 }
226 address.vcard img.logo {
227 margin-right:0;
228 }
229 address .fn {
230 font-weight:bold;
231 }
232 address img + .fn {
233 display:none;
234 }
235
236 #header {
237 width:100%;
238 position:relative;
239 float:left;
240 padding-top:18px;
241 margin-bottom:29px;
242 }
243
244 #site_nav_global_primary {
245 float:right;
246 margin-right:18px;
247 margin-bottom:11px;
248 margin-left:18px;
249 }
250 #site_nav_global_primary ul li {
251 display:inline;
252 margin-left:11px;
253 }
254
255 .system_notice dt {
256 font-weight:bold;
257 text-transform:uppercase;
258 display:none;
259 }
260
261 #site_notice {
262 float:right;
263 clear:right;
264 margin-top:7px;
265 margin-right:18px;
266 width:24%;
267 }
268 #page_notice {
269 clear:both;
270 margin-bottom:18px;
271 }
272
273
274 #anon_notice {
275 float:left;
276 width:43.2%;
277 padding:1.1%;
278 border-radius:7px;
279 -moz-border-radius:7px;
280 -webkit-border-radius:7px;
281 border-width:2px;
282 border-style:solid;
283 line-height:1.5;
284 font-size:1.1em;
285 font-weight:bold;
286 }
287
288
289 #footer {
290 float:left;
291 width:64%;
292 padding:18px;
293 }
294
295 #site_nav_local_views {
296 width:100%;
297 float:left;
298 }
299 #site_nav_local_views dt {
300 display:none;
301 }
302 #site_nav_local_views li {
303 float:left;
304 margin-right:18px;
305 list-style-type:none;
306 }
307 #site_nav_local_views a {
308 float:left;
309 text-decoration:none;
310 padding:4px 11px;
311 -moz-border-radius-topleft:4px;
312 -moz-border-radius-topright:4px;
313 -webkit-border-top-left-radius:4px;
314 -webkit-border-top-right-radius:4px;
315 border-width:1px;
316 border-style:solid;
317 border-bottom:0;
318 font-weight:bold;
319 }
320 #site_nav_local_views .nav {
321 float:left;
322 width:100%;
323 }
324
325 #site_nav_global_primary dt,
326 #site_nav_global_secondary dt {
327 display:none;
328 }
329
330 #site_nav_global_secondary {
331 margin-bottom:11px;
332 }
333
334 #site_nav_global_secondary ul li {
335 display:inline;
336 margin-right:11px;
337 }
338 #export_data li a {
339 padding-left:20px;
340 }
341 #export_data li a.foaf {
342 padding-left:30px;
343 }
344 #export_data li a.export_vcard {
345 padding-left:28px;
346 }
347
348 #export_data ul {
349 display:inline;
350 }
351 #export_data li {
352 list-style-type:none;
353 display:inline;
354 margin-left:11px;
355 }
356 #export_data li:first-child {
357 margin-left:0;
358 }
359
360 #licenses {
361 font-size:0.9em;
362 }
363
364 #licenses dt {
365 font-weight:bold;
366 display:none;
367 }
368 #licenses dd {
369 margin-bottom:11px;
370 line-height:1.5;
371 }
372
373 #site_content_license_cc {
374 margin-bottom:0;
375 }
376 #site_content_license_cc img {
377 display:inline;
378 vertical-align:top;
379 margin-right:4px;
380 }
381
382 #wrap {
383 margin:0 auto;
384 width:100%;
385 min-width:760px;
386 max-width:1003px;
387 overflow:hidden;
388 }
389
390 #core {
391 position:relative;
392 width:100%;
393 float:left;
394 margin-bottom:1em;
395 }
396
397 #content {
398 width:64.009%;
399 min-height:259px;
400 padding:1.795%;
401 float:left;
402 border-radius:7px;
403 -moz-border-radius:7px;
404 -moz-border-radius-topleft:0;
405 -webkit-border-radius:7px;
406 -webkit-border-top-left-radius:0;
407 border-width:1px;
408 border-style:solid;
409 }
410 #shownotice #content {
411 min-height:0;
412 }
413
414 #content_inner {
415 position:relative;
416 width:100%;
417 float:left;
418 }
419
420 #aside_primary {
421 width:27.917%;
422 min-height:259px;
423 float:left;
424 margin-left:0.5%;
425 padding:1.795%;
426 border-radius:7px;
427 -moz-border-radius:7px;
428 -webkit-border-radius:7px;
429 border-width:1px;
430 border-style:solid;
431 }
432
433 #form_notice {
434 width:45.664%;
435 float:left;
436 position:relative;
437 line-height:1;
438 }
439 #form_notice fieldset {
440 border:0;
441 padding:0;
442 position:relative;
443 }
444 #form_notice legend {
445 display:none;
446 }
447 #form_notice textarea {
448 float:left;
449 border-radius:7px;
450 -moz-border-radius:7px;
451 -webkit-border-radius:7px;
452 width:80.789%;
453 height:67px;
454 line-height:1.5;
455 padding:7px 7px 16px 7px;
456 position:relative;
457 z-index:2;
458 }
459 #form_notice label {
460 display:block;
461 float:left;
462 font-size:1.3em;
463 margin-bottom:7px;
464 }
465 #form_notice label[for=notice_data-attach],
466 #form_notice #notice_data-attach {
467 position:absolute;
468 top:25px;
469 cursor:pointer;
470 }
471 #form_notice label[for=notice_data-attach] {
472 text-indent:-9999px;
473 left:394px;
474 width:16px;
475 height:16px;
476 }
477 #form_notice #notice_data-attach {
478 left:183px;
479 padding:0;
480 height:16px;
481 }
482 #form_notice .form_note {
483 position:absolute;
484 top:99px;
485 right:98px;
486 z-index:9;
487 }
488 #form_notice .form_note dt {
489 font-weight:bold;
490 display:none;
491 }
492 #notice_text-count {
493 font-weight:bold;
494 line-height:1.15;
495 padding:1px 2px;
496 }
497 #form_notice #notice_action-submit {
498 width:14%;
499 height:47px;
500 padding:0;
501 position:absolute;
502 bottom:0;
503 right:0;
504 }
505 #form_notice label[for=to] {
506 margin-top:7px;
507 }
508 #form_notice select[id=to] {
509 margin-bottom:7px;
510 margin-left:18px;
511 float:left;
512 }
513 #form_notice .error {
514 float:left;
515 clear:both;
516 width:96.9%;
517 margin-bottom:0;
518 line-height:1.618;
519 }
520
521 /* entity_profile */
522 .entity_profile {
523 position:relative;
524 width:74.702%;
525 min-height:123px;
526 float:left;
527 margin-bottom:18px;
528 margin-left:0;
529 overflow:hidden;
530 }
531 .entity_profile dt,
532 #entity_statistics dt {
533 font-weight:bold;
534 }
535 .entity_profile dd {
536 display:inline;
537 }
538
539 .entity_profile .entity_depiction {
540 float:left;
541 width:96px;
542 margin-right:18px;
543 margin-bottom:18px;
544 }
545
546 .entity_profile .entity_fn,
547 .entity_profile .entity_nickname,
548 .entity_profile .entity_location,
549 .entity_profile .entity_url,
550 .entity_profile .entity_note,
551 .entity_profile .entity_tags {
552 margin-left:113px;
553 margin-bottom:4px;
554 }
555
556 .entity_profile .entity_fn,
557 .entity_profile .entity_nickname {
558 margin-left:11px;
559 display:inline;
560 }
561 .entity_profile .entity_nickname {
562 margin-left:0;
563 }
564 .entity_profile .fn,
565 .entity_profile .nickname {
566 font-size:1.1em;
567 font-weight:bold;
568 }
569 .entity_profile .entity_fn dd:before {
570 content: "(";
571 font-weight:normal;
572 }
573 .entity_profile .entity_fn dd:after {
574 content: ")";
575 font-weight:normal;
576 }
577
578 .entity_profile dt {
579 display:none;
580 }
581 .entity_profile h2 {
582 display:none;
583 }
584 /* entity_profile */
585
586
587 /*entity_actions*/
588 .entity_actions {
589 float:right;
590 margin-left:2.35%;
591 max-width:25%;
592 }
593 .entity_actions h2 {
594 display:none;
595 }
596 .entity_actions ul {
597 list-style-type:none;
598 }
599 .entity_actions li {
600 margin-bottom:4px;
601 }
602 .entity_actions li:first-child {
603 border-top:0;
604 }
605 .entity_actions fieldset {
606 border:0;
607 padding:0;
608 }
609 .entity_actions legend {
610 display:none;
611 }
612
613 .entity_actions input.submit {
614 display:block;
615 text-align:left;
616 width:100%;
617 }
618 .entity_actions a,
619 .entity_nudge p,
620 .entity_remote_subscribe {
621 text-decoration:none;
622 font-weight:bold;
623 display:block;
624 }
625
626 .form_user_block input.submit,
627 .form_user_unblock input.submit,
628 .form_group_block input.submit,
629 .form_group_unblock input.submit,
630 .entity_send-a-message a,
631 .entity_edit a,
632 .form_user_nudge input.submit,
633 .entity_nudge p,
634 .form_make_admin input.submit {
635 border:0;
636 padding-left:20px;
637 }
638
639 .entity_edit a,
640 .entity_send-a-message a,
641 .entity_nudge p {
642 padding:4px 4px 4px 23px;
643 }
644
645 .entity_remote_subscribe {
646 padding:4px;
647 border-width:2px;
648 border-style:solid;
649 border-radius:4px;
650 -moz-border-radius:4px;
651 -webkit-border-radius:4px;
652 }
653 .entity_actions .accept {
654 margin-bottom:18px;
655 }
656
657 .entity_tags ul {
658 list-style-type:none;
659 display:inline;
660 }
661 .entity_tags li {
662 display:inline;
663 margin-right:4px;
664 }
665
666 .aside .section {
667 margin-bottom:29px;
668 clear:both;
669 float:left;
670 width:100%;
671 list-style-position:inside;
672 }
673 .aside .section h2 {
674 text-transform:uppercase;
675 font-size:1em;
676 }
677
678 #entity_statistics dt,
679 #entity_statistics dd {
680 display:inline;
681 }
682 #entity_statistics dt:after {
683 content: ":";
684 }
685
686 .section ul.entities {
687 float:left;
688 width:100%;
689 }
690 .section .entities li {
691 list-style-type:none;
692 float:left;
693 margin-right:7px;
694 margin-bottom:7px;
695 display:inline;
696 }
697 .section .entities li .photo {
698 margin-right:0;
699 margin-bottom:0;
700 }
701 .section .entities li .fn {
702 display:none;
703 }
704
705 .aside .section p,
706 .aside .section .more {
707 clear:both;
708 }
709
710 .profile .entity_profile {
711 margin-bottom:0;
712 min-height:60px;
713 }
714
715
716 .profile .form_group_join legend,
717 .profile .form_group_leave legend,
718 .profile .form_user_subscribe legend,
719 .profile .form_user_unsubscribe legend {
720 display:none;
721 }
722
723 .profiles {
724 list-style-type:none;
725 }
726 .profile .entity_profile .entity_location {
727 width:auto;
728 clear:none;
729 margin-left:11px;
730 }
731 .profile .entity_profile dl,
732 .profile .entity_profile dd {
733 display:inline;
734 float:none;
735 }
736 .profile .entity_profile .entity_note,
737 .profile .entity_profile .entity_url,
738 .profile .entity_profile .entity_tags,
739 .profile .entity_profile .form_subscription_edit {
740 margin-left:59px;
741 clear:none;
742 display:block;
743 width:auto;
744 }
745 .profile .entity_profile .entity_tags dt {
746 display:inline;
747 margin-right:11px;
748 }
749
750
751 .profile .entity_profile .form_subscription_edit label {
752 font-weight:normal;
753 margin-right:11px;
754 }
755
756
757 /* NOTICE */
758 .notice,
759 .profile {
760 position:relative;
761 padding-top:11px;
762 padding-bottom:11px;
763 clear:both;
764 float:left;
765 width:100%;
766 border-top-width:1px;
767 border-top-style:dotted;
768 }
769 .notices li {
770 list-style-type:none;
771 }
772 .notices .notices {
773 margin-top:7px;
774 margin-left:5%;
775 width:95%;
776 float:left;
777 }
778
779
780 /* NOTICES */
781 #notices_primary {
782 float:left;
783 width:100%;
784 border-radius:7px;
785 -moz-border-radius:7px;
786 -webkit-border-radius:7px;
787 }
788 #notices_primary h2 {
789 display:none;
790 }
791 .notice-data a span {
792 display:block;
793 padding-left:28px;
794 }
795
796 .notice .author {
797 margin-right:11px;
798 }
799
800 .fn {
801 overflow:hidden;
802 }
803
804 .notice .author .fn {
805 font-weight:bold;
806 }
807
808 .vcard .photo {
809 display:inline;
810 margin-right:11px;
811 float:left;
812 }
813 #shownotice .vcard .photo {
814 margin-bottom:4px;
815 }
816 .vcard .url {
817 text-decoration:none;
818 }
819 .vcard .url:hover {
820 text-decoration:underline;
821 }
822
823 .notice .entry-title {
824 float:left;
825 width:100%;
826 overflow:hidden;
827 }
828 .notice .entry-title.ov {
829 overflow:visible;
830 }
831 #shownotice .notice .entry-title {
832 font-size:2.2em;
833 }
834
835 .notice p.entry-content {
836 display:inline;
837 }
838
839 #content .notice p.entry-content a:visited {
840 border-radius:4px;
841 -moz-border-radius:4px;
842 -webkit-border-radius:4px;
843 }
844 .notice p.entry-content .vcard a {
845 border-radius:4px;
846 -moz-border-radius:4px;
847 -webkit-border-radius:4px;
848 }
849
850 .notice div.entry-content {
851 clear:left;
852 float:left;
853 font-size:0.95em;
854 margin-left:59px;
855 width:60%;
856 }
857 #showstream .notice div.entry-content,
858 #shownotice .notice div.entry-content {
859 margin-left:0;
860 }
861
862 .notice .notice-options a,
863 .notice .notice-options input {
864 float:left;
865 font-size:1.025em;
866 }
867
868 .notice div.entry-content dl,
869 .notice div.entry-content dt,
870 .notice div.entry-content dd {
871 display:inline;
872 }
873
874 .notice div.entry-content .timestamp dt,
875 .notice div.entry-content .response dt {
876 display:none;
877 }
878 .notice div.entry-content .timestamp a {
879 display:inline-block;
880 }
881 .notice div.entry-content .device dt {
882 text-transform:lowercase;
883 }
884
885 .notice-options {
886 position:relative;
887 font-size:0.95em;
888 width:90px;
889 float:right;
890 margin-right:11px;
891 }
892
893 .notice-options a {
894 float:left;
895 }
896 .notice-options .notice_delete,
897 .notice-options .notice_reply,
898 .notice-options .form_favor,
899 .notice-options .form_disfavor {
900 position:absolute;
901 top:0;
902 }
903 .notice-options .form_favor,
904 .notice-options .form_disfavor {
905 left:0;
906 }
907 .notice-options .notice_reply {
908 left:29px;
909 }
910 .notice-options .notice_delete {
911 right:0;
912 }
913 .notice-options .notice_reply dt {
914 display:none;
915 }
916
917 .notice-options input,
918 .notice-options a {
919 text-indent:-9999px;
920 outline:none;
921 }
922
923 .notice-options .notice_reply a,
924 .notice-options input.submit {
925 display:block;
926 border:0;
927 }
928 .notice-options .notice_reply a,
929 .notice-options .notice_delete a {
930 text-decoration:none;
931 padding-left:16px;
932 }
933
934 .notice-options form input.submit {
935 width:16px;
936 padding:2px 0;
937 }
938
939 .notice-options .notice_delete dt,
940 .notice-options .form_favor legend,
941 .notice-options .form_disfavor legend {
942 display:none;
943 }
944 .notice-options .notice_delete fieldset,
945 .notice-options .form_favor fieldset,
946 .notice-options .form_disfavor fieldset {
947 border:0;
948 padding:0;
949 }
950
951
952 .notice .attachment {
953 position:relative;
954 padding-left:16px;
955 }
956 #attachments .attachment {
957 padding-left:0;
958 }
959 .notice .attachment img {
960 position:absolute;
961 top:18px;
962 left:0;
963 z-index:99;
964 }
965 #shownotice .notice .attachment img {
966 position:static;
967 }
968
969 #attachments {
970 clear:both;
971 float:left;
972 width:100%;
973 margin-top:18px;
974 }
975 #attachments dt {
976 font-weight:bold;
977 font-size:1.3em;
978 margin-bottom:4px;
979 }
980
981 #attachments ol li {
982 margin-bottom:18px;
983 list-style-type:decimal;
984 float:left;
985 clear:both;
986 }
987
988 #jOverlayContent,
989 #jOverlayContent #content,
990 #jOverlayContent #content_inner {
991 width: auto !important;
992 margin-bottom:0;
993 }
994 #jOverlayContent #content {
995 padding:11px;
996 min-height:auto;
997 }
998 #jOverlayContent .external span {
999 display:block;
1000 margin-bottom:11px;
1001 }
1002 #jOverlayContent button {
1003 position:absolute;
1004 top:0;
1005 right:0;
1006 width:29px;
1007 height:29px;
1008 text-align:center;
1009 font-weight:bold;
1010 padding:0;
1011 }
1012 #jOverlayContent h1 {
1013 max-width:475px;
1014 }
1015 #jOverlayContent #content {
1016 border-radius:7px;
1017 -moz-border-radius:7px;
1018 -webkit-border-radius:7px;
1019 }
1020
1021 #usergroups #new_group {
1022 float: left;
1023 margin-right: 2em;
1024 }
1025 #new_group, #group_search {
1026 margin-bottom:18px;
1027 }
1028 #new_group a {
1029 padding-left:20px;
1030 }
1031
1032
1033 #filter_tags {
1034 margin-bottom:11px;
1035 float:left;
1036 }
1037 #filter_tags dt {
1038 display:none;
1039 }
1040 #filter_tags ul {
1041 list-style-type:none;
1042 }
1043 #filter_tags ul li {
1044 float:left;
1045 margin-left:7px;
1046 padding-left:7px;
1047 border-left-width:1px;
1048 border-left-style:solid;
1049 }
1050 #filter_tags ul li.child_1 {
1051 margin-left:0;
1052 border-left:0;
1053 padding-left:0;
1054 }
1055 #filter_tags ul li#filter_tags_all a {
1056 font-weight:bold;
1057 margin-top:7px;
1058 float:left;
1059 }
1060
1061 #filter_tags ul li#filter_tags_item label {
1062 margin-right:7px;
1063 }
1064 #filter_tags ul li#filter_tags_item label,
1065 #filter_tags ul li#filter_tags_item select {
1066 display:inline;
1067 }
1068 #filter_tags ul li#filter_tags_item p {
1069 float:left;
1070 margin-left:38px;
1071 }
1072 #filter_tags ul li#filter_tags_item input {
1073 position:relative;
1074 top:3px;
1075 left:3px;
1076 }
1077
1078
1079
1080 .pagination {
1081 float:left;
1082 clear:both;
1083 width:100%;
1084 margin-top:18px;
1085 }
1086
1087 .pagination dt {
1088 font-weight:bold;
1089 display:none;
1090 }
1091
1092 .pagination .nav {
1093 float:left;
1094 width:100%;
1095 list-style-type:none;
1096 }
1097
1098 .pagination .nav_prev {
1099 float:left;
1100 }
1101 .pagination .nav_next {
1102 float:right;
1103 }
1104
1105 .pagination a {
1106 display:block;
1107 text-decoration:none;
1108 font-weight:bold;
1109 padding:7px;
1110 border-width:1px;
1111 border-style:solid;
1112 -moz-border-radius:7px;
1113 -webkit-border-radius:7px;
1114 border-radius:7px;
1115 }
1116
1117 .pagination .nav_prev a {
1118 padding-left:30px;
1119 }
1120 .pagination .nav_next a {
1121 padding-right:30px;
1122 }
1123 /* END: NOTICE */
1124
1125
1126 .hentry .entry-content p {
1127 margin-bottom:18px;
1128 }
1129 .system_notice ul,
1130 .instructions ul,
1131 .hentry entry-content ol,
1132 .hentry .entry-content ul {
1133 list-style-position:inside;
1134 }
1135 .hentry .entry-content li {
1136 margin-bottom:18px;
1137 }
1138 .hentry .entry-content li li {
1139 margin-left:18px;
1140 }
1141
1142
1143 /* TOP_POSTERS */
1144 .section tbody td {
1145 padding-right:18px;
1146 padding-bottom:11px;
1147 }
1148 .section .vcard .photo {
1149 margin-right:7px;
1150 margin-bottom:0;
1151 }
1152
1153 .section .notice {
1154 padding-top:7px;
1155 padding-bottom:7px;
1156 border-top:0;
1157 }
1158
1159 .section .notice:first-child {
1160 padding-top:0;
1161 }
1162
1163 .section .notice .author {
1164 margin-right:0;
1165 }
1166 .section .notice .author .fn {
1167 display:none;
1168 }
1169
1170
1171 /* tagcloud */
1172 .tag-cloud {
1173 list-style-type:none;
1174 text-align:center;
1175 }
1176 .aside .tag-cloud {
1177 font-size:0.8em;
1178 }
1179 .tag-cloud li {
1180 display:inline;
1181 margin-right:7px;
1182 line-height:1.25;
1183 }
1184 .aside .tag-cloud li {
1185 line-height:1.5;
1186 }
1187 .tag-cloud li a {
1188 text-decoration:none;
1189 }
1190 #tagcloud.section dt {
1191 text-transform:uppercase;
1192 font-weight:bold;
1193 }
1194 .tag-cloud-1 {
1195 font-size:1em;
1196 }
1197 .tag-cloud-2 {
1198 font-size:1.25em;
1199 }
1200 .tag-cloud-3 {
1201 font-size:1.75em;
1202 }
1203 .tag-cloud-4 {
1204 font-size:2em;
1205 }
1206 .tag-cloud-5 {
1207 font-size:2.25em;
1208 }
1209 .tag-cloud-6 {
1210 font-size:2.75em;
1211 }
1212 .tag-cloud-7 {
1213 font-size:3.25em;
1214 }
1215
1216 #publictagcloud #tagcloud.section dt {
1217 display:none;
1218 }
1219
1220 #form_settings_photo .form_data {
1221 clear:both;
1222 }
1223
1224 #form_settings_avatar li {
1225 width:auto;
1226 }
1227 #form_settings_avatar input {
1228 margin-left:0;
1229 }
1230 #avatar_original,
1231 #avatar_preview {
1232 float:left;
1233 }
1234 #avatar_preview {
1235 margin-left:29px;
1236 }
1237 #avatar_preview_view {
1238 height:96px;
1239 width:96px;
1240 margin-bottom:18px;
1241 overflow:hidden;
1242 }
1243
1244 #settings_attach,
1245 #form_settings_avatar .form_actions {
1246 clear:both;
1247 }
1248
1249 #form_settings_avatar .form_actions {
1250 margin-bottom:0;
1251 }
1252
1253 #form_settings_design #settings_design_color .form_data,
1254 #form_settings_design #color-picker {
1255 float:left;
1256 }
1257 #form_settings_design #settings_design_color .form_data {
1258 width:400px;
1259 margin-right:28px;
1260 }
1261
1262 #settings_design_color .form_data li {
1263 width:33%;
1264 }
1265 #settings_design_color .form_data label {
1266 float:none;
1267 display:block;
1268 }
1269 #settings_design_color .form_data .swatch {
1270 padding:11px;
1271 margin-left:0;
1272 }
1273
1274 .instructions ul {
1275 list-style-position:inside;
1276 }
1277 .instructions p,
1278 .instructions ul {
1279 margin-bottom:18px;
1280 }
1281 .help dt {
1282 display:none;
1283 }
1284 .guide {
1285 clear:both;
1286 }