]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/biz/css/base.css
Update to biz theme's input styles
[quix0rs-gnu-social.git] / theme / biz / css / base.css
1 /** theme: biz base
2  *
3  * @package   StatusNet
4  * @author Sarven Capadisli <csarven@status.net>
5  * @copyright 2009 StatusNet, Inc.
6  * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
7  * @link      http://status.net/
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:113px;
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:124px;
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
209 #form_search .submit {
210 margin-left:11px;
211 }
212
213 address {
214 float:left;
215 margin-bottom:18px;
216 margin-left:18px;
217 }
218 address.vcard img.logo {
219 margin-right:0;
220 }
221 address .fn {
222 font-weight:bold;
223 }
224 address img + .fn {
225 display:none;
226 }
227 address .poweredby {
228 float:left;
229 clear:left;
230 display:block;
231 position:relative;
232 top:7px;
233 margin-right:-47px;
234 }
235
236
237 #header {
238 width:100%;
239 position:relative;
240 float:left;
241 padding-top:18px;
242 margin-bottom:18px;
243 }
244
245 #site_nav_global_primary {
246 float:left;
247 margin-right:18px;
248 margin-bottom:11px;
249 width:50%;
250 }
251 #site_nav_global_primary ul li {
252 display:inline;
253 margin-right:11px;
254 }
255
256 .system_notice dt {
257 font-weight:bold;
258 text-transform:uppercase;
259 display:none;
260 }
261
262 #site_notice {
263 float:right;
264 clear:right;
265 margin-top:7px;
266 margin-right:18px;
267 width:24%;
268 }
269 #page_notice {
270 clear:both;
271 margin-bottom:18px;
272 }
273
274
275 #anon_notice {
276 float:left;
277 width:45.4%;
278 /*
279 border-radius:7px;
280 -moz-border-radius:7px;
281 -webkit-border-radius:7px;
282 border-width:2px;
283 border-style:solid;
284 */
285 line-height:1.5;
286 font-size:1.1em;
287 font-weight:bold;
288 }
289
290
291 #footer {
292 float:left;
293 width:64%;
294 padding:18px;
295 }
296
297 #site_nav_local_views {
298 width:14.5%;
299 float:left;
300 }
301 #site_nav_local_views dt {
302 display:none;
303 }
304 #site_nav_local_views li {
305 list-style-type:none;
306 }
307 #site_nav_local_views a {
308 display:block;
309 text-decoration:none;
310 padding:4px 11px;
311 -moz-border-radius-topleft:4px;
312 -moz-border-radius-bottomleft:4px;
313 -webkit-border-top-left-radius:4px;
314 -webkit-border-bottom-left-radius:4px;
315 border-width:1px;
316 border-style:solid;
317 border-right:0;
318 text-shadow: 2px 2px 2px #ddd;
319 font-weight:bold;
320 }
321 #site_nav_local_views .nav {
322 float:left;
323 width:100%;
324 }
325
326 #site_nav_global_primary dt,
327 #site_nav_global_secondary dt {
328 display:none;
329 }
330
331 #site_nav_global_secondary {
332 margin-bottom:11px;
333 }
334
335 #site_nav_global_secondary ul li {
336 display:inline;
337 margin-right:11px;
338 }
339 #export_data li a {
340 padding-left:20px;
341 }
342 #export_data li a.foaf {
343 padding-left:30px;
344 }
345 #export_data li a.export_vcard {
346 padding-left:28px;
347 }
348
349 #export_data ul {
350 display:inline;
351 }
352 #export_data li {
353 list-style-type:none;
354 display:inline;
355 margin-left:11px;
356 }
357 #export_data li:first-child {
358 margin-left:0;
359 }
360
361 #licenses {
362 font-size:0.9em;
363 }
364
365 #licenses dt {
366 font-weight:bold;
367 display:none;
368 }
369 #licenses dd {
370 margin-bottom:11px;
371 line-height:1.5;
372 }
373
374 #site_content_license_cc {
375 margin-bottom:0;
376 }
377 #site_content_license_cc img {
378 display:inline;
379 vertical-align:top;
380 margin-right:4px;
381 }
382
383 #wrap {
384 margin:0 auto;
385 width:100%;
386 min-width:760px;
387 max-width:1003px;
388 overflow:hidden;
389 }
390
391 #core {
392 position:relative;
393 width:100%;
394 float:left;
395 margin-bottom:1em;
396 }
397
398 #content {
399 width:50%;
400 min-height:259px;
401 padding:1.795%;
402 float:left;
403 border-radius:7px;
404 -moz-border-radius:7px;
405 -moz-border-radius-topleft:0;
406 -webkit-border-radius:7px;
407 -webkit-border-top-left-radius:0;
408 border-style:solid;
409 border-width:1px;
410 }
411 #shownotice #content {
412 min-height:0;
413 }
414
415 #content_inner {
416 position:relative;
417 width:100%;
418 float:left;
419 }
420
421 #aside_primary {
422 width:29.917%;
423 min-height:259px;
424 float:left;
425 margin-left:0.385%;
426 }
427
428 #form_notice {
429 width:45.664%;
430 float:left;
431 position:relative;
432 line-height:1;
433 }
434 #form_notice fieldset {
435 border:0;
436 padding:0;
437 position:relative;
438 }
439 #form_notice legend {
440 display:none;
441 }
442 #form_notice textarea {
443 float:left;
444 border-radius:7px;
445 -moz-border-radius:7px;
446 -webkit-border-radius:7px;
447 width:80.789%;
448 height:67px;
449 line-height:1.5;
450 padding:7px 7px 16px 7px;
451 }
452 #form_notice label {
453 display:block;
454 float:left;
455 font-size:1.3em;
456 margin-bottom:7px;
457 }
458 #form_notice label {
459 display:block;
460 float:left;
461 font-size:1.3em;
462 margin-bottom:7px;
463 }
464 #form_notice label[for=notice_data-attach] {
465 text-indent:-9999px;
466 }
467 #form_notice label[for=notice_data-attach],
468 #form_notice #notice_data-attach {
469 position:absolute;
470 top:25px;
471 right:49px;
472 width:16px;
473 height:16px;
474 cursor:pointer;
475 }
476 #form_notice #notice_data-attach {
477 text-indent:-279px;
478 }
479 #form_notice #notice_submit label {
480 display:none;
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 .form_notice #notice_data-geo_wrap label,
522 .form_notice #notice_data-geo_wrap input {
523 position:absolute;
524 top:25px;
525 right:4px;
526 left:auto;
527 cursor:pointer;
528 width:16px;
529 height:16px;
530 display:block;
531 }
532 .form_notice #notice_data-geo_wrap input {
533 visibility:hidden;
534 }
535 .form_notice #notice_data-geo_wrap label {
536 font-weight:normal;
537 font-size:1em;
538 margin-bottom:0;
539 text-indent:-9999px;
540 }
541
542 /* entity_profile */
543 .entity_profile {
544 position:relative;
545 width:67.702%;
546 min-height:123px;
547 float:left;
548 margin-bottom:18px;
549 margin-left:0;
550 overflow:hidden;
551 }
552 .entity_profile dt,
553 #entity_statistics dt {
554 font-weight:bold;
555 }
556 .entity_profile dd {
557 display:inline;
558 }
559
560 .entity_profile .entity_depiction {
561 float:left;
562 width:96px;
563 margin-right:18px;
564 margin-bottom:18px;
565 }
566
567 .entity_profile .entity_fn,
568 .entity_profile .entity_nickname,
569 .entity_profile .entity_location,
570 .entity_profile .entity_url,
571 .entity_profile .entity_note,
572 .entity_profile .entity_tags {
573 margin-left:113px;
574 margin-bottom:4px;
575 }
576
577 .entity_profile .entity_fn,
578 .entity_profile .entity_nickname {
579 margin-left:11px;
580 display:inline;
581 font-weight:bold;
582 }
583 .entity_profile .entity_nickname {
584 margin-left:0;
585 }
586
587 .entity_profile .entity_fn dd:before {
588 content: "(";
589 font-weight:normal;
590 }
591 .entity_profile .entity_fn dd:after {
592 content: ")";
593 font-weight:normal;
594 }
595
596 .entity_profile dt {
597 display:none;
598 }
599 .entity_profile h2 {
600 display:none;
601 }
602 /* entity_profile */
603
604
605 /*entity_actions*/
606 .entity_actions {
607 float:right;
608 margin-left:2%;
609 margin-bottom:18px;
610 min-width:21%;
611 }
612 .entity_actions h2 {
613 display:none;
614 }
615 .entity_actions ul {
616 list-style-type:none;
617 }
618 .entity_actions li {
619 margin-bottom:7px;
620 }
621 .entity_actions li:first-child {
622 border-top:0;
623 }
624 .entity_actions fieldset {
625 border:0;
626 padding:0;
627 }
628 .entity_actions legend {
629 display:none;
630 }
631
632 .entity_actions input.submit {
633 display:block;
634 text-align:left;
635 width:100%;
636 }
637 .entity_actions a {
638 text-decoration:none;
639 font-weight:bold;
640 display:block;
641 }
642 .entity_actions a,
643 .entity_actions input {
644 border-radius:4px;
645 -moz-border-radius:4px;
646 -webkit-border-radius:4px;
647 }
648
649 .entity_actions a,
650 .entity_actions input,
651 .entity_actions p {
652 border-width:2px;
653 border-style:solid;
654 padding-left:23px;
655 }
656
657 .entity_actions a,
658 .entity_actions p {
659 padding:2px 4px 1px 26px;
660 }
661
662 .entity_actions .accept {
663 margin-bottom:18px;
664 }
665
666 .entity_send-a-message button {
667 position:absolute;
668 top:3px;
669 right:3px;
670 }
671
672 .entity_send-a-message .form_notice {
673 position:absolute;
674 top:34px;
675 right:-1px;
676 padding:1.795%;
677 width:65%;
678 z-index:2;
679  border-radius:7px;
680 -moz-border-radius:7px;
681 -webkit-border-radius:7px;
682 border-width:1px;
683 border-style:solid;
684 }
685 .entity_send-a-message .form_notice legend {
686 display:block;
687 margin-bottom:11px;
688 }
689
690 .entity_send-a-message .form_notice label,
691 .entity_send-a-message .form_notice select {
692 display:none;
693 }
694 .entity_send-a-message .form_notice input.submit {
695 text-align:center;
696 }
697
698 .entity_moderation {
699 position:relative;
700 }
701 .entity_moderation p {
702 border-radius:4px;
703 -moz-border-radius:4px;
704 -webkit-border-radius:4px;
705 font-weight:bold;
706 padding-bottom:2px;
707 margin-bottom:7px;
708 }
709 .entity_moderation ul {
710 display:none;
711 }
712 .entity_moderation:hover ul {
713 display:block;
714 min-width:21%;
715 width:100%;
716 padding:11px;
717 position:absolute;
718 top:-1px;
719 right:-1px;
720 z-index:1;
721 border-width:1px;
722 border-style:solid;
723 border-radius:7px;
724 -moz-border-radius:7px;
725 -webkit-border-radius:7px;
726 }
727
728 .entity_tags ul {
729 list-style-type:none;
730 display:inline;
731 }
732 .entity_tags li {
733 display:inline;
734 margin-right:4px;
735 }
736
737 .aside .section {
738 margin-bottom:18px;
739 clear:both;
740 float:left;
741 width:87.985%;
742 padding:6%;
743 border-radius:7px;
744 -moz-border-radius:7px;
745 -webkit-border-radius:7px;
746 border-width:1px;
747 border-style:solid;
748 }
749 .aside .section h2 {
750 text-transform:uppercase;
751 font-size:1em;
752 }
753
754 #entity_statistics dt,
755 #entity_statistics dd {
756 display:inline;
757 }
758 #entity_statistics dt:after {
759 content: ":";
760 }
761
762 .section ul.entities {
763 float:left;
764 width:100%;
765 }
766 .section .entities li {
767 list-style-type:none;
768 float:left;
769 margin-right:7px;
770 margin-bottom:7px;
771 }
772 .section .entities li .photo {
773 margin-right:0;
774 margin-bottom:0;
775 }
776 .section .entities li .fn {
777 display:none;
778 }
779
780 .aside .section p,
781 .aside .section .more {
782 clear:both;
783 }
784
785 .profile .entity_profile {
786 margin-bottom:0;
787 min-height:60px;
788 }
789
790
791 .profile .form_group_join legend,
792 .profile .form_group_leave legend,
793 .profile .form_user_subscribe legend,
794 .profile .form_user_unsubscribe legend {
795 display:none;
796 }
797
798 .profiles {
799 list-style-type:none;
800 }
801 .profile .entity_profile .entity_location {
802 width:auto;
803 clear:none;
804 margin-left:11px;
805 }
806 .profile .entity_profile dl,
807 .profile .entity_profile dd {
808 display:inline;
809 float:none;
810 }
811 .profile .entity_profile .entity_note,
812 .profile .entity_profile .entity_url,
813 .profile .entity_profile .entity_tags,
814 .profile .entity_profile .form_subscription_edit {
815 margin-left:59px;
816 clear:none;
817 display:block;
818 width:auto;
819 }
820 .profile .entity_profile .entity_tags dt {
821 display:inline;
822 margin-right:11px;
823 }
824
825
826 .profile .entity_profile .form_subscription_edit label {
827 font-weight:normal;
828 margin-right:11px;
829 }
830
831
832 /* NOTICE */
833 .notice,
834 .profile {
835 position:relative;
836 padding-top:11px;
837 padding-bottom:11px;
838 clear:both;
839 float:left;
840 width:100%;
841 border-top-width:1px;
842 border-top-style:dotted;
843 }
844 .notices li {
845 list-style-type:none;
846 }
847 .notices li.hover {
848 border-radius:4px;
849 -moz-border-radius:4px;
850 -webkit-border-radius:4px;
851 }
852
853 /* NOTICES */
854 #notices_primary {
855 float:left;
856 width:100%;
857 border-radius:7px;
858 -moz-border-radius:7px;
859 -webkit-border-radius:7px;
860 }
861 #notices_primary h2 {
862 display:none;
863 }
864 .notice-data a span {
865 display:block;
866 padding-left:28px;
867 }
868
869 .notice .author {
870 margin-right:11px;
871 }
872
873 .fn {
874 overflow:hidden;
875 }
876
877 .notice .author .fn {
878 font-weight:bold;
879 }
880
881 .vcard .photo {
882 display:inline;
883 margin-right:11px;
884 float:left;
885 }
886 #shownotice .vcard .photo {
887 margin-bottom:4px;
888 }
889 .vcard .url {
890 text-decoration:none;
891 }
892 .vcard .url:hover {
893 text-decoration:underline;
894 }
895
896 .notice .entry-title {
897 float:left;
898 width:100%;
899 overflow:hidden;
900 }
901 #shownotice .notice .entry-title {
902 font-size:2.2em;
903 }
904
905 .notice p.entry-content {
906 display:inline;
907 }
908
909 #content .notice p.entry-content a:visited {
910 border-radius:4px;
911 -moz-border-radius:4px;
912 -webkit-border-radius:4px;
913 }
914 .notice p.entry-content .vcard a {
915 border-radius:4px;
916 -moz-border-radius:4px;
917 -webkit-border-radius:4px;
918 }
919
920 .notice div.entry-content {
921 clear:left;
922 float:left;
923 font-size:0.95em;
924 margin-left:59px;
925 width:65%;
926 }
927 #showstream .notice div.entry-content,
928 #shownotice .notice div.entry-content {
929 margin-left:0;
930 }
931
932 .notice .notice-options a,
933 .notice .notice-options input {
934 float:left;
935 font-size:1.025em;
936 }
937
938 .notice div.entry-content .timestamp {
939 display:inline-block;
940 }
941
942 .notice div.entry-content dl,
943 .notice div.entry-content dt,
944 .notice div.entry-content dd {
945 display:inline;
946 }
947
948 .notice div.entry-content .timestamp dt,
949 .notice div.entry-content .response dt {
950 display:none;
951 }
952 .notice div.entry-content .timestamp a {
953 display:inline-block;
954 }
955 .notice div.entry-content .device dt {
956 text-transform:lowercase;
957 }
958
959 .dialogbox {
960 position:absolute;
961 top:-4px;
962 right:29px;
963 z-index:9;
964 min-width:199px;
965 float:none;
966 background-color:#FFF;
967 padding:11px;
968 border-radius:7px;
969 -moz-border-radius:7px;
970 -webkit-border-radius:7px;
971 border-style:solid;
972 border-width:1px;
973 border-color:#DDDDDD;
974 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
975 }
976
977 .dialogbox legend {
978 display:block !important;
979 margin-right:18px;
980 }
981
982 .dialogbox button.close {
983 position:absolute;
984 right:3px;
985 top:3px;
986 }
987
988 .dialogbox .submit_dialogbox {
989 font-weight:bold;
990 text-indent:0;
991 min-width:46px;
992 }
993
994 #wrap form.processing input.submit,
995 .entity_actions a.processing,
996 .dialogbox.processing .submit_dialogbox {
997 cursor:wait;
998 outline:none;
999 text-indent:-9999px;
1000 }
1001
1002 .notice-options {
1003 position:relative;
1004 font-size:0.95em;
1005 width:113px;
1006 float:right;
1007 margin-top:3px;
1008 margin-right:4px;
1009 }
1010
1011 .notice-options a {
1012 float:left;
1013 }
1014 .notice-options .notice_reply,
1015 .notice-options .form_repeat,
1016 .notice-options .form_favor,
1017 .notice-options .form_disfavor,
1018 .notice-options .repeated {
1019 float:left;
1020 margin-left:14.2%;
1021 }
1022 .notice-options .form_favor,
1023 .notice-options .form_disfavor {
1024 margin-left:0;
1025 }
1026 .notice-options input,
1027 .notice-options a,
1028 .notice-options .repeated {
1029 text-indent:-9999px;
1030 outline:none;
1031 }
1032 .notice-options input.submit {
1033 display:block;
1034 border:0;
1035 }
1036 .notice-options .notice_reply,
1037 .notice-options .notice_delete {
1038 text-decoration:none;
1039 }
1040 .notice .notice-options .notice_delete {
1041 float:right;
1042 }
1043 .notice-options form input.submit {
1044 width:16px;
1045 height:16px;
1046 padding:0;
1047 border-radius:0;
1048 -moz-border-radius:0;
1049 -webkit-border-radius:0;
1050 }
1051 .notice-options .form_repeat legend,
1052 .notice-options .form_favor legend,
1053 .notice-options .form_disfavor legend {
1054 display:none;
1055 }
1056 .notice-options .form_repeat fieldset,
1057 .notice-options .form_favor fieldset,
1058 .notice-options .form_disfavor fieldset {
1059 border:0;
1060 padding:0;
1061 }
1062 .notice-options a,
1063 .notice-options .repeated {
1064 width:16px;
1065 height:16px;
1066 }
1067
1068 #usergroups #new_group {
1069 float: left;
1070 margin-right: 2em;
1071 }
1072 #new_group, #group_search {
1073 margin-bottom:18px;
1074 }
1075 #new_group a {
1076 padding-left:20px;
1077 }
1078
1079
1080 #filter_tags {
1081 margin-bottom:11px;
1082 float:left;
1083 }
1084 #filter_tags dt {
1085 display:none;
1086 }
1087 #filter_tags ul {
1088 list-style-type:none;
1089 }
1090 #filter_tags ul li {
1091 float:left;
1092 margin-left:7px;
1093 padding-left:7px;
1094 border-left-width:1px;
1095 border-left-style:solid;
1096 }
1097 #filter_tags ul li.child_1 {
1098 margin-left:0;
1099 border-left:0;
1100 padding-left:0;
1101 }
1102 #filter_tags ul li#filter_tags_all a {
1103 font-weight:bold;
1104 margin-top:7px;
1105 float:left;
1106 }
1107
1108 #filter_tags ul li#filter_tags_item label {
1109 margin-right:7px;
1110 }
1111 #filter_tags ul li#filter_tags_item label,
1112 #filter_tags ul li#filter_tags_item select {
1113 display:inline;
1114 }
1115 #filter_tags ul li#filter_tags_item p {
1116 float:left;
1117 margin-left:38px;
1118 }
1119 #filter_tags ul li#filter_tags_item input {
1120 position:relative;
1121 top:3px;
1122 left:3px;
1123 }
1124
1125
1126
1127 .pagination {
1128 float:left;
1129 clear:both;
1130 width:100%;
1131 margin-top:18px;
1132 }
1133
1134 .pagination dt {
1135 font-weight:bold;
1136 display:none;
1137 }
1138
1139 .pagination .nav {
1140 float:left;
1141 width:100%;
1142 list-style-type:none;
1143 }
1144
1145 .pagination .nav_prev {
1146 float:left;
1147 }
1148 .pagination .nav_next {
1149 float:right;
1150 }
1151
1152 .pagination a {
1153 display:block;
1154 text-decoration:none;
1155 font-weight:bold;
1156 padding:7px;
1157 border-width:1px;
1158 border-style:solid;
1159 -moz-border-radius:7px;
1160 -webkit-border-radius:7px;
1161 border-radius:7px;
1162 }
1163
1164 .pagination .nav_prev a {
1165 padding-left:30px;
1166 }
1167 .pagination .nav_next a {
1168 padding-right:30px;
1169 }
1170 /* END: NOTICE */
1171
1172
1173 .hentry .entry-content p {
1174 margin-bottom:18px;
1175 }
1176 .system_notice ul,
1177 .instructions ul,
1178 .hentry entry-content ol,
1179 .hentry .entry-content ul {
1180 list-style-position:inside;
1181 }
1182 .hentry .entry-content li {
1183 margin-bottom:18px;
1184 }
1185 .hentry .entry-content li li {
1186 margin-left:18px;
1187 }
1188
1189
1190
1191
1192 /* TOP_POSTERS */
1193 .section tbody td {
1194 padding-right:11px;
1195 padding-bottom:11px;
1196 }
1197 .section .vcard .photo {
1198 margin-right:7px;
1199 margin-bottom:0;
1200 }
1201
1202 .section .notice {
1203 padding-top:7px;
1204 padding-bottom:7px;
1205 border-top:0;
1206 }
1207
1208 .section .notice:first-child {
1209 padding-top:0;
1210 }
1211
1212 .section .notice .author {
1213 margin-right:0;
1214 }
1215 .section .notice .author .fn {
1216 display:none;
1217 }
1218
1219
1220 /* tagcloud */
1221 .tag-cloud {
1222 list-style-type:none;
1223 text-align:center;
1224 }
1225 .aside .tag-cloud {
1226 font-size:0.8em;
1227 }
1228 .tag-cloud li {
1229 display:inline;
1230 margin-right:7px;
1231 line-height:1.25;
1232 }
1233 .aside .tag-cloud li {
1234 line-height:1.5;
1235 }
1236 .tag-cloud li a {
1237 text-decoration:none;
1238 }
1239 #tagcloud.section dt {
1240 text-transform:uppercase;
1241 font-weight:bold;
1242 }
1243 .tag-cloud-1 {
1244 font-size:1em;
1245 }
1246 .tag-cloud-2 {
1247 font-size:1.25em;
1248 }
1249 .tag-cloud-3 {
1250 font-size:1.75em;
1251 }
1252 .tag-cloud-4 {
1253 font-size:2em;
1254 }
1255 .tag-cloud-5 {
1256 font-size:2.25em;
1257 }
1258 .tag-cloud-6 {
1259 font-size:2.75em;
1260 }
1261 .tag-cloud-7 {
1262 font-size:3.25em;
1263 }
1264
1265 #publictagcloud #tagcloud.section dt {
1266 display:none;
1267 }
1268
1269 #form_settings_photo .form_data {
1270 clear:both;
1271 }
1272
1273 #form_settings_avatar li {
1274 width:auto;
1275 }
1276 #form_settings_avatar input {
1277 margin-left:0;
1278 }
1279 #avatar_original,
1280 #avatar_preview {
1281 float:left;
1282 }
1283 #avatar_preview {
1284 margin-left:29px;
1285 }
1286 #avatar_preview_view {
1287 height:96px;
1288 width:96px;
1289 margin-bottom:18px;
1290 overflow:hidden;
1291 }
1292
1293 #settings_attach,
1294 #form_settings_avatar .form_actions {
1295 clear:both;
1296 }
1297
1298 #form_settings_avatar .form_actions {
1299 margin-bottom:0;
1300 }
1301
1302 #form_settings_design #settings_design_color .form_data,
1303 #form_settings_design #color-picker {
1304 float:left;
1305 }
1306 #form_settings_design #settings_design_color .form_data {
1307 width:400px;
1308 margin-right:28px;
1309 }
1310
1311 .instructions ul {
1312 list-style-position:inside;
1313 }
1314 .instructions p,
1315 .instructions ul {
1316 margin-bottom:18px;
1317 }
1318 .help dt {
1319 display:none;
1320 }
1321 .guide {
1322 clear:both;
1323 }