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