]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
36f0533b14463adbe781a7c8d7cb819923f9e70d
[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
862 .aside .section {
863 margin-bottom:29px;
864 clear:both;
865 float:left;
866 width:100%;
867 list-style-position:inside;
868 }
869 .aside .section h2 {
870 text-transform:uppercase;
871 font-size:1em;
872 }
873
874 #entity_statistics dt,
875 #entity_statistics dd {
876 display:inline;
877 margin-right:11px;
878 }
879 #entity_statistics dt:after {
880 content: ":";
881 }
882
883 .section ul.entities {
884 float:left;
885 width:100%;
886 }
887 .section .entities li {
888 list-style-type:none;
889 float:left;
890 margin-right:7px;
891 margin-bottom:7px;
892 display:inline;
893 }
894 .section .entities li .photo {
895 margin-right:0;
896 margin-bottom:0;
897 }
898 .section .entities li .fn {
899 display:none;
900 }
901
902 .aside .section p,
903 .aside .section .more {
904 clear:both;
905 }
906
907 .profile .entity_profile {
908 margin-bottom:0;
909 min-height:60px;
910 }
911
912 .profile .form_group_join legend,
913 .profile .form_group_leave legend,
914 .profile .form_user_subscribe legend,
915 .profile .form_user_unsubscribe legend {
916 display:none;
917 }
918
919 .profiles {
920 list-style-type:none;
921 }
922 .profile .entity_profile .fn.nickname,
923 .profile .entity_profile .url[rel~=contact] {
924 margin-left:0;
925 display:inline;
926 }
927
928 .profile .entity_profile .fn,
929 .profile .entity_profile .location {
930 margin-left:11px;
931 margin-bottom:4px;
932 width:auto;
933 clear:none;
934 }
935
936 .profile .entity_profile .note,
937 .profile .entity_profile .url,
938 .profile .entity_profile .entity_tags,
939 .profile .entity_profile .form_subscription_edit {
940 margin-left:59px;
941 clear:none;
942 display:block;
943 width:auto;
944 }
945 .profile .entity_profile .entity_tags dt {
946 display:inline;
947 margin-right:11px;
948 }
949
950 .profile .entity_profile .form_subscription_edit label {
951 font-weight:normal;
952 margin-right:11px;
953 }
954
955 /*applications*/
956 .applications {
957 margin-bottom:18px;
958 float:left;
959 width:100%;
960 }
961 .applications li {
962 list-style-type:none;
963 }
964 .application img,
965 #showapplication .entity_profile img,
966 .form_data #application_icon img,
967 #apioauthauthorize .form_data img {
968 max-width:96px;
969 max-height:96px;
970 }
971 #apioauthauthorize .form_data img {
972 margin-right:18px;
973 float:left;
974 }
975 #showapplication .entity_profile {
976 width:68%;
977 }
978 #showapplication .entity_profile .entity_fn {
979 margin-left:0;
980 }
981 #showapplication .entity_profile .entity_fn .fn:before,
982 #showapplication .entity_profile .entity_fn .fn:after {
983 content:'';
984 }
985 #showapplication .entity_data {
986 clear:both;
987 margin-bottom:18px;
988 }
989 #showapplication .entity_data h2 {
990 display:none;
991 }
992 #showapplication .entity_data dl {
993 margin-bottom:18px;
994 }
995 #showapplication .entity_data dt {
996 font-weight:bold;
997 }
998 #showapplication .entity_data dd {
999 margin-left:1.795%;
1000 font-family:monospace;
1001 font-size:1.3em;
1002 }
1003 .form_data #application_types label.radio,
1004 .form_data #default_access_types label.radio {
1005 width:14.5%;
1006 }
1007
1008 /* NOTICE */
1009 .notice,
1010 .profile,
1011 .application {
1012 position:relative;
1013 padding-top:11px;
1014 padding-bottom:11px;
1015 clear:both;
1016 float:left;
1017 width:100%;
1018 border-top-width:1px;
1019 border-top-style:dotted;
1020 }
1021 .notices li {
1022 list-style-type:none;
1023 }
1024 .notices .notices {
1025 margin-top:7px;
1026 margin-left:2%;
1027 width:98%;
1028 float:left;
1029 }
1030 .mark-top {
1031 border-top-width:1px;
1032 border-top-style:solid;
1033 }
1034
1035 /* NOTICES */
1036 #notices_primary {
1037 float:left;
1038 width:100%;
1039 border-radius:7px;
1040 -moz-border-radius:7px;
1041 -webkit-border-radius:7px;
1042 }
1043 #notices_primary h2 {
1044 display:none;
1045 }
1046 .notice-data a span {
1047 display:block;
1048 padding-left:28px;
1049 }
1050
1051 .notice .author {
1052 margin-right:11px;
1053 }
1054 #showstream #content .notice .author {
1055 display:none;
1056 }
1057
1058 .fn {
1059 overflow:hidden;
1060 }
1061
1062 .notice .author .fn {
1063 font-weight:bold;
1064 }
1065
1066 .vcard .photo {
1067 display:inline;
1068 margin-right:11px;
1069 float:left;
1070 }
1071 #shownotice .vcard .photo {
1072 margin-bottom:4px;
1073 }
1074 #content .notice .author .photo {
1075 position:absolute;
1076 top:11px;
1077 left:0;
1078 float:none;
1079 }
1080 #content .notice .entry-title {
1081 margin-left:59px;
1082 margin-right:7px;
1083 }
1084
1085 .vcard .url {
1086 text-decoration:none;
1087 }
1088 .vcard .url:hover {
1089 text-decoration:underline;
1090 }
1091
1092 .notice .entry-title {
1093 overflow:hidden;
1094 word-wrap:break-word;
1095 }
1096 .notice .entry-title.ov {
1097 overflow:visible;
1098 }
1099 #showstream .notice .entry-title,
1100 #showstream .notice div.entry-content {
1101 margin-left:0;
1102 }
1103 #shownotice .notice .entry-title {
1104 margin-left:110px;
1105 font-size:2.2em;
1106 min-height:123px;
1107 }
1108 #shownotice .notice div.entry-content {
1109 margin-left:0;
1110 }
1111
1112 .notice p.entry-content {
1113 display:inline;
1114 }
1115
1116 #content .notice p.entry-content a:visited {
1117 border-radius:4px;
1118 -moz-border-radius:4px;
1119 -webkit-border-radius:4px;
1120 }
1121 .notice p.entry-content .vcard a {
1122 border-radius:4px;
1123 -moz-border-radius:4px;
1124 -webkit-border-radius:4px;
1125 }
1126
1127 .notice div.entry-content {
1128 clear:left;
1129 float:left;
1130 font-size:0.95em;
1131 margin-left:59px;
1132 min-width:60%;
1133 max-width:70%;
1134 }
1135 #showstream .notice div.entry-content,
1136 #shownotice .notice div.entry-content {
1137 max-width:79%;
1138 }
1139
1140 .notice .notice-options a,
1141 .notice .notice-options input {
1142 float:left;
1143 font-size:1.025em;
1144 }
1145
1146 .notice div.entry-content .timestamp {
1147 display:inline-block;
1148 }
1149
1150 .entry-content .repeat {
1151 display:block;
1152 }
1153 .entry-content .repeat .photo {
1154 float:none;
1155 margin-right:1px;
1156 position:relative;
1157 top:4px;
1158 left:0;
1159 }
1160
1161 .dialogbox {
1162 position:absolute;
1163 top:-1px;
1164 right:-1px;
1165 z-index:9;
1166 float:none;
1167 padding:11px;
1168 border-radius:7px;
1169 -moz-border-radius:7px;
1170 -webkit-border-radius:7px;
1171 border-style:solid;
1172 border-width:1px;
1173 }
1174
1175 .dialogbox legend {
1176 display:block !important;
1177 margin-right:18px;
1178 margin-bottom:18px;
1179 }
1180
1181 .dialogbox button.close {
1182 position:absolute;
1183 right:3px;
1184 top:3px;
1185 }
1186
1187 .dialogbox .form_guide {
1188 font-weight:normal;
1189 padding:0;
1190 }
1191
1192 .dialogbox .submit_dialogbox {
1193 font-weight:bold;
1194 text-indent:0;
1195 min-width:46px;
1196 }
1197 .dialogbox input {
1198 padding-left:4px;
1199 }
1200 .dialogbox fieldset {
1201 margin-bottom:0;
1202 }
1203
1204 #wrap form.processing input.submit,
1205 .entity_actions a.processing,
1206 .dialogbox.processing .submit_dialogbox {
1207 cursor:wait;
1208 outline:none;
1209 text-indent:-9999px;
1210 }
1211
1212 .form_repeat.dialogbox {
1213 top:-4px;
1214 right:29px;
1215 min-width:199px;
1216 }
1217
1218 .notice-options {
1219 position:relative;
1220 font-size:0.95em;
1221 width:113px;
1222 float:right;
1223 margin-top:3px;
1224 margin-right:4px;
1225 }
1226
1227 .notice-options a {
1228 float:left;
1229 }
1230 .notice-options .notice_reply,
1231 .notice-options .form_repeat,
1232 .notice-options .form_favor,
1233 .notice-options .form_disfavor,
1234 .notice-options .repeated {
1235 float:left;
1236 margin-left:14.2%;
1237 }
1238 .notice-options .form_favor,
1239 .notice-options .form_disfavor {
1240 margin-left:0;
1241 }
1242 .notice-options input,
1243 .notice-options a,
1244 .notice-options .repeated {
1245 text-indent:-9999px;
1246 outline:none;
1247 }
1248 .notice-options input.submit {
1249 display:block;
1250 border:0;
1251 }
1252 .notice-options .notice_reply,
1253 .notice-options .notice_delete {
1254 text-decoration:none;
1255 }
1256 .notice .notice-options .notice_delete {
1257 float:right;
1258 }
1259 .notice-options form input.submit {
1260 width:16px;
1261 height:16px;
1262 padding:0;
1263 border-radius:0;
1264 -moz-border-radius:0;
1265 -webkit-border-radius:0;
1266 }
1267 .notice-options .form_repeat legend,
1268 .notice-options .form_favor legend,
1269 .notice-options .form_disfavor legend {
1270 display:none;
1271 }
1272 .notice-options .form_repeat fieldset,
1273 .notice-options .form_favor fieldset,
1274 .notice-options .form_disfavor fieldset {
1275 border:0;
1276 padding:0;
1277 }
1278 .notice-options a,
1279 .notice-options .repeated {
1280 width:16px;
1281 height:16px;
1282 }
1283
1284 .notice .attachment {
1285 position:relative;
1286 padding-left:16px;
1287 }
1288 .notice .attachment.more {
1289 text-indent:-9999px;
1290 width:16px;
1291 height:16px;
1292 display:inline-block;
1293 overflow:hidden;
1294 vertical-align:middle;
1295 margin-left:4px;
1296 }
1297
1298 #attachments .attachment,
1299 .notice .attachment.more {
1300 padding-left:0;
1301 }
1302 .notice .attachment img {
1303 position:absolute;
1304 top:18px;
1305 left:0;
1306 z-index:99;
1307 }
1308 #shownotice .notice .attachment img {
1309 position:static;
1310 }
1311
1312 #attachments {
1313 clear:both;
1314 float:left;
1315 width:100%;
1316 margin-top:18px;
1317 }
1318 #attachments dt {
1319 font-weight:bold;
1320 font-size:1.3em;
1321 margin-bottom:4px;
1322 }
1323
1324 #attachments ol li {
1325 margin-bottom:18px;
1326 list-style-type:decimal;
1327 float:left;
1328 clear:both;
1329 }
1330
1331 #jOverlayContent,
1332 #jOverlayContent #content,
1333 #jOverlayContent #content_inner {
1334 width: auto !important;
1335 margin-bottom:0;
1336 }
1337 #jOverlayContent #content {
1338 padding:11px;
1339 min-height:auto;
1340 }
1341 #jOverlayContent .entry-title {
1342 display:block;
1343 margin-bottom:11px;
1344 }
1345 #jOverlayContent button {
1346 position:absolute;
1347 top:0;
1348 right:0;
1349 }
1350 #jOverlayContent h1 {
1351 max-width:425px;
1352 }
1353 #jOverlayContent #content {
1354 border-radius:7px;
1355 -moz-border-radius:7px;
1356 -webkit-border-radius:7px;
1357 }
1358 #jOverlayLoading {
1359 top:5%;
1360 left:40%;
1361 }
1362 #attachment_view img {
1363 max-width:480px;
1364 max-height:480px;
1365 }
1366 #attachment_view #oembed_info {
1367 margin-top:11px;
1368 }
1369 #attachment_view #oembed_info dt,
1370 #attachment_view #oembed_info dd {
1371 float:left;
1372 }
1373 #attachment_view #oembed_info dt {
1374 clear:left;
1375 margin-right:11px;
1376 font-weight:bold;
1377 }
1378 #attachment_view #oembed_info dt:after {
1379 content: ":";
1380 }
1381
1382 #usergroups #new_group {
1383 float: left;
1384 margin-right: 2em;
1385 }
1386 #new_group, #group_search {
1387 margin-bottom:18px;
1388 }
1389 #new_group a {
1390 padding-left:20px;
1391 }
1392
1393 #filter_tags {
1394 margin-bottom:11px;
1395 float:left;
1396 }
1397 #filter_tags dt {
1398 display:none;
1399 }
1400 #filter_tags ul {
1401 list-style-type:none;
1402 }
1403 #filter_tags li {
1404 float:left;
1405 margin-left:7px;
1406 padding-left:7px;
1407 border-left-width:1px;
1408 border-left-style:solid;
1409 }
1410 #filter_tags #filter_tags_all {
1411 margin-left:0;
1412 border-left:0;
1413 padding-left:0;
1414 }
1415 #filter_tags_all a {
1416 font-weight:bold;
1417 margin-top:7px;
1418 float:left;
1419 }
1420
1421 #filter_tags_item label {
1422 margin-right:7px;
1423 }
1424 #filter_tags_item label,
1425 #filter_tags_item select {
1426 float:left;
1427 }
1428 #filter_tags_item p {
1429 float:left;
1430 clear:both;
1431 margin-left:38px;
1432 }
1433 #filter_tags_item .submit {
1434 position:relative;
1435 top:3px;
1436 left:3px;
1437 }
1438
1439 .pagination {
1440 float:left;
1441 clear:both;
1442 width:100%;
1443 margin-top:18px;
1444 }
1445
1446 .pagination dt {
1447 font-weight:bold;
1448 display:none;
1449 }
1450
1451 .pagination .nav {
1452 float:left;
1453 width:100%;
1454 list-style-type:none;
1455 }
1456
1457 .pagination .nav_prev {
1458 float:left;
1459 }
1460 .pagination .nav_next {
1461 float:right;
1462 }
1463
1464 .pagination a {
1465 display:block;
1466 text-decoration:none;
1467 font-weight:bold;
1468 padding:7px;
1469 border-width:1px;
1470 border-style:solid;
1471 -moz-border-radius:7px;
1472 -webkit-border-radius:7px;
1473 border-radius:7px;
1474 }
1475
1476 .pagination .nav_prev a {
1477 padding-left:30px;
1478 }
1479 .pagination .nav_next a {
1480 padding-right:30px;
1481 }
1482 /* END: NOTICE */
1483
1484 .hentry .entry-content p {
1485 margin-bottom:18px;
1486 }
1487 .hentry .entry-content ol,
1488 .hentry .entry-content ul {
1489 margin-left:1.795%;
1490 }
1491 .hentry .entry-content li {
1492 margin-bottom:18px;
1493 }
1494 .hentry .entry-content li li {
1495 margin-left:18px;
1496 }
1497 .hentry .entry-content .form_settings ul {
1498 margin-left:0;
1499 }
1500
1501 #content #plugin_authors {
1502 min-width:122px;
1503 }
1504 #content thead th {
1505 text-align:left;
1506 }
1507 #content tbody th {
1508 vertical-align:top;
1509 text-align:left;
1510 font-weight:normal;
1511 padding-top:11px;
1512 padding-right:18px;
1513 }
1514 #content tbody tr {
1515 border-top-width:1px;
1516 border-top-style:dotted;
1517 }
1518 #content td {
1519 padding:11px 18px 11px 0;
1520 vertical-align:top;
1521 }
1522 #content td:last-child {
1523 padding-right:0;
1524 }
1525
1526 /* TOP_POSTERS */
1527 .section tbody td {
1528 padding-right:18px;
1529 padding-bottom:11px;
1530 }
1531 .section .vcard .photo {
1532 margin-right:7px;
1533 margin-bottom:0;
1534 }
1535
1536 .section .notice {
1537 padding-top:7px;
1538 padding-bottom:7px;
1539 border-top:0;
1540 }
1541
1542 .section .notice:first-child {
1543 padding-top:0;
1544 }
1545
1546 .section .notice .author {
1547 margin-right:0;
1548 }
1549 .section .notice .author .fn {
1550 display:none;
1551 }
1552
1553 /* tagcloud */
1554 .tag-cloud {
1555 list-style-type:none;
1556 text-align:center;
1557 }
1558 .aside .tag-cloud {
1559 font-size:0.8em;
1560 word-wrap:break-word;
1561 }
1562 .tag-cloud li {
1563 display:inline;
1564 margin-right:7px;
1565 line-height:1.25;
1566 }
1567
1568 .tag-cloud li:before {
1569 content:'\0009';
1570 }
1571
1572 .aside .tag-cloud li {
1573 line-height:1.5;
1574 }
1575 .tag-cloud li a {
1576 text-decoration:none;
1577 }
1578 #tagcloud.section dt {
1579 text-transform:uppercase;
1580 font-weight:bold;
1581 }
1582 .tag-cloud-1 {
1583 font-size:1em;
1584 }
1585 .tag-cloud-2 {
1586 font-size:1.25em;
1587 }
1588 .tag-cloud-3 {
1589 font-size:1.75em;
1590 }
1591 .tag-cloud-4 {
1592 font-size:2em;
1593 }
1594 .tag-cloud-5 {
1595 font-size:2.25em;
1596 }
1597 .tag-cloud-6 {
1598 font-size:2.75em;
1599 }
1600 .tag-cloud-7 {
1601 font-size:3.25em;
1602 }
1603
1604 #publictagcloud #tagcloud.section dt {
1605 display:none;
1606 }
1607
1608 #form_settings_photo .form_data {
1609 clear:both;
1610 }
1611
1612 #form_settings_avatar li {
1613 width:auto;
1614 }
1615 #form_settings_avatar input {
1616 margin-left:0;
1617 }
1618 #avatar_original,
1619 #avatar_preview {
1620 float:left;
1621 }
1622 #avatar_preview {
1623 margin-left:29px;
1624 }
1625 #avatar_preview_view {
1626 height:96px;
1627 width:96px;
1628 margin-bottom:18px;
1629 overflow:hidden;
1630 }
1631
1632 #settings_attach,
1633 #form_settings_avatar .form_actions {
1634 clear:both;
1635 }
1636
1637 #form_settings_avatar .form_actions {
1638 margin-bottom:0;
1639 }
1640
1641 #settings_design_background-image img {
1642 max-width:480px;
1643 max-height:480px;
1644 }
1645
1646 #settings_design_color .form_data,
1647 #color-picker {
1648 float:left;
1649 }
1650 #settings_design_color .form_data {
1651 width:400px;
1652 margin-right:1%;
1653 }
1654
1655 #settings_design_color .form_data li {
1656 width:33%;
1657 }
1658 #settings_design_color .form_data label {
1659 float:none;
1660 display:block;
1661 }
1662 #settings_design_color .form_data .swatch {
1663 padding:11px;
1664 margin-left:0;
1665 width:auto;
1666 }
1667
1668 .system_notice ul,
1669 .instructions ul {
1670 margin-left:1em;
1671 }
1672 .instructions p,
1673 .instructions ul {
1674 margin-bottom:18px;
1675 }
1676 .help dt {
1677 display:none;
1678 }
1679 .guide {
1680 clear:both;
1681 }
1682
1683 #bookmarklet address {
1684 display:none;
1685 }
1686 #bookmarklet .form_notice {
1687 width:auto;
1688 }
1689 #bookmarklet #wrap {
1690 min-width:0;
1691 }
1692
1693 }/*end of @media screen, projection, tv*/
1694
1695
1696 @media print {
1697 a:after { background-color:#FFFFFF; }
1698 a:not([href^="#"]):after { content:" <"attr(href)"> "; }
1699 img { border:none; }
1700 p { orphans: 2; widows: 1; }
1701
1702 #site_nav_global_primary,
1703 #site_nav_local_views,
1704 #form_notice,
1705 .pagination,
1706 #site_nav_global_secondary,
1707 .entity_actions,
1708 .notice-options,
1709 #aside_primary,
1710 .form_subscription_edit .submit {
1711 display:none;
1712 }
1713 .timestamp dt, .timestamp dd,
1714 .device dt, .device dd {
1715 display:inline;
1716 }
1717 .profiles li,
1718 .notices li {
1719 margin-bottom:18px;
1720 }
1721
1722 }/*end of @media print*/