]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
Merge branch 'master' into testing
[quix0rs-gnu-social.git] / theme / base / css / display.css
1 /** theme: base
2  *
3  * @package   StatusNet
4  * @author    Sarven Capadisli <csarven@status.net>
5  * @copyright 2009-2010 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%; }
17 body {
18 background-color:#FFFFFF;
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.submit {
53 font-weight:bold;
54 cursor:pointer;
55 }
56 textarea {
57 overflow:auto;
58 }
59 option {
60 padding-bottom:0;
61 }
62 fieldset {
63 padding:0;
64 border:0;
65 }
66 form ul li {
67 list-style-type:none;
68 margin:0 0 18px 0;
69 }
70 form label {
71 font-weight:bold;
72 }
73 input.checkbox,
74 input.radio {
75 position:relative;
76 top:2px;
77 left:auto;
78 border:0;
79 }
80
81 .error,
82 .success {
83 padding:4px 1.55%;
84 border-radius:4px;
85 -moz-border-radius:4px;
86 -webkit-border-radius:4px;
87 margin-bottom:18px;
88 }
89
90 .xoxo li {
91 list-style-type:none;
92 }
93
94 form label.submit {
95 display:none;
96 }
97 .form_settings {
98 clear:both;
99 }
100 .form_settings fieldset {
101 margin-bottom:29px;
102 }
103 .form_settings fieldset fieldset {
104 margin-bottom:41px;
105 padding:3% 1.795% 1.795% 3%;
106 border-radius:11px;
107 -moz-border-radius:11px;
108 -webkit-border-radius:11px;
109 border-width:1px;
110 border-style:solid;
111 }
112 .form_settings fieldset fieldset legend {
113 line-height:0;
114 }
115
116 .form_settings input.remove {
117 margin-left:11px;
118 }
119 .form_settings .form_data li {
120 width:100%;
121 float:left;
122 }
123 .form_settings .form_data label {
124 float:left;
125 }
126 .form_settings .form_data textarea,
127 .form_settings .form_data select,
128 .form_settings .form_data input {
129 margin-left:1.795%;
130 float:left;
131 }
132 .form_settings .form_data input {
133 width:39%;
134 }
135 .form_settings .form_data input.submit,
136 .form_settings .form_data input.checkbox,
137 .form_settings .form_data input.radio {
138 width:auto;
139 }
140 .form_settings .form_data textarea {
141 width:63%;
142 }
143
144 .form_settings .form_data input.submit {
145 margin-left:0;
146 }
147
148 .form_settings label {
149 margin-top:2px;
150 width:24%;
151 }
152
153 .form_actions label {
154 display:none;
155 }
156 .form_guide {
157 font-style:italic;
158 }
159
160 .form_settings #settings_autosubscribe label {
161 display:inline;
162 font-weight:bold;
163 }
164
165 #form_settings_profile legend,
166 #form_login legend,
167 #form_register legend,
168 #form_password legend,
169 #form_settings_avatar legend,
170 #newgroup legend,
171 #editgroup legend,
172 #form_tag_user legend,
173 #form_remote_subscribe legend,
174 #form_openid_login legend,
175 #form_search legend,
176 #form_invite legend,
177 #form_notice_delete legend,
178 #form_password_recover legend,
179 #form_password_change legend,
180 .form_entity_block legend,
181 #form_filter_bytag legend,
182 #apioauthauthorize_allowdeny {
183 display:none;
184 }
185
186 .form_settings .form_data p.form_guide {
187 clear:both;
188 margin-left:26%;
189 margin-bottom:0;
190 }
191
192 .form_settings p {
193 margin-bottom:11px;
194 }
195
196 .form_settings input.checkbox,
197 .form_settings input.radio {
198 margin-top:3px;
199 margin-left:0;
200 }
201 .form_settings label.checkbox {
202 font-weight:normal;
203 margin-top:0;
204 margin-right:0;
205 margin-left:11px;
206 float:left;
207 width:90%;
208 }
209 .form_settings label.radio {
210 margin-top:0;
211 margin-right:47px;
212 margin-left:11px;
213 width:auto;
214 }
215
216 #form_login p.form_guide,
217 #form_register #settings_rememberme p.form_guide,
218 #form_openid_login #settings_rememberme p.form_guide,
219 #settings_twitter_remove p.form_guide,
220 #form_search ul.form_data #q,
221 #design_background-image_onoff p.form_guide {
222 margin-left:0;
223 }
224
225 .form_settings .form_note {
226 border-radius:4px;
227 -moz-border-radius:4px;
228 -webkit-border-radius:4px;
229 padding:0 7px;
230 }
231
232 .form_settings input.form_action-default {
233 margin-right:11px;
234 }
235 .form_settings input.form_action-default,
236 .form_settings input.form_action-primary {
237 padding:0;
238 }
239 .form_settings input.form_action-secondary {
240 margin-left:29px;
241 }
242
243 #form_search .submit {
244 margin-left:11px;
245 }
246 #form_search .form_data input {
247 width:auto;
248 }
249
250 address {
251 float:left;
252 margin-bottom:18px;
253 margin-left:18px;
254 }
255 address.vcard img.logo {
256 margin-right:0;
257 }
258 address .fn {
259 font-weight:bold;
260 }
261 address img + .fn {
262 display:none;
263 }
264 address a {
265 text-decoration:none;
266 }
267 address .poweredby {
268 float:left;
269 clear:left;
270 display:block;
271 position:relative;
272 top:7px;
273 margin-right:-47px;
274 }
275
276 #header {
277 width:100%;
278 position:relative;
279 float:left;
280 padding-top:18px;
281 margin-bottom:29px;
282 }
283
284 #site_nav_global_primary {
285 float:right;
286 margin-right:18px;
287 margin-bottom:11px;
288 margin-left:18px;
289 }
290 #site_nav_global_primary li {
291 display:inline;
292 margin-left:18px;
293 }
294
295 .system_notice dt {
296 font-weight:bold;
297 text-transform:uppercase;
298 display:none;
299 }
300
301 #site_notice {
302 float:right;
303 clear:right;
304 margin-top:7px;
305 margin-right:18px;
306 width:24%;
307 }
308 #page_notice {
309 clear:both;
310 margin-bottom:18px;
311 }
312
313 #anon_notice {
314 float:left;
315 width:42.4%;
316 padding:1.1%;
317 border-radius:7px;
318 -moz-border-radius:7px;
319 -webkit-border-radius:7px;
320 border-width:2px;
321 border-style:solid;
322 line-height:1.5;
323 font-size:1.1em;
324 font-weight:bold;
325 }
326
327 #footer {
328 float:left;
329 width:64%;
330 padding:18px;
331 }
332
333 #site_nav_local_views {
334 width:100%;
335 float:left;
336 }
337 #site_nav_local_views dt {
338 display:none;
339 }
340 #site_nav_local_views li {
341 float:left;
342 margin-right:18px;
343 list-style-type:none;
344 }
345 #site_nav_local_views a {
346 float:left;
347 text-decoration:none;
348 padding:4px 11px;
349 border-radius-topleft:4px;
350 border-radius-topright:4px;
351 -moz-border-radius-topleft:4px;
352 -moz-border-radius-topright:4px;
353 -webkit-border-top-left-radius:4px;
354 -webkit-border-top-right-radius:4px;
355 border-radius-topleft:0;
356 border-radius-topright:0;
357 border-width:1px;
358 border-style:solid;
359 border-bottom:0;
360 font-weight:bold;
361 }
362 #site_nav_local_views .nav {
363 float:left;
364 width:100%;
365 }
366
367 body[id$=adminpanel] #site_nav_local_views {
368 position:relative;
369 z-index:9;
370 float:right;
371 margin-right:10.65%;
372 width:22.25%;
373 }
374 body[id$=adminpanel] #site_nav_local_views li {
375 width:100%;
376 margin-right:0;
377 margin-bottom:7px;
378 }
379 body[id$=adminpanel] #site_nav_local_views a {
380 display:block;
381 width:80%;
382 padding-right:10%;
383 padding-left:10%;
384 border-radius-toprleft:0;
385 -moz-border-radius-topleft:0;
386 -webkit-border-top-left-radius:0;
387 border-radius-topright:4px;
388 -moz-border-radius-topright:4px;
389 -webkit-border-top-right-radius:4px;
390 border-radius-bottomright:4px;
391 -moz-border-radius-bottomright:4px;
392 -webkit-border-bottom-right-radius:4px;
393 }
394 body[id$=adminpanel] #site_nav_local_views li.current {
395 box-shadow:none;
396 -moz-box-shadow:none;
397 -webkit-box-shadow:none;
398 }
399
400 body[id$=adminpanel] #content {
401 border-radius-topleft:7px;
402 border-radius-topright:7px;
403 -moz-border-radius-topleft:7px;
404 -moz-border-radius-topright:7px;
405 -webkit-border-top-left-radius:7px;
406 -webkit-border-top-right-radius:7px;
407 border-radius-topright:0;
408 -moz-border-radius-topright:0;
409 -webkit-border-top-right-radius:0;
410 }
411 body[id$=adminpanel] #aside_primary {
412 display:none;
413 }
414
415 #site_nav_global_primary dt,
416 #site_nav_global_secondary dt {
417 display:none;
418 }
419
420 #site_nav_global_secondary {
421 margin-bottom:11px;
422 }
423
424 #site_nav_global_secondary ul li {
425 display:inline;
426 margin-right:18px;
427 }
428 #export_data li a {
429 padding-left:20px;
430 }
431 #export_data li a.foaf {
432 padding-left:30px;
433 }
434 #export_data li a.export_vcard {
435 padding-left:28px;
436 }
437
438 #export_data ul {
439 width:100%;
440 float:left;
441 }
442 #export_data li {
443 list-style-type:none;
444 float:left;
445 margin-right:11px;
446 }
447
448 #licenses {
449 font-size:0.9em;
450 }
451
452 #licenses dt {
453 font-weight:bold;
454 display:none;
455 }
456 #licenses dd {
457 margin-bottom:11px;
458 line-height:1.5;
459 }
460
461 #site_content_license_cc {
462 margin-bottom:0;
463 }
464 #site_content_license_cc img {
465 display:inline;
466 vertical-align:top;
467 margin-right:4px;
468 }
469
470 #wrap {
471 margin:0 auto;
472 width:100%;
473 min-width:760px;
474 max-width:1003px;
475 overflow:hidden;
476 }
477
478 #core {
479 position:relative;
480 width:100%;
481 float:left;
482 margin-bottom:1em;
483 }
484
485 #content {
486 width:63.311%;
487 min-height:259px;
488 padding:1.795%;
489 float:left;
490 border-radius:7px;
491 -moz-border-radius:7px;
492 -moz-border-radius-topleft:0;
493 -webkit-border-radius:7px;
494 -webkit-border-top-left-radius:0;
495 border-width:1px;
496 border-style:solid;
497 }
498 #shownotice #content {
499 min-height:0;
500 }
501
502 #content_inner {
503 position:relative;
504 width:100%;
505 float:left;
506 }
507
508 #aside_primary {
509 width:27.917%;
510 min-height:259px;
511 float:left;
512 margin-left:0.699%;
513 padding:1.795%;
514 border-radius:7px;
515 -moz-border-radius:7px;
516 -webkit-border-radius:7px;
517 border-width:1px;
518 border-style:solid;
519 }
520
521 .form_notice {
522 width:45%;
523 float:left;
524 position:relative;
525 line-height:1;
526 }
527 .form_notice fieldset {
528 border:0;
529 padding:0;
530 position:relative;
531 }
532 .form_notice legend {
533 display:none;
534 }
535 .form_notice textarea {
536 float:left;
537 border-radius:7px;
538 -moz-border-radius:7px;
539 -webkit-border-radius:7px;
540 width:80.789%;
541 height:67px;
542 line-height:1.5;
543 padding:7px 7px 16px 7px;
544 position:relative;
545 z-index:2;
546 }
547 .form_notice label {
548 display:block;
549 float:left;
550 font-size:1.3em;
551 margin-bottom:7px;
552 }
553 .form_notice label[for=notice_data-attach],
554 .form_notice #notice_data-attach {
555 position:absolute;
556 top:25px;
557 right:10.5%;
558 cursor:pointer;
559 }
560 .form_notice label[for=notice_data-attach] {
561 text-indent:-9999px;
562 width:16px;
563 height:16px;
564 }
565 .form_notice #notice_data-attach {
566 padding:0;
567 height:16px;
568 }
569 .form_notice .form_note {
570 position:absolute;
571 bottom:2px;
572 right:21.715%;
573 z-index:9;
574 }
575 .form_notice .form_note dt {
576 font-weight:bold;
577 display:none;
578 }
579 .form_notice #notice_text-count {
580 font-weight:bold;
581 line-height:1.15;
582 padding:1px 2px;
583 }
584 .form_notice #notice_action-submit {
585 width:14%;
586 height:47px;
587 padding:0;
588 position:absolute;
589 bottom:0;
590 right:0;
591 }
592 .form_notice label[for=to] {
593 margin-top:7px;
594 }
595 .form_notice select[id=to] {
596 margin-bottom:7px;
597 margin-left:18px;
598 float:left;
599 max-width:322px;
600 }
601 .form_notice .error,
602 .form_notice .success {
603 float:left;
604 clear:both;
605 width:81.5%;
606 margin-bottom:0;
607 line-height:1.618;
608 }
609 .form_notice #notice_data-attach_selected code {
610 float:left;
611 width:80%;
612 display:block;
613 overflow:auto;
614 margin-right:2.5%;
615 font-size:1.1em;
616 }
617 .form_notice #notice_data-attach_selected button.close {
618 float:right;
619 font-size:0.8em;
620 }
621
622 .form_notice #notice_data-geo_wrap label,
623 .form_notice #notice_data-geo_wrap input {
624 position:absolute;
625 top:25px;
626 right:4px;
627 left:auto;
628 cursor:pointer;
629 width:16px;
630 height:16px;
631 display:block;
632 }
633 .form_notice #notice_data-geo_wrap input {
634 visibility:hidden;
635 }
636 .form_notice #notice_data-geo_wrap label {
637 font-weight:normal;
638 font-size:1em;
639 margin-bottom:0;
640 text-indent:-9999px;
641 }
642
643 button.close,
644 button.minimize {
645 width:16px;
646 height:16px;
647 text-indent:-9999px;
648 padding:0;
649 border:0;
650 text-align:center;
651 font-weight:bold;
652 cursor:pointer;
653 }
654
655 /* entity_profile */
656 .entity_profile {
657 position:relative;
658 width:73%;
659 min-height:123px;
660 float:left;
661 margin-bottom:18px;
662 margin-left:0;
663 overflow:hidden;
664 }
665 .entity_profile dt,
666 #entity_statistics dt {
667 font-weight:bold;
668 }
669 .entity_profile dd {
670 display:inline;
671 }
672
673 .entity_profile .entity_depiction {
674 float:left;
675 width:96px;
676 margin-right:18px;
677 margin-bottom:18px;
678 }
679
680 .entity_profile .entity_fn,
681 .entity_profile .entity_nickname,
682 .entity_profile .entity_location,
683 .entity_profile .entity_url,
684 .entity_profile .entity_note,
685 .entity_profile .entity_tags,
686 .entity_profile .entity_aliases,
687 .entity_profile .entity_statistics {
688 margin-left:113px;
689 margin-bottom:4px;
690 }
691
692 .entity_profile .entity_fn,
693 .entity_profile .entity_nickname {
694 margin-left:11px;
695 display:inline;
696 }
697 .entity_profile .entity_nickname {
698 margin-left:0;
699 }
700 .entity_profile .fn,
701 .entity_profile .nickname {
702 font-size:1.1em;
703 font-weight:bold;
704 }
705 .entity_profile .fn:before {
706 content: "(";
707 font-weight:normal;
708 }
709 .entity_profile .fn:after {
710 content: ")";
711 font-weight:normal;
712 }
713 .entity_profile .nickname:after,
714 .entity_profile .nickname:before {
715 content:"";
716 }
717 .entity_profile dt,
718 .entity_profile h2 {
719 display:none;
720 }
721 .entity_profile .role {
722 margin-left:11px;
723 font-style:italic;
724 }
725 /* entity_profile */
726
727 /*entity_actions*/
728 .entity_actions {
729 float:right;
730 margin-left:2%;
731 margin-bottom:18px;
732 min-width:21%;
733 }
734 .entity_actions h2 {
735 display:none;
736 }
737 .entity_actions ul {
738 list-style-type:none;
739 }
740 .entity_actions li {
741 margin-bottom:7px;
742 }
743 .entity_actions li:first-child {
744 border-top:0;
745 }
746 .entity_actions fieldset {
747 border:0;
748 padding:0;
749 }
750 .entity_actions legend {
751 display:none;
752 }
753
754 .entity_actions input.submit {
755 display:block;
756 text-align:left;
757 width:100%;
758 }
759 .entity_actions a {
760 text-decoration:none;
761 font-weight:bold;
762 display:block;
763 }
764 .entity_actions a,
765 .entity_actions input {
766 border-radius:4px;
767 -moz-border-radius:4px;
768 -webkit-border-radius:4px;
769 }
770
771 .entity_actions a,
772 .entity_actions input,
773 .entity_actions p {
774 border-width:2px;
775 border-style:solid;
776 padding-left:23px;
777 }
778
779 .entity_actions a,
780 .entity_actions p {
781 padding:2px 4px 1px 26px;
782 }
783
784 .entity_actions .accept {
785 margin-bottom:18px;
786 }
787
788 .entity_send-a-message button {
789 position:absolute;
790 top:3px;
791 right:3px;
792 }
793
794 .entity_send-a-message .form_notice {
795 position:absolute;
796 top:34px;
797 right:-1px;
798 padding:1.795%;
799 width:65%;
800 z-index:2;
801  border-radius:7px;
802 -moz-border-radius:7px;
803 -webkit-border-radius:7px;
804 border-width:1px;
805 border-style:solid;
806 }
807 .entity_send-a-message .form_notice legend {
808 display:block;
809 margin-bottom:11px;
810 }
811
812 .entity_send-a-message .form_notice label,
813 .entity_send-a-message .form_notice select {
814 display:none;
815 }
816 .entity_send-a-message .form_notice input.submit {
817 text-align:center;
818 }
819
820 .entity_moderation,
821 .entity_role {
822 position:relative;
823 }
824 .entity_moderation p,
825 .entity_role p {
826 border-radius:4px;
827 -moz-border-radius:4px;
828 -webkit-border-radius:4px;
829 font-weight:bold;
830 padding-bottom:2px;
831 margin-bottom:7px;
832 }
833 .entity_moderation ul,
834 .entity_role ul {
835 display:none;
836 }
837 .entity_moderation:hover ul,
838 .entity_role:hover ul {
839 display:block;
840 width:110%;
841 padding:11px;
842 position:absolute;
843 top:-1px;
844 right:-1px;
845 z-index:1;
846 border-width:1px;
847 border-style:solid;
848 border-radius:7px;
849 -moz-border-radius:7px;
850 -webkit-border-radius:7px;
851 }
852
853 .entity_tags ul {
854 list-style-type:none;
855 display:inline;
856 }
857 .entity_tags li {
858 display:inline;
859 margin-right:7px;
860 }
861 .entity_tags li:before {
862 content:'\0009';
863 }
864
865 .aside .section {
866 margin-bottom:29px;
867 clear:both;
868 float:left;
869 width:100%;
870 list-style-position:inside;
871 }
872 .aside .section h2 {
873 text-transform:uppercase;
874 font-size:1em;
875 }
876
877 #entity_statistics dt,
878 #entity_statistics dd {
879 display:inline;
880 margin-right:11px;
881 }
882 #entity_statistics dt:after {
883 content: ":";
884 }
885
886 .section ul.entities {
887 float:left;
888 width:100%;
889 }
890 .section .entities li {
891 list-style-type:none;
892 float:left;
893 margin-right:7px;
894 margin-bottom:7px;
895 display:inline;
896 }
897 .section .entities li .photo {
898 margin-right:0;
899 margin-bottom:0;
900 }
901 .section .entities li .fn {
902 display:none;
903 }
904
905 .aside .section p,
906 .aside .section .more {
907 clear:both;
908 }
909
910 .profile .entity_profile {
911 margin-bottom:0;
912 min-height:60px;
913 }
914
915 .profile .form_group_join legend,
916 .profile .form_group_leave legend,
917 .profile .form_user_subscribe legend,
918 .profile .form_user_unsubscribe legend {
919 display:none;
920 }
921
922 .profiles {
923 list-style-type:none;
924 }
925 .profile .entity_profile .fn.nickname,
926 .profile .entity_profile .url[rel~=contact] {
927 margin-left:0;
928 display:inline;
929 }
930
931 .profile .entity_profile .fn,
932 .profile .entity_profile .label {
933 margin-left:11px;
934 margin-bottom:4px;
935 width:auto;
936 clear:none;
937 }
938
939 .profile .entity_profile .note,
940 .profile .entity_profile .url,
941 .profile .entity_profile .entity_tags,
942 .profile .entity_profile .form_subscription_edit {
943 margin-left:59px;
944 clear:none;
945 display:block;
946 width:auto;
947 }
948 .profile .entity_profile .entity_tags dt {
949 display:inline;
950 margin-right:11px;
951 }
952
953 .profile .entity_profile .form_subscription_edit label {
954 font-weight:normal;
955 margin-right:11px;
956 }
957
958 /*applications*/
959 .applications {
960 margin-bottom:18px;
961 float:left;
962 width:100%;
963 }
964 .applications li {
965 list-style-type:none;
966 }
967 .application img,
968 #showapplication .entity_profile img,
969 .form_data #application_icon img,
970 #apioauthauthorize .form_data img {
971 max-width:96px;
972 max-height:96px;
973 }
974 #apioauthauthorize .form_data img {
975 margin-right:18px;
976 float:left;
977 }
978 #showapplication .entity_profile {
979 width:68%;
980 }
981 #showapplication .entity_profile .entity_fn {
982 margin-left:0;
983 }
984 #showapplication .entity_profile .entity_fn .fn:before,
985 #showapplication .entity_profile .entity_fn .fn:after {
986 content:'';
987 }
988 #showapplication .entity_data {
989 clear:both;
990 margin-bottom:18px;
991 }
992 #showapplication .entity_data h2 {
993 display:none;
994 }
995 #showapplication .entity_data dl {
996 margin-bottom:18px;
997 }
998 #showapplication .entity_data dt {
999 font-weight:bold;
1000 }
1001 #showapplication .entity_data dd {
1002 margin-left:1.795%;
1003 font-family:monospace;
1004 font-size:1.3em;
1005 }
1006 .form_data #application_types label.radio,
1007 .form_data #default_access_types label.radio {
1008 width:14.5%;
1009 }
1010
1011 /* NOTICE */
1012 .notice,
1013 .profile,
1014 .application {
1015 position:relative;
1016 padding-top:11px;
1017 padding-bottom:11px;
1018 clear:both;
1019 float:left;
1020 width:100%;
1021 border-top-width:1px;
1022 border-top-style:dotted;
1023 }
1024 .notices li {
1025 list-style-type:none;
1026 }
1027 .notices .notices {
1028 margin-top:7px;
1029 margin-left:2%;
1030 width:98%;
1031 float:left;
1032 }
1033 .mark-top {
1034 border-top-width:1px;
1035 border-top-style:solid;
1036 }
1037
1038 /* NOTICES */
1039 #notices_primary {
1040 float:left;
1041 width:100%;
1042 border-radius:7px;
1043 -moz-border-radius:7px;
1044 -webkit-border-radius:7px;
1045 }
1046 #notices_primary h2 {
1047 display:none;
1048 }
1049 .notice-data a span {
1050 display:block;
1051 padding-left:28px;
1052 }
1053
1054 .notice .author {
1055 margin-right:11px;
1056 }
1057 #showstream #content .notice .author {
1058 display:none;
1059 }
1060
1061 .fn {
1062 overflow:hidden;
1063 }
1064
1065 .notice .author .fn {
1066 font-weight:bold;
1067 }
1068
1069 .vcard .photo {
1070 display:inline;
1071 margin-right:11px;
1072 float:left;
1073 }
1074 #shownotice .vcard .photo {
1075 margin-bottom:4px;
1076 }
1077 #content .notice .author .photo {
1078 position:absolute;
1079 top:11px;
1080 left:0;
1081 float:none;
1082 }
1083 #content .notice .entry-title {
1084 margin-left:59px;
1085 margin-right:7px;
1086 }
1087
1088 .vcard .url {
1089 text-decoration:none;
1090 }
1091 .vcard .url:hover {
1092 text-decoration:underline;
1093 }
1094
1095 .notice .entry-title {
1096 overflow:hidden;
1097 word-wrap:break-word;
1098 }
1099 .notice .entry-title.ov {
1100 overflow:visible;
1101 }
1102 #showstream .notice .entry-title,
1103 #showstream .notice div.entry-content {
1104 margin-left:0;
1105 }
1106 #shownotice .notice .entry-title {
1107 margin-left:110px;
1108 font-size:2.2em;
1109 min-height:123px;
1110 }
1111 #shownotice .notice div.entry-content {
1112 margin-left:0;
1113 }
1114
1115 .notice p.entry-content {
1116 display:inline;
1117 }
1118
1119 #content .notice p.entry-content a:visited {
1120 border-radius:4px;
1121 -moz-border-radius:4px;
1122 -webkit-border-radius:4px;
1123 }
1124 .notice p.entry-content .vcard a {
1125 border-radius:4px;
1126 -moz-border-radius:4px;
1127 -webkit-border-radius:4px;
1128 }
1129
1130 .notice div.entry-content {
1131 clear:left;
1132 float:left;
1133 font-size:0.95em;
1134 margin-left:59px;
1135 min-width:60%;
1136 max-width:70%;
1137 }
1138 #showstream .notice div.entry-content,
1139 #shownotice .notice div.entry-content {
1140 max-width:79%;
1141 }
1142
1143 .notice .notice-options a,
1144 .notice .notice-options input {
1145 float:left;
1146 font-size:1.025em;
1147 }
1148
1149 .notice div.entry-content .timestamp {
1150 display:inline-block;
1151 }
1152
1153 .entry-content .repeat {
1154 display:block;
1155 }
1156 .entry-content .repeat .photo {
1157 float:none;
1158 margin-right:1px;
1159 position:relative;
1160 top:4px;
1161 left:0;
1162 }
1163
1164 .dialogbox {
1165 position:absolute;
1166 top:-1px;
1167 right:-1px;
1168 z-index:9;
1169 float:none;
1170 padding:11px;
1171 border-radius:7px;
1172 -moz-border-radius:7px;
1173 -webkit-border-radius:7px;
1174 border-style:solid;
1175 border-width:1px;
1176 }
1177
1178 .dialogbox legend {
1179 display:block !important;
1180 margin-right:18px;
1181 margin-bottom:18px;
1182 }
1183
1184 .dialogbox button.close {
1185 position:absolute;
1186 right:3px;
1187 top:3px;
1188 }
1189
1190 .dialogbox .form_guide {
1191 font-weight:normal;
1192 padding:0;
1193 }
1194
1195 .dialogbox .submit_dialogbox {
1196 font-weight:bold;
1197 text-indent:0;
1198 min-width:46px;
1199 }
1200 .dialogbox input {
1201 padding-left:4px;
1202 }
1203 .dialogbox fieldset {
1204 margin-bottom:0;
1205 }
1206
1207 #wrap form.processing input.submit,
1208 .entity_actions a.processing,
1209 .dialogbox.processing .submit_dialogbox {
1210 cursor:wait;
1211 outline:none;
1212 text-indent:-9999px;
1213 }
1214
1215 .form_repeat.dialogbox {
1216 top:-4px;
1217 right:29px;
1218 min-width:199px;
1219 }
1220
1221 .notice-options {
1222 position:relative;
1223 font-size:0.95em;
1224 width:113px;
1225 float:right;
1226 margin-top:3px;
1227 margin-right:4px;
1228 }
1229
1230 .notice-options a {
1231 float:left;
1232 }
1233 .notice-options .notice_reply,
1234 .notice-options .form_repeat,
1235 .notice-options .form_favor,
1236 .notice-options .form_disfavor,
1237 .notice-options .repeated {
1238 float:left;
1239 margin-left:14.2%;
1240 }
1241 .notice-options .form_favor,
1242 .notice-options .form_disfavor {
1243 margin-left:0;
1244 }
1245 .notice-options input,
1246 .notice-options a,
1247 .notice-options .repeated {
1248 text-indent:-9999px;
1249 outline:none;
1250 }
1251 .notice-options input.submit {
1252 display:block;
1253 border:0;
1254 }
1255 .notice-options .notice_reply,
1256 .notice-options .notice_delete {
1257 text-decoration:none;
1258 }
1259 .notice .notice-options .notice_delete {
1260 float:right;
1261 }
1262 .notice-options form input.submit {
1263 width:16px;
1264 height:16px;
1265 padding:0;
1266 border-radius:0;
1267 -moz-border-radius:0;
1268 -webkit-border-radius:0;
1269 }
1270 .notice-options .form_repeat legend,
1271 .notice-options .form_favor legend,
1272 .notice-options .form_disfavor legend {
1273 display:none;
1274 }
1275 .notice-options .form_repeat fieldset,
1276 .notice-options .form_favor fieldset,
1277 .notice-options .form_disfavor fieldset {
1278 border:0;
1279 padding:0;
1280 }
1281 .notice-options a,
1282 .notice-options .repeated {
1283 width:16px;
1284 height:16px;
1285 }
1286
1287 .notice .attachment {
1288 position:relative;
1289 padding-left:16px;
1290 }
1291 .notice .attachment.more {
1292 text-indent:-9999px;
1293 width:16px;
1294 height:16px;
1295 display:inline-block;
1296 overflow:hidden;
1297 vertical-align:middle;
1298 margin-left:4px;
1299 }
1300
1301 #attachments .attachment,
1302 .notice .attachment.more {
1303 padding-left:0;
1304 }
1305 .notice .attachment img {
1306 position:absolute;
1307 top:18px;
1308 left:0;
1309 z-index:99;
1310 }
1311 #shownotice .notice .attachment img {
1312 position:static;
1313 }
1314
1315 #attachments {
1316 clear:both;
1317 float:left;
1318 width:100%;
1319 margin-top:18px;
1320 }
1321 #attachments dt {
1322 font-weight:bold;
1323 font-size:1.3em;
1324 margin-bottom:4px;
1325 }
1326
1327 #attachments ol li {
1328 margin-bottom:18px;
1329 list-style-type:decimal;
1330 float:left;
1331 clear:both;
1332 }
1333
1334 #jOverlayContent,
1335 #jOverlayContent #content,
1336 #jOverlayContent #content_inner {
1337 width: auto !important;
1338 margin-bottom:0;
1339 }
1340 #jOverlayContent #content {
1341 padding:11px;
1342 min-height:auto;
1343 }
1344 #jOverlayContent .entry-title {
1345 display:block;
1346 margin-bottom:11px;
1347 }
1348 #jOverlayContent button {
1349 position:absolute;
1350 top:0;
1351 right:0;
1352 }
1353 #jOverlayContent h1 {
1354 max-width:425px;
1355 }
1356 #jOverlayContent #content {
1357 border-radius:7px;
1358 -moz-border-radius:7px;
1359 -webkit-border-radius:7px;
1360 }
1361 #jOverlayLoading {
1362 top:5%;
1363 left:40%;
1364 }
1365 #attachment_view img {
1366 max-width:480px;
1367 max-height:480px;
1368 }
1369 #attachment_view #oembed_info {
1370 margin-top:11px;
1371 }
1372 #attachment_view #oembed_info dt,
1373 #attachment_view #oembed_info dd {
1374 float:left;
1375 }
1376 #attachment_view #oembed_info dt {
1377 clear:left;
1378 margin-right:11px;
1379 font-weight:bold;
1380 }
1381 #attachment_view #oembed_info dt:after {
1382 content: ":";
1383 }
1384
1385 #usergroups #new_group {
1386 float: left;
1387 margin-right: 2em;
1388 }
1389 #new_group, #group_search {
1390 margin-bottom:18px;
1391 }
1392 #new_group a {
1393 padding-left:20px;
1394 }
1395
1396 #filter_tags {
1397 margin-bottom:11px;
1398 float:left;
1399 }
1400 #filter_tags dt {
1401 display:none;
1402 }
1403 #filter_tags ul {
1404 list-style-type:none;
1405 }
1406 #filter_tags li {
1407 float:left;
1408 margin-left:7px;
1409 padding-left:7px;
1410 border-left-width:1px;
1411 border-left-style:solid;
1412 }
1413 #filter_tags #filter_tags_all {
1414 margin-left:0;
1415 border-left:0;
1416 padding-left:0;
1417 }
1418 #filter_tags_all a {
1419 font-weight:bold;
1420 margin-top:7px;
1421 float:left;
1422 }
1423
1424 #filter_tags_item label {
1425 margin-right:7px;
1426 }
1427 #filter_tags_item label,
1428 #filter_tags_item select {
1429 float:left;
1430 }
1431 #filter_tags_item p {
1432 float:left;
1433 clear:both;
1434 margin-left:38px;
1435 }
1436 #filter_tags_item .submit {
1437 position:relative;
1438 top:3px;
1439 left:3px;
1440 }
1441
1442 .pagination {
1443 float:left;
1444 clear:both;
1445 width:100%;
1446 margin-top:18px;
1447 }
1448
1449 .pagination dt {
1450 font-weight:bold;
1451 display:none;
1452 }
1453
1454 .pagination .nav {
1455 float:left;
1456 width:100%;
1457 list-style-type:none;
1458 }
1459
1460 .pagination .nav_prev {
1461 float:left;
1462 }
1463 .pagination .nav_next {
1464 float:right;
1465 }
1466
1467 .pagination a {
1468 display:block;
1469 text-decoration:none;
1470 font-weight:bold;
1471 padding:7px;
1472 border-width:1px;
1473 border-style:solid;
1474 -moz-border-radius:7px;
1475 -webkit-border-radius:7px;
1476 border-radius:7px;
1477 }
1478
1479 .pagination .nav_prev a {
1480 padding-left:30px;
1481 }
1482 .pagination .nav_next a {
1483 padding-right:30px;
1484 }
1485 /* END: NOTICE */
1486
1487 .hentry .entry-content p {
1488 margin-bottom:18px;
1489 }
1490 .hentry .entry-content ol,
1491 .hentry .entry-content ul {
1492 margin-left:1.795%;
1493 }
1494 .hentry .entry-content li {
1495 margin-bottom:18px;
1496 }
1497 .hentry .entry-content li li {
1498 margin-left:18px;
1499 }
1500 .hentry .entry-content .form_settings ul {
1501 margin-left:0;
1502 }
1503
1504 #content #plugin_authors {
1505 min-width:122px;
1506 }
1507 #content thead th {
1508 text-align:left;
1509 }
1510 #content tbody th {
1511 vertical-align:top;
1512 text-align:left;
1513 font-weight:normal;
1514 padding-top:11px;
1515 padding-right:18px;
1516 }
1517 #content tbody tr {
1518 border-top-width:1px;
1519 border-top-style:dotted;
1520 }
1521 #content td {
1522 padding:11px 18px 11px 0;
1523 vertical-align:top;
1524 }
1525 #content td:last-child {
1526 padding-right:0;
1527 }
1528
1529 /* TOP_POSTERS */
1530 .section tbody td {
1531 padding-right:18px;
1532 padding-bottom:11px;
1533 }
1534 .section .vcard .photo {
1535 margin-right:7px;
1536 margin-bottom:0;
1537 }
1538
1539 .section .notice {
1540 padding-top:7px;
1541 padding-bottom:7px;
1542 border-top:0;
1543 }
1544
1545 .section .notice:first-child {
1546 padding-top:0;
1547 }
1548
1549 .section .notice .author {
1550 margin-right:0;
1551 }
1552 .section .notice .author .fn {
1553 display:none;
1554 }
1555
1556 /* tagcloud */
1557 .tag-cloud {
1558 list-style-type:none;
1559 text-align:center;
1560 }
1561 .aside .tag-cloud {
1562 font-size:0.8em;
1563 word-wrap:break-word;
1564 }
1565 .tag-cloud li {
1566 display:inline;
1567 margin-right:7px;
1568 line-height:1.25;
1569 }
1570
1571 .tag-cloud li:before {
1572 content:'\0009';
1573 }
1574
1575 .aside .tag-cloud li {
1576 line-height:1.5;
1577 }
1578 .tag-cloud li a {
1579 text-decoration:none;
1580 }
1581 #tagcloud.section dt {
1582 text-transform:uppercase;
1583 font-weight:bold;
1584 }
1585 .tag-cloud-1 {
1586 font-size:1em;
1587 }
1588 .tag-cloud-2 {
1589 font-size:1.25em;
1590 }
1591 .tag-cloud-3 {
1592 font-size:1.75em;
1593 }
1594 .tag-cloud-4 {
1595 font-size:2em;
1596 }
1597 .tag-cloud-5 {
1598 font-size:2.25em;
1599 }
1600 .tag-cloud-6 {
1601 font-size:2.75em;
1602 }
1603 .tag-cloud-7 {
1604 font-size:3.25em;
1605 }
1606
1607 #publictagcloud #tagcloud.section dt {
1608 display:none;
1609 }
1610
1611 #form_settings_photo .form_data {
1612 clear:both;
1613 }
1614
1615 #form_settings_avatar li {
1616 width:auto;
1617 }
1618 #form_settings_avatar input {
1619 margin-left:0;
1620 }
1621 #avatar_original,
1622 #avatar_preview {
1623 float:left;
1624 }
1625 #avatar_preview {
1626 margin-left:29px;
1627 }
1628 #avatar_preview_view {
1629 height:96px;
1630 width:96px;
1631 margin-bottom:18px;
1632 overflow:hidden;
1633 }
1634
1635 #settings_attach,
1636 #form_settings_avatar .form_actions {
1637 clear:both;
1638 }
1639
1640 #form_settings_avatar .form_actions {
1641 margin-bottom:0;
1642 }
1643
1644 #settings_design_background-image img {
1645 max-width:480px;
1646 max-height:480px;
1647 }
1648
1649 #settings_design_color .form_data,
1650 #color-picker {
1651 float:left;
1652 }
1653 #settings_design_color .form_data {
1654 width:400px;
1655 margin-right:1%;
1656 }
1657
1658 #settings_design_color .form_data li {
1659 width:33%;
1660 }
1661 #settings_design_color .form_data label {
1662 float:none;
1663 display:block;
1664 }
1665 #settings_design_color .form_data .swatch {
1666 padding:11px;
1667 margin-left:0;
1668 width:auto;
1669 }
1670
1671 .system_notice ul,
1672 .instructions ul {
1673 margin-left:1em;
1674 }
1675 .instructions p,
1676 .instructions ul {
1677 margin-bottom:18px;
1678 }
1679 .help dt {
1680 display:none;
1681 }
1682 .guide {
1683 clear:both;
1684 }
1685
1686 #bookmarklet address {
1687 display:none;
1688 }
1689 #bookmarklet .form_notice {
1690 width:auto;
1691 }
1692 #bookmarklet #wrap {
1693 min-width:0;
1694 }
1695
1696 }/*end of @media screen, projection, tv*/
1697
1698
1699 @media print {
1700 a:after { background-color:#FFFFFF; }
1701 a:not([href^="#"]):after { content:" <"attr(href)"> "; }
1702 img { border:none; }
1703 p { orphans: 2; widows: 1; }
1704
1705 #site_nav_global_primary,
1706 #site_nav_local_views,
1707 #form_notice,
1708 .pagination,
1709 #site_nav_global_secondary,
1710 .entity_actions,
1711 .notice-options,
1712 #aside_primary,
1713 .form_subscription_edit .submit {
1714 display:none;
1715 }
1716 .timestamp dt, .timestamp dd,
1717 .device dt, .device dd {
1718 display:inline;
1719 }
1720 .profiles li,
1721 .notices li {
1722 margin-bottom:18px;
1723 }
1724
1725 }/*end of @media print*/