]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
Merge branch '0.8.x' into notice-search-no-results
[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%; }
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 }
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 #attachment_view #oembed_info {
1022 margin-top:11px;
1023 }
1024 #attachment_view #oembed_info dt,
1025 #attachment_view #oembed_info dd {
1026 float:left;
1027 }
1028 #attachment_view #oembed_info dt {
1029 clear:left;
1030 margin-right:11px;
1031 font-weight:bold;
1032 }
1033 #attachment_view #oembed_info dt:after {
1034 content: ":";
1035 }
1036
1037 #usergroups #new_group {
1038 float: left;
1039 margin-right: 2em;
1040 }
1041 #new_group, #group_search {
1042 margin-bottom:18px;
1043 }
1044 #new_group a {
1045 padding-left:20px;
1046 }
1047
1048
1049 #filter_tags {
1050 margin-bottom:11px;
1051 float:left;
1052 }
1053 #filter_tags dt {
1054 display:none;
1055 }
1056 #filter_tags ul {
1057 list-style-type:none;
1058 }
1059 #filter_tags ul li {
1060 float:left;
1061 margin-left:7px;
1062 padding-left:7px;
1063 border-left-width:1px;
1064 border-left-style:solid;
1065 }
1066 #filter_tags ul li.child_1 {
1067 margin-left:0;
1068 border-left:0;
1069 padding-left:0;
1070 }
1071 #filter_tags ul li#filter_tags_all a {
1072 font-weight:bold;
1073 margin-top:7px;
1074 float:left;
1075 }
1076
1077 #filter_tags ul li#filter_tags_item label {
1078 margin-right:7px;
1079 }
1080 #filter_tags ul li#filter_tags_item label,
1081 #filter_tags ul li#filter_tags_item select {
1082 display:inline;
1083 }
1084 #filter_tags ul li#filter_tags_item p {
1085 float:left;
1086 margin-left:38px;
1087 }
1088 #filter_tags ul li#filter_tags_item input {
1089 position:relative;
1090 top:3px;
1091 left:3px;
1092 }
1093
1094
1095
1096 .pagination {
1097 float:left;
1098 clear:both;
1099 width:100%;
1100 margin-top:18px;
1101 }
1102
1103 .pagination dt {
1104 font-weight:bold;
1105 display:none;
1106 }
1107
1108 .pagination .nav {
1109 float:left;
1110 width:100%;
1111 list-style-type:none;
1112 }
1113
1114 .pagination .nav_prev {
1115 float:left;
1116 }
1117 .pagination .nav_next {
1118 float:right;
1119 }
1120
1121 .pagination a {
1122 display:block;
1123 text-decoration:none;
1124 font-weight:bold;
1125 padding:7px;
1126 border-width:1px;
1127 border-style:solid;
1128 -moz-border-radius:7px;
1129 -webkit-border-radius:7px;
1130 border-radius:7px;
1131 }
1132
1133 .pagination .nav_prev a {
1134 padding-left:30px;
1135 }
1136 .pagination .nav_next a {
1137 padding-right:30px;
1138 }
1139 /* END: NOTICE */
1140
1141
1142 .hentry .entry-content p {
1143 margin-bottom:18px;
1144 }
1145 .system_notice ul,
1146 .instructions ul,
1147 .hentry entry-content ol,
1148 .hentry .entry-content ul {
1149 list-style-position:inside;
1150 }
1151 .hentry .entry-content li {
1152 margin-bottom:18px;
1153 }
1154 .hentry .entry-content li li {
1155 margin-left:18px;
1156 }
1157
1158
1159 /* TOP_POSTERS */
1160 .section tbody td {
1161 padding-right:18px;
1162 padding-bottom:11px;
1163 }
1164 .section .vcard .photo {
1165 margin-right:7px;
1166 margin-bottom:0;
1167 }
1168
1169 .section .notice {
1170 padding-top:7px;
1171 padding-bottom:7px;
1172 border-top:0;
1173 }
1174
1175 .section .notice:first-child {
1176 padding-top:0;
1177 }
1178
1179 .section .notice .author {
1180 margin-right:0;
1181 }
1182 .section .notice .author .fn {
1183 display:none;
1184 }
1185
1186
1187 /* tagcloud */
1188 .tag-cloud {
1189 list-style-type:none;
1190 text-align:center;
1191 }
1192 .aside .tag-cloud {
1193 font-size:0.8em;
1194 }
1195 .tag-cloud li {
1196 display:inline;
1197 margin-right:7px;
1198 line-height:1.25;
1199 }
1200 .aside .tag-cloud li {
1201 line-height:1.5;
1202 }
1203 .tag-cloud li a {
1204 text-decoration:none;
1205 }
1206 #tagcloud.section dt {
1207 text-transform:uppercase;
1208 font-weight:bold;
1209 }
1210 .tag-cloud-1 {
1211 font-size:1em;
1212 }
1213 .tag-cloud-2 {
1214 font-size:1.25em;
1215 }
1216 .tag-cloud-3 {
1217 font-size:1.75em;
1218 }
1219 .tag-cloud-4 {
1220 font-size:2em;
1221 }
1222 .tag-cloud-5 {
1223 font-size:2.25em;
1224 }
1225 .tag-cloud-6 {
1226 font-size:2.75em;
1227 }
1228 .tag-cloud-7 {
1229 font-size:3.25em;
1230 }
1231
1232 #publictagcloud #tagcloud.section dt {
1233 display:none;
1234 }
1235
1236 #form_settings_photo .form_data {
1237 clear:both;
1238 }
1239
1240 #form_settings_avatar li {
1241 width:auto;
1242 }
1243 #form_settings_avatar input {
1244 margin-left:0;
1245 }
1246 #avatar_original,
1247 #avatar_preview {
1248 float:left;
1249 }
1250 #avatar_preview {
1251 margin-left:29px;
1252 }
1253 #avatar_preview_view {
1254 height:96px;
1255 width:96px;
1256 margin-bottom:18px;
1257 overflow:hidden;
1258 }
1259
1260 #settings_attach,
1261 #form_settings_avatar .form_actions {
1262 clear:both;
1263 }
1264
1265 #form_settings_avatar .form_actions {
1266 margin-bottom:0;
1267 }
1268
1269 #form_settings_design #settings_design_color .form_data,
1270 #form_settings_design #color-picker {
1271 float:left;
1272 }
1273 #form_settings_design #settings_design_color .form_data {
1274 width:400px;
1275 margin-right:28px;
1276 }
1277
1278 #settings_design_color .form_data li {
1279 width:33%;
1280 }
1281 #settings_design_color .form_data label {
1282 float:none;
1283 display:block;
1284 }
1285 #settings_design_color .form_data .swatch {
1286 padding:11px;
1287 margin-left:0;
1288 }
1289
1290 .instructions ul {
1291 list-style-position:inside;
1292 }
1293 .instructions p,
1294 .instructions ul {
1295 margin-bottom:18px;
1296 }
1297 .help dt {
1298 display:none;
1299 }
1300 .guide {
1301 clear:both;
1302 }