]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/biz/css/base.css
A lot of updates to keep the themes current (at least in functionality)
[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 .application {
854 position:relative;
855 padding-top:11px;
856 padding-bottom:11px;
857 clear:both;
858 float:left;
859 width:100%;
860 border-top-width:1px;
861 border-top-style:dotted;
862 }
863 .notices li {
864 list-style-type:none;
865 }
866 .notices .notices {
867 margin-top:7px;
868 margin-left:2%;
869 width:98%;
870 float:left;
871 }
872 .mark-top {
873 border-top-width:1px;
874 border-top-style:solid;
875 }
876
877 /* NOTICES */
878 #notices_primary {
879 float:left;
880 width:100%;
881 border-radius:7px;
882 -moz-border-radius:7px;
883 -webkit-border-radius:7px;
884 }
885 #notices_primary h2 {
886 display:none;
887 }
888 .notice-data a span {
889 display:block;
890 padding-left:28px;
891 }
892
893 .notice .author {
894 margin-right:11px;
895 }
896
897 .fn {
898 overflow:hidden;
899 }
900
901 .notice .author .fn {
902 font-weight:bold;
903 }
904
905 .vcard .photo {
906 display:inline;
907 margin-right:11px;
908 float:left;
909 }
910 #shownotice .vcard .photo {
911 margin-bottom:4px;
912 }
913 #content .notice .author .photo {
914 position:absolute;
915 top:11px;
916 left:0;
917 float:none;
918 }
919 #content .notice .entry-title {
920 margin-left:59px;
921 }
922
923 .vcard .url {
924 text-decoration:none;
925 }
926 .vcard .url:hover {
927 text-decoration:underline;
928 }
929
930 .notice .entry-title {
931 overflow:hidden;
932 }
933 .notice .entry-title.ov {
934 overflow:visible;
935 }
936 #showstream .notice .entry-title,
937 #showstream .notice div.entry-content {
938 margin-left:0;
939 }
940 #shownotice .notice .entry-title {
941 margin-left:110px;
942 font-size:2.2em;
943 min-height:123px;
944 }
945 #shownotice .notice div.entry-content {
946 margin-left:0;
947 }
948
949 .notice p.entry-content {
950 display:inline;
951 }
952
953 #content .notice p.entry-content a:visited {
954 border-radius:4px;
955 -moz-border-radius:4px;
956 -webkit-border-radius:4px;
957 }
958 .notice p.entry-content .vcard a {
959 border-radius:4px;
960 -moz-border-radius:4px;
961 -webkit-border-radius:4px;
962 }
963
964 .notice div.entry-content {
965 clear:left;
966 float:left;
967 font-size:0.95em;
968 margin-left:59px;
969 width:64%;
970 }
971 #showstream .notice div.entry-content,
972 #shownotice .notice div.entry-content {
973 margin-left:0;
974 }
975
976 .notice .notice-options a,
977 .notice .notice-options input {
978 float:left;
979 font-size:1.025em;
980 }
981
982 .notice div.entry-content .timestamp {
983 display:inline-block;
984 }
985
986 .notice div.entry-content dl,
987 .notice div.entry-content dt,
988 .notice div.entry-content dd {
989 display:inline;
990 }
991
992 .notice div.entry-content .timestamp dt,
993 .notice div.entry-content .response dt {
994 display:none;
995 }
996 .notice div.entry-content .timestamp a {
997 display:inline-block;
998 }
999 .notice div.entry-content .device dt {
1000 text-transform:lowercase;
1001 }
1002
1003 .dialogbox {
1004 position:absolute;
1005 top:-1px;
1006 right:-1px;
1007 z-index:9;
1008 float:none;
1009 padding:11px;
1010 border-radius:7px;
1011 -moz-border-radius:7px;
1012 -webkit-border-radius:7px;
1013 border-style:solid;
1014 border-width:1px;
1015 }
1016
1017 .dialogbox legend {
1018 display:block !important;
1019 margin-right:18px;
1020 margin-bottom:18px;
1021 }
1022
1023 .dialogbox button.close {
1024 position:absolute;
1025 right:3px;
1026 top:3px;
1027 }
1028
1029 .dialogbox .form_guide {
1030 font-weight:normal;
1031 padding:0;
1032 }
1033
1034 .dialogbox .submit_dialogbox {
1035 font-weight:bold;
1036 text-indent:0;
1037 min-width:46px;
1038 }
1039 .dialogbox input {
1040 padding-left:4px;
1041 }
1042 .dialogbox fieldset {
1043 margin-bottom:0;
1044 }
1045
1046 #wrap form.processing input.submit,
1047 .entity_actions a.processing,
1048 .dialogbox.processing .submit_dialogbox {
1049 cursor:wait;
1050 outline:none;
1051 text-indent:-9999px;
1052 }
1053
1054 .notice-options {
1055 position:relative;
1056 font-size:0.95em;
1057 width:113px;
1058 float:right;
1059 margin-top:3px;
1060 margin-right:4px;
1061 }
1062
1063 .notice-options a {
1064 float:left;
1065 }
1066 .notice-options .notice_reply,
1067 .notice-options .form_repeat,
1068 .notice-options .form_favor,
1069 .notice-options .form_disfavor,
1070 .notice-options .repeated {
1071 float:left;
1072 margin-left:14.2%;
1073 }
1074 .notice-options .form_favor,
1075 .notice-options .form_disfavor {
1076 margin-left:0;
1077 }
1078 .notice-options input,
1079 .notice-options a,
1080 .notice-options .repeated {
1081 text-indent:-9999px;
1082 outline:none;
1083 }
1084 .notice-options input.submit {
1085 display:block;
1086 border:0;
1087 }
1088 .notice-options .notice_reply,
1089 .notice-options .notice_delete {
1090 text-decoration:none;
1091 }
1092 .notice .notice-options .notice_delete {
1093 float:right;
1094 }
1095 .notice-options form input.submit {
1096 width:16px;
1097 height:16px;
1098 padding:0;
1099 border-radius:0;
1100 -moz-border-radius:0;
1101 -webkit-border-radius:0;
1102 }
1103 .notice-options .form_repeat legend,
1104 .notice-options .form_favor legend,
1105 .notice-options .form_disfavor legend {
1106 display:none;
1107 }
1108 .notice-options .form_repeat fieldset,
1109 .notice-options .form_favor fieldset,
1110 .notice-options .form_disfavor fieldset {
1111 border:0;
1112 padding:0;
1113 }
1114 .notice-options a,
1115 .notice-options .repeated {
1116 width:16px;
1117 height:16px;
1118 }
1119
1120 .notice .attachment {
1121 position:relative;
1122 padding-left:16px;
1123 }
1124 .notice .attachment.more {
1125 text-indent:-9999px;
1126 width:16px;
1127 height:16px;
1128 display:inline-block;
1129 overflow:hidden;
1130 vertical-align:middle;
1131 margin-left:4px;
1132 }
1133
1134 #attachments .attachment,
1135 .notice .attachment.more {
1136 padding-left:0;
1137 }
1138 .notice .attachment img {
1139 position:absolute;
1140 top:18px;
1141 left:0;
1142 z-index:99;
1143 }
1144 #shownotice .notice .attachment img {
1145 position:static;
1146 }
1147
1148 #attachments {
1149 clear:both;
1150 float:left;
1151 width:100%;
1152 margin-top:18px;
1153 }
1154 #attachments dt {
1155 font-weight:bold;
1156 font-size:1.3em;
1157 margin-bottom:4px;
1158 }
1159
1160 #attachments ol li {
1161 margin-bottom:18px;
1162 list-style-type:decimal;
1163 float:left;
1164 clear:both;
1165 }
1166
1167 #jOverlayContent,
1168 #jOverlayContent #content,
1169 #jOverlayContent #content_inner {
1170 width: auto !important;
1171 margin-bottom:0;
1172 }
1173 #jOverlayContent #content {
1174 padding:11px;
1175 min-height:auto;
1176 }
1177 #jOverlayContent .entry-title {
1178 display:block;
1179 margin-bottom:11px;
1180 }
1181 #jOverlayContent button {
1182 position:absolute;
1183 top:0;
1184 right:0;
1185 }
1186 #jOverlayContent h1 {
1187 max-width:425px;
1188 }
1189 #jOverlayContent #content {
1190 border-radius:7px;
1191 -moz-border-radius:7px;
1192 -webkit-border-radius:7px;
1193 }
1194 #jOverlayLoading {
1195 top:5%;
1196 left:40%;
1197 }
1198 #attachment_view img {
1199 max-width:480px;
1200 max-height:480px;
1201 }
1202 #attachment_view #oembed_info {
1203 margin-top:11px;
1204 }
1205 #attachment_view #oembed_info dt,
1206 #attachment_view #oembed_info dd {
1207 float:left;
1208 }
1209 #attachment_view #oembed_info dt {
1210 clear:left;
1211 margin-right:11px;
1212 font-weight:bold;
1213 }
1214 #attachment_view #oembed_info dt:after {
1215 content: ":";
1216 }
1217
1218 #usergroups #new_group {
1219 float: left;
1220 margin-right: 2em;
1221 }
1222 #new_group, #group_search {
1223 margin-bottom:18px;
1224 }
1225 #new_group a {
1226 padding-left:20px;
1227 }
1228
1229
1230 #filter_tags {
1231 margin-bottom:11px;
1232 float:left;
1233 }
1234 #filter_tags dt {
1235 display:none;
1236 }
1237 #filter_tags ul {
1238 list-style-type:none;
1239 }
1240 #filter_tags ul li {
1241 float:left;
1242 margin-left:7px;
1243 padding-left:7px;
1244 border-left-width:1px;
1245 border-left-style:solid;
1246 }
1247 #filter_tags ul li.child_1 {
1248 margin-left:0;
1249 border-left:0;
1250 padding-left:0;
1251 }
1252 #filter_tags ul li#filter_tags_all a {
1253 font-weight:bold;
1254 margin-top:7px;
1255 float:left;
1256 }
1257
1258 #filter_tags ul li#filter_tags_item label {
1259 margin-right:7px;
1260 }
1261 #filter_tags ul li#filter_tags_item label,
1262 #filter_tags ul li#filter_tags_item select {
1263 display:inline;
1264 }
1265 #filter_tags ul li#filter_tags_item p {
1266 float:left;
1267 margin-left:38px;
1268 }
1269 #filter_tags ul li#filter_tags_item input {
1270 position:relative;
1271 top:3px;
1272 left:3px;
1273 }
1274
1275
1276
1277 .pagination {
1278 float:left;
1279 clear:both;
1280 width:100%;
1281 margin-top:18px;
1282 }
1283
1284 .pagination dt {
1285 font-weight:bold;
1286 display:none;
1287 }
1288
1289 .pagination .nav {
1290 float:left;
1291 width:100%;
1292 list-style-type:none;
1293 }
1294
1295 .pagination .nav_prev {
1296 float:left;
1297 }
1298 .pagination .nav_next {
1299 float:right;
1300 }
1301
1302 .pagination a {
1303 display:block;
1304 text-decoration:none;
1305 font-weight:bold;
1306 padding:7px;
1307 border-width:1px;
1308 border-style:solid;
1309 -moz-border-radius:7px;
1310 -webkit-border-radius:7px;
1311 border-radius:7px;
1312 }
1313
1314 .pagination .nav_prev a {
1315 padding-left:30px;
1316 }
1317 .pagination .nav_next a {
1318 padding-right:30px;
1319 }
1320 /* END: NOTICE */
1321
1322
1323 .hentry .entry-content p {
1324 margin-bottom:18px;
1325 }
1326 .system_notice ul,
1327 .instructions ul,
1328 .hentry entry-content ol,
1329 .hentry .entry-content ul {
1330 list-style-position:inside;
1331 }
1332 .hentry .entry-content li {
1333 margin-bottom:18px;
1334 }
1335 .hentry .entry-content li li {
1336 margin-left:18px;
1337 }
1338
1339
1340
1341
1342 /* TOP_POSTERS */
1343 .section tbody td {
1344 padding-right:11px;
1345 padding-bottom:11px;
1346 }
1347 .section .vcard .photo {
1348 margin-right:7px;
1349 margin-bottom:0;
1350 }
1351
1352 .section .notice {
1353 padding-top:7px;
1354 padding-bottom:7px;
1355 border-top:0;
1356 }
1357
1358 .section .notice:first-child {
1359 padding-top:0;
1360 }
1361
1362 .section .notice .author {
1363 margin-right:0;
1364 }
1365 .section .notice .author .fn {
1366 display:none;
1367 }
1368
1369
1370 /* tagcloud */
1371 .tag-cloud {
1372 list-style-type:none;
1373 text-align:center;
1374 }
1375 .aside .tag-cloud {
1376 font-size:0.8em;
1377 }
1378 .tag-cloud li {
1379 display:inline;
1380 margin-right:7px;
1381 line-height:1.25;
1382 }
1383 .aside .tag-cloud li {
1384 line-height:1.5;
1385 }
1386 .tag-cloud li a {
1387 text-decoration:none;
1388 }
1389 #tagcloud.section dt {
1390 text-transform:uppercase;
1391 font-weight:bold;
1392 }
1393 .tag-cloud-1 {
1394 font-size:1em;
1395 }
1396 .tag-cloud-2 {
1397 font-size:1.25em;
1398 }
1399 .tag-cloud-3 {
1400 font-size:1.75em;
1401 }
1402 .tag-cloud-4 {
1403 font-size:2em;
1404 }
1405 .tag-cloud-5 {
1406 font-size:2.25em;
1407 }
1408 .tag-cloud-6 {
1409 font-size:2.75em;
1410 }
1411 .tag-cloud-7 {
1412 font-size:3.25em;
1413 }
1414
1415 #publictagcloud #tagcloud.section dt {
1416 display:none;
1417 }
1418
1419 #form_settings_photo .form_data {
1420 clear:both;
1421 }
1422
1423 #form_settings_avatar li {
1424 width:auto;
1425 }
1426 #form_settings_avatar input {
1427 margin-left:0;
1428 }
1429 #avatar_original,
1430 #avatar_preview {
1431 float:left;
1432 }
1433 #avatar_preview {
1434 margin-left:29px;
1435 }
1436 #avatar_preview_view {
1437 height:96px;
1438 width:96px;
1439 margin-bottom:18px;
1440 overflow:hidden;
1441 }
1442
1443 #settings_attach,
1444 #form_settings_avatar .form_actions {
1445 clear:both;
1446 }
1447
1448 #form_settings_avatar .form_actions {
1449 margin-bottom:0;
1450 }
1451
1452 #form_settings_design #settings_design_color .form_data,
1453 #form_settings_design #color-picker {
1454 float:left;
1455 }
1456 #form_settings_design #settings_design_color .form_data {
1457 width:400px;
1458 margin-right:28px;
1459 }
1460
1461 .instructions ul {
1462 list-style-position:inside;
1463 }
1464 .instructions p,
1465 .instructions ul {
1466 margin-bottom:18px;
1467 }
1468 .help dt {
1469 display:none;
1470 }
1471 .guide {
1472 clear:both;
1473 }
1474
1475 }/*end of @media screen, projection, tv*/
1476
1477
1478 @media print {
1479 a:after { background-color:#FFFFFF; }
1480 a:not([href^="#"]):after { content:" <"attr(href)"> "; }
1481 img { border:none; }
1482 p { orphans: 2; widows: 1; }
1483
1484 #site_nav_global_primary,
1485 #site_nav_local_views,
1486 #form_notice,
1487 .pagination,
1488 #site_nav_global_secondary,
1489 .entity_actions,
1490 .notice-options,
1491 #aside_primary,
1492 .form_subscription_edit .submit {
1493 display:none;
1494 }
1495 .timestamp dt, .timestamp dd,
1496 .device dt, .device dd {
1497 display:inline;
1498 }
1499 .profiles li,
1500 .notices li {
1501 margin-bottom:18px;
1502 }
1503
1504 }/*end of @media print*/