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