]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/pigeonthoughts/css/base.css
f2256b7caa6657131763e7a2212032803198ffd3
[quix0rs-gnu-social.git] / theme / pigeonthoughts / css / base.css
1 /** theme: pigeonthoughts 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%; }
16 body {
17 background-color:#FFFFFF;
18 color:#000;
19 font-family:sans-serif;
20 font-size:1em;
21 line-height:1.65;
22 position:relative;
23 margin-left:183px;
24 }
25 h1,h2,h3,h4,h5,h6 {
26 margin-bottom:7px;
27 overflow:hidden;
28 }
29 h1 {
30 font-size:1.4em;
31 margin-bottom:18px;
32 }
33 #showstream h1 { display:none; }
34 h2 { font-size:1.3em; }
35 h3 { font-size:1.2em; }
36 h4 { font-size:1.1em; }
37 h5 { font-size:1em; }
38 h6 { font-size:0.9em; }
39
40 caption {
41 font-weight:bold;
42 }
43 legend {
44 font-weight:bold;
45 font-size:1.3em;
46 }
47 input, textarea, select, option {
48 padding:4px;
49 font-family:sans-serif;
50 font-size:1em;
51 }
52 input, textarea, select {
53 border-width:2px;
54 border-style: solid;
55 border-radius:4px;
56 -moz-border-radius:4px;
57 -webkit-border-radius:4px;
58 }
59
60 input.submit {
61 font-weight:bold;
62 cursor:pointer;
63 }
64 textarea {
65 overflow:auto;
66 }
67 option {
68 padding-bottom:0;
69 }
70 fieldset {
71 padding:0;
72 border:0;
73 }
74 form ul li {
75 list-style-type:none;
76 margin:0 0 18px 0;
77 }
78 form label {
79 font-weight:bold;
80 }
81 input.checkbox,
82 input.radio {
83 position:relative;
84 top:2px;
85 left:0;
86 border:0;
87 }
88
89 .error,
90 .success {
91 padding:4px 1.55%;
92 border-radius:4px;
93 -moz-border-radius:4px;
94 -webkit-border-radius:4px;
95 margin-bottom:18px;
96 }
97 form label.submit {
98 display:none;
99 }
100
101 .form_settings {
102 clear:both;
103 }
104
105 .form_settings fieldset {
106 margin-bottom:29px;
107 }
108 .form_settings input.remove {
109 margin-left:11px;
110 }
111 .form_settings .form_data li {
112 width:100%;
113 float:left;
114 }
115 .form_settings .form_data label {
116 float:left;
117 }
118 .form_settings .form_data textarea,
119 .form_settings .form_data select,
120 .form_settings .form_data input {
121 margin-left:11px;
122 float:left;
123 }
124 .form_settings .form_data input.submit {
125 margin-left:0;
126 }
127
128 .form_settings label {
129 margin-top:2px;
130 width:152px;
131 }
132
133 .form_actions label {
134 display:none;
135 }
136 .form_guide {
137 font-style:italic;
138 }
139
140 .form_settings #settings_autosubscribe label {
141 display:inline;
142 font-weight:bold;
143 }
144
145 #form_settings_profile legend,
146 #form_login legend,
147 #form_register legend,
148 #form_password legend,
149 #form_settings_avatar legend,
150 #newgroup legend,
151 #editgroup legend,
152 #form_tag_user legend,
153 #form_remote_subscribe legend,
154 #form_openid_login legend,
155 #form_search legend,
156 #form_invite legend,
157 #form_notice_delete legend,
158 #form_password_recover legend,
159 #form_password_change legend,
160 .form_entity_block legend {
161 display:none;
162 }
163
164 .form_settings .form_data p.form_guide {
165 clear:both;
166 margin-left:163px;
167 margin-bottom:0;
168 }
169
170 .form_settings p {
171 margin-bottom:11px;
172 }
173
174 .form_settings input.checkbox {
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:right;
223 margin-bottom:18px;
224 margin-right: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:98.5%;
238 position:relative;
239 float:left;
240 padding-top:18px;
241 padding-left:18px;
242 margin-bottom:29px;
243 }
244
245 #site_nav_global_primary {
246 float:left;
247 margin-right:18px;
248 margin-bottom:11px;
249 }
250 #site_nav_global_primary ul li {
251 display:inline;
252 margin-right: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 margin-top:7px;
264 margin-right:18px;
265 width:26%;
266 }
267 #page_notice {
268 clear:both;
269 margin-bottom:18px;
270 }
271
272
273 #anon_notice {
274 float:left;
275 width:50.2%;
276 line-height:1.5;
277 font-size:1.1em;
278 font-weight:bold;
279 }
280
281
282 #footer {
283 float:left;
284 width:64%;
285 padding:18px;
286 }
287
288 #site_nav_local_views {
289 width:183px;
290 float:left;
291 margin-bottom:29px;
292 position:fixed;
293 top:179px;
294 left:0;
295 }
296 #site_nav_local_views dt {
297 display:none;
298 }
299 #site_nav_local_views li {
300 list-style-type:none;
301 }
302 #site_nav_local_views a {
303 text-decoration:none;
304 padding:4px 11px;
305 text-shadow: 1px 1px 1px #ddd;
306 font-weight:bold;
307 display:block;
308 }
309 #site_nav_local_views .nav {
310 float:left;
311 width:100%;
312 }
313
314 #site_nav_global_primary dt,
315 #site_nav_global_secondary dt {
316 display:none;
317 }
318
319 #site_nav_global_secondary {
320 margin-bottom:11px;
321 }
322
323 #site_nav_global_secondary ul li {
324 display:inline;
325 margin-right:11px;
326 }
327 #export_data li a {
328 padding-left:20px;
329 }
330 #export_data li a.foaf {
331 padding-left:30px;
332 }
333 #export_data li a.export_vcard {
334 padding-left:28px;
335 }
336
337 #export_data ul {
338 display:inline;
339 }
340 #export_data li {
341 list-style-type:none;
342 display:inline;
343 margin-left:11px;
344 }
345 #export_data li:first-child {
346 margin-left:0;
347 }
348
349 #licenses {
350 font-size:0.9em;
351 }
352
353 #licenses dt {
354 font-weight:bold;
355 display:none;
356 }
357 #licenses dd {
358 margin-bottom:11px;
359 line-height:1.5;
360 }
361
362 #site_content_license_cc {
363 margin-bottom:0;
364 }
365 #site_content_license_cc img {
366 display:inline;
367 vertical-align:top;
368 margin-right:4px;
369 }
370
371 #wrap {
372 width:100%;
373 min-width:760px;
374 max-width:1003px;
375 overflow:hidden;
376 }
377
378 #core {
379 position:relative;
380 width:100%;
381 float:left;
382 margin-bottom:1em;
383 }
384
385 #content {
386 width:50%;
387 min-height:259px;
388 float:left;
389 padding:0 18px;
390 }
391 #shownotice #content {
392 min-height:0;
393 }
394
395 #content_inner {
396 position:relative;
397 width:100%;
398 float:left;
399 }
400
401 #aside_primary {
402 width:45.917%;
403 min-height:259px;
404 float:left;
405 margin-left:0.25%;
406 padding-bottom:47px;
407 }
408
409 #form_notice {
410 width:45.664%;
411 float:left;
412 position:relative;
413 line-height:1;
414 }
415 #form_notice fieldset {
416 border:0;
417 padding:0;
418 position:relative;
419 }
420 #form_notice legend {
421 display:none;
422 }
423 #form_notice textarea {
424 float:left;
425 border-radius:7px;
426 -moz-border-radius:7px;
427 -webkit-border-radius:7px;
428 width:80.789%;
429 height:46px;
430 line-height:1.5;
431 padding:7px 7px 16px 7px;
432 position:relative;
433 z-index:2;
434 }
435 #form_notice label {
436 display:block;
437 float:left;
438 font-size:1.3em;
439 margin-bottom:7px;
440 }
441 #form_notice label[for=notice_data-attach],
442 #form_notice #notice_data-attach {
443 position:absolute;
444 top:25px;
445 cursor:pointer;
446 }
447 #form_notice label[for=notice_data-attach] {
448 text-indent:-9999px;
449 left:394px;
450 width:16px;
451 height:16px;
452 }
453 #form_notice #notice_data-attach {
454 left:183px;
455 padding:0;
456 height:16px;
457 }
458 #form_notice .form_note {
459 position:absolute;
460 top:76px;
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:67.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:4.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 .form_group_block input.submit,
605 .form_group_unblock input.submit,
606 .entity_send-a-message a,
607 .entity_edit a,
608 .form_user_nudge input.submit,
609 .entity_nudge p,
610 .form_make_admin input.submit {
611 border:0;
612 padding-left:20px;
613 }
614
615 .entity_edit a,
616 .entity_send-a-message a,
617 .entity_nudge p {
618 padding:4px 4px 4px 23px;
619 }
620
621 .entity_remote_subscribe {
622 padding:4px;
623 border-width:2px;
624 border-style:solid;
625 border-radius:4px;
626 -moz-border-radius:4px;
627 -webkit-border-radius:4px;
628 }
629 .entity_actions .accept {
630 margin-bottom:18px;
631 }
632
633 .entity_tags ul {
634 list-style-type:none;
635 display:inline;
636 }
637 .entity_tags li {
638 display:inline;
639 margin-right:4px;
640 }
641
642 .aside .section {
643 margin-bottom:29px;
644 float:right;
645 width:44%;
646 padding:1%;
647 border-width:1px;
648 border-style:solid;
649 margin-left:2.5%;
650 }
651 .aside .section h2 {
652 text-transform:uppercase;
653 font-size:1em;
654 }
655
656 #entity_statistics dt,
657 #entity_statistics dd {
658 display:inline;
659 }
660 #entity_statistics dt:after {
661 content: ":";
662 }
663
664 .section ul.entities {
665 float:left;
666 width:100%;
667 }
668 .section .entities li {
669 list-style-type:none;
670 float:left;
671 margin-right:7px;
672 margin-bottom:7px;
673 display:inline;
674 }
675 .section .entities li .photo {
676 margin-right:0;
677 margin-bottom:0;
678 }
679 .section .entities li .fn {
680 display:none;
681 }
682
683 .aside .section p,
684 .aside .section .more {
685 clear:both;
686 }
687
688 .profile .entity_profile {
689 margin-bottom:0;
690 min-height:60px;
691 }
692
693
694 .profile .form_group_join legend,
695 .profile .form_group_leave legend,
696 .profile .form_user_subscribe legend,
697 .profile .form_user_unsubscribe legend {
698 display:none;
699 }
700
701 .profiles {
702 list-style-type:none;
703 }
704 .profile .entity_profile .entity_location {
705 width:auto;
706 clear:none;
707 margin-left:11px;
708 }
709 .profile .entity_profile dl,
710 .profile .entity_profile dd {
711 display:inline;
712 float:none;
713 }
714 .profile .entity_profile .entity_note,
715 .profile .entity_profile .entity_url,
716 .profile .entity_profile .entity_tags,
717 .profile .entity_profile .form_subscription_edit {
718 margin-left:59px;
719 clear:none;
720 display:block;
721 width:auto;
722 }
723 .profile .entity_profile .entity_tags dt {
724 display:inline;
725 margin-right:11px;
726 }
727
728
729 .profile .entity_profile .form_subscription_edit label {
730 font-weight:normal;
731 margin-right:11px;
732 }
733
734
735 /* NOTICE */
736 .notice,
737 .profile {
738 position:relative;
739 padding:11px 2%;
740 clear:both;
741 float:left;
742 width:95.7%;
743 border-width:1px;
744 border-style:solid;
745 margin-bottom:11px;
746 }
747 .notices li {
748 list-style-type:none;
749 }
750 .notices .notices {
751 margin-top:7px;
752 margin-left:5%;
753 width:95%;
754 float:left;
755 }
756
757 #aside_primary .notice,
758 #aside_primary .profile {
759 border:0;
760 margin-bottom:11px;
761 }
762
763 /* NOTICES */
764 #notices_primary {
765 float:left;
766 width:100%;
767 border-radius:7px;
768 -moz-border-radius:7px;
769 -webkit-border-radius:7px;
770 }
771 #notices_primary h2 {
772 display:none;
773 }
774 .notice-data a span {
775 display:block;
776 padding-left:28px;
777 }
778
779 .notice .author {
780 margin-right:11px;
781 }
782
783 .fn {
784 overflow:hidden;
785 }
786
787 .notice .author .fn {
788 font-weight:bold;
789 }
790
791 .vcard .photo {
792 display:inline;
793 margin-right:11px;
794 float:left;
795 }
796 #shownotice .vcard .photo {
797 margin-bottom:4px;
798 }
799 .vcard .url {
800 text-decoration:none;
801 }
802 .vcard .url:hover {
803 text-decoration:underline;
804 }
805
806 .notice .entry-title {
807 float:left;
808 width:100%;
809 overflow:hidden;
810 }
811 .notice .entry-title.ov {
812 overflow:visible;
813 }
814 #shownotice .notice .entry-title {
815 font-size:2.2em;
816 }
817
818 .notice p.entry-content {
819 display:inline;
820 }
821
822 #content .notice p.entry-content a:visited {
823 border-radius:4px;
824 -moz-border-radius:4px;
825 -webkit-border-radius:4px;
826 }
827 .notice p.entry-content .vcard a {
828 border-radius:4px;
829 -moz-border-radius:4px;
830 -webkit-border-radius:4px;
831 }
832
833 .notice div.entry-content {
834 clear:left;
835 float:left;
836 font-size:0.95em;
837 margin-left:59px;
838 width:60%;
839 }
840 #showstream .notice div.entry-content,
841 #shownotice .notice div.entry-content {
842 margin-left:0;
843 }
844
845 .notice .notice-options a,
846 .notice .notice-options input {
847 float:left;
848 font-size:1.025em;
849 }
850
851 .notice div.entry-content dl,
852 .notice div.entry-content dt,
853 .notice div.entry-content dd {
854 display:inline;
855 }
856
857 .notice div.entry-content .timestamp dt,
858 .notice div.entry-content .response dt {
859 display:none;
860 }
861 .notice div.entry-content .timestamp a {
862 display:inline-block;
863 }
864 .notice div.entry-content .device dt {
865 text-transform:lowercase;
866 }
867
868 .notice-options {
869 position:relative;
870 font-size:0.95em;
871 width:90px;
872 float:right;
873 margin-right:11px;
874 }
875
876 .notice-options a {
877 float:left;
878 }
879 .notice-options .notice_delete,
880 .notice-options .notice_reply,
881 .notice-options .form_favor,
882 .notice-options .form_disfavor {
883 position:absolute;
884 top:0;
885 }
886 .notice-options .form_favor,
887 .notice-options .form_disfavor {
888 left:0;
889 }
890 .notice-options .notice_reply {
891 left:29px;
892 }
893 .notice-options .notice_delete {
894 right:0;
895 }
896 .notice-options input,
897 .notice-options a {
898 text-indent:-9999px;
899 outline:none;
900 }
901 .notice-options input.submit {
902 display:block;
903 border:0;
904 }
905 .notice-options .notice_reply,
906 .notice-options .notice_delete {
907 text-decoration:none;
908 padding-left:16px;
909 }
910 .notice-options form input.submit {
911 width:16px;
912 padding:2px 0;
913 }
914 .notice-options .form_favor legend,
915 .notice-options .form_disfavor legend {
916 display:none;
917 }
918 .notice-options .form_favor fieldset,
919 .notice-options .form_disfavor fieldset {
920 border:0;
921 padding:0;
922 }
923
924 .notice .attachment {
925 position:relative;
926 padding-left:16px;
927 }
928 #attachments .attachment {
929 padding-left:0;
930 }
931 .notice .attachment img {
932 position:absolute;
933 top:18px;
934 left:0;
935 z-index:99;
936 }
937 #shownotice .notice .attachment img {
938 position:static;
939 }
940
941 #attachments {
942 clear:both;
943 float:left;
944 width:100%;
945 margin-top:18px;
946 }
947 #attachments dt {
948 font-weight:bold;
949 font-size:1.3em;
950 margin-bottom:4px;
951 }
952
953 #attachments ol li {
954 margin-bottom:18px;
955 list-style-type:decimal;
956 float:left;
957 clear:both;
958 }
959
960 #jOverlayContent,
961 #jOverlayContent #content,
962 #jOverlayContent #content_inner {
963 width: auto !important;
964 margin-bottom:0;
965 }
966 #jOverlayContent #content {
967 padding:11px;
968 min-height:auto;
969 }
970 #jOverlayContent .external span {
971 display:block;
972 margin-bottom:11px;
973 }
974 #jOverlayContent button {
975 position:absolute;
976 top:0;
977 right:0;
978 width:29px;
979 height:29px;
980 text-align:center;
981 font-weight:bold;
982 padding:0;
983 }
984 #jOverlayContent h1 {
985 max-width:425px;
986 }
987 #jOverlayContent #content {
988 border-radius:7px;
989 -moz-border-radius:7px;
990 -webkit-border-radius:7px;
991 }
992 #jOverlayLoading {
993 top:5%;
994 left:40%;
995 }
996 #attachment_view img {
997 max-width:480px;
998 max-height:480px;
999 }
1000 #attachment_view #oembed_info {
1001 margin-top:11px;
1002 }
1003 #attachment_view #oembed_info dt,
1004 #attachment_view #oembed_info dd {
1005 float:left;
1006 }
1007 #attachment_view #oembed_info dt {
1008 clear:left;
1009 margin-right:11px;
1010 font-weight:bold;
1011 }
1012 #attachment_view #oembed_info dt:after {
1013 content: ":";
1014 }
1015
1016 #usergroups #new_group {
1017 float: left;
1018 margin-right: 2em;
1019 }
1020 #new_group, #group_search {
1021 margin-bottom:18px;
1022 }
1023 #new_group a {
1024 padding-left:20px;
1025 }
1026
1027
1028 #filter_tags {
1029 margin-bottom:11px;
1030 float:left;
1031 }
1032 #filter_tags dt {
1033 display:none;
1034 }
1035 #filter_tags ul {
1036 list-style-type:none;
1037 }
1038 #filter_tags ul li {
1039 float:left;
1040 margin-left:7px;
1041 padding-left:7px;
1042 border-left-width:1px;
1043 border-left-style:solid;
1044 }
1045 #filter_tags ul li.child_1 {
1046 margin-left:0;
1047 border-left:0;
1048 padding-left:0;
1049 }
1050 #filter_tags ul li#filter_tags_all a {
1051 font-weight:bold;
1052 margin-top:7px;
1053 float:left;
1054 }
1055
1056 #filter_tags ul li#filter_tags_item label {
1057 margin-right:7px;
1058 }
1059 #filter_tags ul li#filter_tags_item label,
1060 #filter_tags ul li#filter_tags_item select {
1061 display:inline;
1062 }
1063 #filter_tags ul li#filter_tags_item p {
1064 float:left;
1065 margin-left:38px;
1066 }
1067 #filter_tags ul li#filter_tags_item input {
1068 position:relative;
1069 top:3px;
1070 left:3px;
1071 }
1072
1073 .pagination {
1074 float:left;
1075 clear:both;
1076 width:100%;
1077 margin-top:18px;
1078 }
1079
1080 .pagination dt {
1081 font-weight:bold;
1082 display:none;
1083 }
1084
1085 .pagination .nav {
1086 float:left;
1087 width:100%;
1088 list-style-type:none;
1089 }
1090
1091 .pagination .nav_prev {
1092 float:left;
1093 }
1094 .pagination .nav_next {
1095 float:right;
1096 }
1097
1098 .pagination a {
1099 display:block;
1100 text-decoration:none;
1101 font-weight:bold;
1102 padding:7px;
1103 border-width:1px;
1104 border-style:solid;
1105 -moz-border-radius:7px;
1106 -webkit-border-radius:7px;
1107 border-radius:7px;
1108 }
1109
1110 .pagination .nav_prev a {
1111 padding-left:30px;
1112 }
1113 .pagination .nav_next a {
1114 padding-right:30px;
1115 }
1116 /* END: NOTICE */
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 /* TOP_POSTERS */
1135 .section tbody td {
1136 padding-right:11px;
1137 padding-bottom:11px;
1138 }
1139 .section .vcard .photo {
1140 margin-right:7px;
1141 margin-bottom:0;
1142 }
1143
1144 .section .notice {
1145 padding-top:7px;
1146 padding-bottom:7px;
1147 border-top:0;
1148 }
1149
1150 .section .notice:first-child {
1151 padding-top:0;
1152 }
1153
1154 .section .notice .author {
1155 margin-right:0;
1156 }
1157 .section .notice .author .fn {
1158 display:none;
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_background-image img {
1244 max-width:480px;
1245 max-height:480px;
1246 }
1247
1248 #form_settings_design #settings_design_color .form_data,
1249 #form_settings_design #color-picker {
1250 float:left;
1251 }
1252 #form_settings_design #settings_design_color .form_data {
1253 width:400px;
1254 margin-right:28px;
1255 }
1256
1257 #settings_design_color .form_data li {
1258 width:33%;
1259 }
1260 #settings_design_color .form_data label {
1261 float:none;
1262 display:block;
1263 }
1264 #settings_design_color .form_data .swatch {
1265 padding:11px;
1266 margin-left:0;
1267 }
1268
1269 .instructions ul {
1270 list-style-position:inside;
1271 }
1272 .instructions p,
1273 .instructions ul {
1274 margin-bottom:18px;
1275 }
1276 .help dt {
1277 display:none;
1278 }
1279 .guide {
1280 clear:both;
1281 }