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