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