]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/cloudy/css/display.css
Cloudy theme fixes: show notice form only on appropriate pages; IE fix for top padding.
[quix0rs-gnu-social.git] / theme / cloudy / css / display.css
1 /** theme: cloudy
2  *
3  * @package   StatusNet
4  * @author Sarven Capadisli <csarven@status.net>
5  * @copyright 2009 StatusNet, Inc.
6  * @license   http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
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:#fff;
19 color:#000;
20 font-family:sans-serif;
21 font-size:1em;
22 line-height:normal;
23 position:relative;
24 height:100%;
25 }
26 h1,h2,h3,h4,h5,h6 {
27 margin-bottom:7px;
28 overflow:hidden;
29 }
30 h1 {
31 font-size:1.4em;
32 margin-bottom:18px;
33 }
34 #showstream h1 { display:none; }
35 h2 { font-size:1.3em; }
36 h3 { font-size:1.2em; }
37 h4 { font-size:1.1em; }
38 h5 { font-size:1em; }
39 h6 { font-size:0.9em; }
40
41 caption {
42 font-weight:bold;
43 }
44 legend {
45 font-weight:bold;
46 font-size:1.3em;
47 }
48 input, textarea, select, option {
49 padding:4px;
50 font-family:sans-serif;
51 font-size:1em;
52 }
53 input, textarea, select {
54 border-width:2px;
55 border-style: solid;
56 border-radius:4px;
57 -moz-border-radius:4px;
58 -webkit-border-radius:4px;
59 }
60
61 input.submit {
62 font-weight:bold;
63 cursor:pointer;
64 }
65 textarea {
66 overflow:auto;
67 }
68 option {
69 padding-bottom:0;
70 }
71 fieldset {
72 padding:0;
73 border:0;
74 }
75 form ul li {
76 list-style-type:none;
77 margin:0 0 18px 0;
78 }
79 form label {
80 font-weight:bold;
81 }
82 input.checkbox {
83 position:relative;
84 top:2px;
85 left:0;
86 border:0;
87 }
88
89 .error,
90 .success {
91 padding:4px 7px;
92 border-radius:4px;
93 -moz-border-radius:4px;
94 -webkit-border-radius:4px;
95 margin-bottom:18px;
96 }
97 form label.submit {
98 display:none;
99 }
100
101 .form_settings {
102 clear:both;
103 }
104
105 .form_settings fieldset {
106 margin-bottom:29px;
107 }
108 .form_settings input.remove {
109 margin-left:11px;
110 }
111 .form_settings .form_data li {
112 width:100%;
113 float:left;
114 }
115 .form_settings .form_data label {
116 float:left;
117 }
118 .form_settings .form_data textarea,
119 .form_settings .form_data select,
120 .form_settings .form_data input {
121 margin-left:11px;
122 float:left;
123 }
124 .form_settings .form_data textarea {
125 width:325px;
126 }
127
128 .form_settings .form_data input.submit {
129 margin-left:0;
130 }
131
132 .form_settings label {
133 margin-top:2px;
134 width:143px;
135 }
136
137 .form_actions label {
138 display:none;
139 }
140 .form_guide {
141 font-style:italic;
142 }
143
144 .form_settings #settings_autosubscribe label {
145 display:inline;
146 font-weight:bold;
147 }
148
149 #form_settings_profile legend,
150 #form_login legend,
151 #form_register legend,
152 #form_password legend,
153 #form_settings_avatar legend,
154 #newgroup legend,
155 #editgroup legend,
156 #form_tag_user legend,
157 #form_remote_subscribe legend,
158 #form_openid_login legend,
159 #form_search legend,
160 #form_invite legend,
161 #form_notice_delete legend,
162 #form_password_recover legend,
163 #form_password_change legend {
164 display:none;
165 }
166
167 .form_settings .form_data p.form_guide {
168 clear:both;
169 margin-left:155px;
170 margin-bottom:0;
171 }
172
173 .form_settings p {
174 margin-bottom:11px;
175 }
176
177 .form_settings input.checkbox {
178 margin-top:0;
179 margin-left:0;
180 }
181 .form_settings label.checkbox {
182 font-weight:normal;
183 margin-top:0;
184 margin-right:0;
185 margin-left:11px;
186 float:left;
187 width:90%;
188 }
189
190
191 #form_login p.form_guide,
192 #form_register #settings_rememberme p.form_guide,
193 #form_openid_login #settings_rememberme p.form_guide,
194 #settings_twitter_remove p.form_guide,
195 #form_search ul.form_data #q {
196 margin-left:0;
197 }
198
199 .form_settings .form_note {
200 border-radius:4px;
201 -moz-border-radius:4px;
202 -webkit-border-radius:4px;
203 padding:0 7px;
204 }
205
206
207 .form_settings input.form_action-primary {
208 padding:0;
209 }
210 .form_settings input.form_action-secondary {
211 margin-left:29px;
212 }
213
214 #form_search .submit {
215 margin-left:11px;
216 }
217
218 address {
219 float:left;
220 margin-bottom:18px;
221 margin-left:18px;
222 }
223 address.vcard img.logo {
224 margin-right:0;
225 }
226 address .fn {
227 font-weight:bold;
228 }
229 address img + .fn {
230 display:none;
231 }
232 address a {
233 text-decoration:none;
234 }
235 address .poweredby {
236 float:left;
237 clear:left;
238 display:block;
239 position:relative;
240 top:7px;
241 margin-right:-47px;
242 }
243
244 #header {
245 width:100%;
246 height:10.5em;
247 position:relative;
248 float:left;
249 padding-top:18px;
250 margin-bottom:11px;
251 z-index:1;
252 }
253
254 #site_nav_global_primary {
255 float:right;
256 margin-right:0;
257 margin-bottom:11px;
258 margin-left:18px;
259 padding-top:7px;
260 padding-bottom:7px;
261 padding-right:11px;
262 -moz-border-radius:4px;
263 border-radius:4px;
264 -webkit-border-radius:4px;
265 }
266 #site_nav_global_primary ul li {
267 display:inline;
268 margin-left:11px;
269 }
270 #site_nav_global_primary a {
271 text-decoration:none;
272 }
273
274 .system_notice dt {
275 font-weight:bold;
276 text-transform:uppercase;
277 display:none;
278 }
279
280 #site_notice {
281 position:absolute;
282 top:65px;
283 right:18px;
284 width:250px;
285 width:24%;
286 }
287 #page_notice {
288 clear:both;
289 margin-bottom:18px;
290 }
291
292
293 #anon_notice {
294 clear:both;
295 width:99.8%;
296 padding-top:36px;
297 line-height:1.5;
298 font-size:1.3em;
299 font-weight:bold;
300 }
301 #anon_notice p {
302 border-style:solid;
303 border-width:1px;
304 width:96%;
305 padding:2%;
306 }
307
308 #footer {
309 float:left;
310 margin-bottom:1em;
311 padding:7px;
312 -moz-border-radius:4px;
313 border-radius:4px;
314 -webkit-border-radius:4px;
315 }
316 #footer a {
317 text-decoration:none;
318 }
319
320 #site_nav_local_views {
321 width:203px;
322 float:right;
323 margin-right:0;
324 -moz-border-radius-topright:4px;
325 border-radius-topright:4px;
326 -webkit-border-top-right-radius:4px;
327 }
328 #site_nav_local_views dt {
329 display:none;
330 }
331 #site_nav_local_views li {
332 list-style-type:none;
333 padding:0;
334 border-width:1px;
335 border-style:solid;
336 border-top:0;
337 border-right:0;
338 }
339 #site_nav_local_views a {
340 text-decoration:none;
341 padding:13px;
342 border-width:1px;
343 border-style:solid;
344 border-bottom:0;
345 text-shadow: 2px 2px 2px #ddd;
346 font-weight:bold;
347 font-size:1em;
348 display:block;
349 }
350 #site_nav_local_views .nav {
351 float:left;
352 width:100%;
353 }
354
355 #site_nav_global_primary dt,
356 #site_nav_global_secondary dt {
357 display:none;
358 }
359
360 #site_nav_global_secondary {
361 margin-bottom:11px;
362 }
363
364 #site_nav_global_secondary ul li {
365 display:inline;
366 margin-right:11px;
367 }
368 #export_data li a {
369 padding-left:20px;
370 }
371 #export_data li a.foaf {
372 padding-left:30px;
373 }
374 #export_data li a.export_vcard {
375 padding-left:28px;
376 }
377
378 #export_data ul {
379 display:inline;
380 }
381 #export_data li {
382 list-style-type:none;
383 display:inline;
384 margin:0 18px 7px 0;
385 float:left;
386 }
387 #export_data li:first-child {
388 margin-left:0;
389 }
390
391 #licenses {
392 font-size:0.9em;
393 }
394
395 #licenses dt {
396 font-weight:bold;
397 display:none;
398 }
399 #licenses dd {
400 margin-bottom:11px;
401 line-height:1.5;
402 }
403
404 #site_content_license_cc {
405 margin-bottom:0;
406 }
407 #site_content_license_cc img {
408 display:inline;
409 vertical-align:top;
410 margin-right:4px;
411 }
412
413 #wrap {
414 margin:0 auto;
415 width: 763px;
416 min-width:760px;
417 max-width:1003px;
418 overflow:hidden;
419 }
420
421 #core {
422 position:relative;
423 width:100%;
424 float:left;
425 margin-bottom:1em;
426 padding-top:10px;
427 }
428
429 #content {
430 width:518px;
431 min-height:322px;
432 padding:20px;
433 float:left;
434 border-radius:4px;
435 -moz-border-radius:4px;
436 -webkit-border-radius:4px;
437 border-radius-topright:0;
438 -moz-border-radius-topright:0;
439 -webkit-border-top-right-radius:0;
440 border-style:solid;
441 border-width:1px;
442 }
443
444 #content_inner {
445 position:relative;
446 width:100%;
447 float:left;
448 }
449
450 #aside_primary {
451 width:182px;
452 min-height:259px;
453 float:left;
454 margin-left:0;
455 padding:10px;
456 border-width:1px;
457 border-style:solid;
458 border-right:0;
459 border-top:0;
460 }
461
462 .form_notice {
463 width:515px;
464 line-height:1;
465 position:absolute;
466 top:200px;
467 left:20px;
468 z-index:9;
469 }
470 .form_notice fieldset {
471 border:0;
472 padding:0;
473 position:relative;
474 }
475 .form_notice legend {
476 display:none;
477 }
478 .form_notice textarea {
479 float:left;
480 border-radius:7px;
481 -moz-border-radius:7px;
482 -webkit-border-radius:7px;
483 width:80.789%;
484 height:67px;
485 line-height:1.5;
486 padding:7px 7px 16px 7px;
487 position:relative;
488 z-index:2;
489 }
490 .form_notice label {
491 display:block;
492 float:left;
493 font-size:1.3em;
494 margin-bottom:7px;
495 }
496 .form_notice label[for=notice_data-attach],
497 .form_notice #notice_data-attach {
498 position:absolute;
499 top:25px;
500 right:10.5%;
501 cursor:pointer;
502 }
503 .form_notice label[for=notice_data-attach] {
504 text-indent:-9999px;
505 width:16px;
506 height:16px;
507 }
508 .form_notice #notice_data-attach {
509 padding:0;
510 height:16px;
511 }
512 .form_notice .form_note {
513 position:absolute;
514 bottom:2px;
515 right:21.715%;
516 z-index:9;
517 }
518 .form_notice .form_note dt {
519 font-weight:bold;
520 display:none;
521 }
522 .form_notice #notice_text-count {
523 font-weight:bold;
524 line-height:1.15;
525 padding:1px 2px;
526 }
527 .form_notice #notice_action-submit {
528 width:14%;
529 height:47px;
530 padding:0;
531 position:absolute;
532 bottom:0;
533 right:0;
534 }
535 .form_notice label[for=to] {
536 margin-top:7px;
537 }
538 .form_notice select[id=to] {
539 margin-bottom:7px;
540 margin-left:18px;
541 float:left;
542 max-width:322px;
543 }
544 .form_notice .error,
545 .form_notice .success {
546 float:left;
547 clear:both;
548 width:81.5%;
549 margin-bottom:0;
550 line-height:1.618;
551 }
552 .form_notice #notice_data-attach_selected code,
553 .form_notice #notice_data-geo_name {
554 float:left;
555 width:80%;
556 display:block;
557 overflow:auto;
558 margin-right:2.5%;
559 }
560 .form_notice #notice_data-attach_selected code {
561 font-size:1.1em;
562 }
563 .form_notice #notice_data-attach_selected button.close,
564 .form_notice #notice_data-geo_selected button.close {
565 float:right;
566 font-size:0.8em;
567 }
568
569 .form_notice #notice_data-geo_selected button.minimize {
570 float:left;
571 }
572
573 .form_notice #notice_data-geo_wrap label {
574 position:absolute;
575 top:25px;
576 right:4px;
577 left:auto;
578 cursor:pointer;
579 width:16px;
580 height:16px;
581 display:block;
582 }
583 .form_notice #notice_data-geo_wrap input {
584 display:none;
585 }
586 .form_notice #notice_data-geo_wrap label {
587 font-weight:normal;
588 font-size:1em;
589 margin-bottom:0;
590 text-indent:-9999px;
591 }
592 .form_notice #notice_data-geo_name {
593 display:block;
594 padding-left:21px;
595 }
596 button.close,
597 button.minimize {
598 width:16px;
599 height:16px;
600 text-indent:-9999px;
601 padding:0;
602 border:0;
603 text-align:center;
604 font-weight:bold;
605 cursor:pointer;
606 }
607
608 /* entity_profile */
609 .entity_profile {
610 position:relative;
611 width:68%;
612 min-height:123px;
613 float:left;
614 margin-bottom:18px;
615 margin-left:0;
616 overflow:hidden;
617 }
618 .entity_profile dt,
619 #entity_statistics dt {
620 font-weight:bold;
621 }
622 .entity_profile dd {
623 display:inline;
624 }
625
626 .entity_profile .entity_depiction {
627 float:left;
628 width:96px;
629 margin-right:18px;
630 margin-bottom:18px;
631 }
632
633 .entity_profile .entity_fn,
634 .entity_profile .entity_nickname,
635 .entity_profile .entity_location,
636 .entity_profile .entity_url,
637 .entity_profile .entity_note,
638 .entity_profile .entity_tags,
639 .entity_profile .entity_aliases {
640 margin-left:113px;
641 margin-bottom:4px;
642 }
643
644 .entity_profile .entity_fn,
645 .entity_profile .entity_nickname {
646 margin-left:11px;
647 display:inline;
648 }
649 .entity_profile .entity_nickname {
650 margin-left:0;
651 }
652 .entity_profile .fn,
653 .entity_profile .nickname {
654 font-size:1.1em;
655 font-weight:bold;
656 }
657 .entity_profile .fn:before {
658 content: "(";
659 font-weight:normal;
660 }
661 .entity_profile .fn:after {
662 content: ")";
663 font-weight:normal;
664 }
665 .entity_profile .nickname:after,
666 .entity_profile .nickname:before {
667 content:"";
668 }
669 .entity_profile dt,
670 .entity_profile h2 {
671 display:none;
672 }
673 .entity_profile .role {
674 margin-left:11px;
675 font-style:italic;
676 }
677 /* entity_profile */
678
679
680 /*entity_actions*/
681 .entity_actions {
682 float:right;
683 margin-left:2%;
684 margin-bottom:18px;
685 min-width:21%;
686 }
687 .entity_actions h2 {
688 display:none;
689 }
690 .entity_actions ul {
691 list-style-type:none;
692 }
693 .entity_actions li {
694 margin-bottom:7px;
695 }
696 .entity_actions li:first-child {
697 border-top:0;
698 }
699 .entity_actions fieldset {
700 border:0;
701 padding:0;
702 }
703 .entity_actions legend {
704 display:none;
705 }
706
707 .entity_actions input.submit {
708 display:block;
709 text-align:left;
710 width:100%;
711 }
712 .entity_actions a {
713 text-decoration:none;
714 font-weight:bold;
715 display:block;
716 }
717 .entity_actions a,
718 .entity_actions input {
719 border-radius:4px;
720 -moz-border-radius:4px;
721 -webkit-border-radius:4px;
722 }
723
724 .entity_actions a,
725 .entity_actions input,
726 .entity_actions p {
727 border-width:2px;
728 border-style:solid;
729 padding-left:23px;
730 }
731
732 .entity_actions a,
733 .entity_actions p {
734 padding:2px 4px 1px 26px;
735 }
736
737 .entity_actions .accept {
738 margin-bottom:18px;
739 }
740
741 .entity_send-a-message button {
742 position:absolute;
743 top:3px;
744 right:3px;
745 }
746
747 .entity_send-a-message .form_notice {
748 position:absolute;
749 top:34px;
750 right:-1px;
751 padding:1.795%;
752 width:92%;
753 z-index:2;
754  border-radius:7px;
755 -moz-border-radius:7px;
756 -webkit-border-radius:7px;
757 border-width:1px;
758 border-style:solid;
759 }
760 .entity_send-a-message .form_notice legend {
761 display:block;
762 margin-bottom:11px;
763 }
764
765 .entity_send-a-message .form_notice label,
766 .entity_send-a-message .form_notice select {
767 display:none;
768 }
769 .entity_send-a-message .form_notice input.submit {
770 text-align:center;
771 }
772
773 .entity_moderation {
774 position:relative;
775 }
776 .entity_moderation p {
777 border-radius:4px;
778 -moz-border-radius:4px;
779 -webkit-border-radius:4px;
780 font-weight:bold;
781 padding-bottom:2px;
782 margin-bottom:7px;
783 }
784 .entity_moderation ul {
785 display:none;
786 }
787 .entity_moderation:hover ul {
788 display:block;
789 min-width:21%;
790 width:100%;
791 padding:11px;
792 position:absolute;
793 top:-1px;
794 right:-1px;
795 z-index:1;
796 border-width:1px;
797 border-style:solid;
798 border-radius:7px;
799 -moz-border-radius:7px;
800 -webkit-border-radius:7px;
801 }
802
803 .entity_tags ul {
804 list-style-type:none;
805 display:inline;
806 }
807 .entity_tags li {
808 display:inline;
809 margin-right:4px;
810 }
811
812 .aside .section {
813 margin-bottom:18px;
814 clear:both;
815 float:left;
816 width:100%;
817 }
818 .aside .section h2 {
819 font-size:110%;
820 text-transform:none;
821 }
822
823 #entity_statistics dt,
824 #entity_statistics dd {
825 display:inline;
826 }
827 #entity_statistics dt:after {
828 content: ":";
829 }
830
831 .section ul.entities {
832 float:left;
833 width:100%;
834 }
835 .section .entities li {
836 list-style-type:none;
837 float:left;
838 margin-right:7px;
839 margin-bottom:7px;
840 }
841 .section .entities li .photo {
842 margin-right:0;
843 margin-bottom:0;
844 }
845 .section .entities li .fn {
846 display:none;
847 }
848
849 .aside .section p,
850 .aside .section .more {
851 clear:both;
852 }
853
854 .profile .entity_profile {
855 margin-bottom:0;
856 min-height:60px;
857 }
858
859 .profile .form_group_join legend,
860 .profile .form_group_leave legend,
861 .profile .form_user_subscribe legend,
862 .profile .form_user_unsubscribe legend {
863 display:none;
864 }
865
866 .profiles {
867 list-style-type:none;
868 }
869 .profile .entity_profile .fn.nickname,
870 .profile .entity_profile .url[rel~=contact] {
871 margin-left:0;
872 display:inline;
873 }
874
875 .profile .entity_profile .fn,
876 .profile .entity_profile .label {
877 margin-left:11px;
878 margin-bottom:4px;
879 width:auto;
880 clear:none;
881 }
882
883 .profile .entity_profile .note,
884 .profile .entity_profile .url,
885 .profile .entity_profile .entity_tags,
886 .profile .entity_profile .form_subscription_edit {
887 margin-left:59px;
888 clear:none;
889 display:block;
890 width:auto;
891 }
892 .profile .entity_profile .entity_tags dt {
893 display:inline;
894 margin-right:11px;
895 }
896
897 .profile .entity_profile .form_subscription_edit label {
898 font-weight:normal;
899 margin-right:11px;
900 }
901
902 /* NOTICE */
903 .notice,
904 .profile,
905 .application {
906 position:relative;
907 padding-top:11px;
908 padding-bottom:11px;
909 clear:both;
910 float:left;
911 width:100%;
912 border-top-width:1px;
913 border-top-style:dotted;
914 }
915 .notices li {
916 list-style-type:none;
917 line-height:1.1;
918 min-height:47px;
919 }
920 .notices .notices {
921 margin-top:7px;
922 margin-left:2%;
923 width:98%;
924 float:left;
925 }
926
927 /* NOTICES */
928 #notices_primary {
929 float:left;
930 width:100%;
931 border-radius:7px;
932 -moz-border-radius:7px;
933 -webkit-border-radius:7px;
934 }
935 #notices_primary h2 {
936 display:none;
937 }
938 .notice-data a span {
939 display:block;
940 padding-left:28px;
941 }
942
943 .notice .author {
944 margin-right:11px;
945 }
946
947 .fn {
948 overflow:hidden;
949 }
950
951 .notice .author .fn {
952 font-weight:bold;
953 }
954
955 .notice .author .photo {
956 margin-bottom:0;
957 }
958
959 .vcard .photo {
960 display:inline;
961 margin-right:11px;
962 margin-bottom:11px;
963 float:left;
964 }
965 .vcard .url {
966 text-decoration:none;
967 }
968 .vcard .url:hover {
969 text-decoration:underline;
970 }
971
972 .notice .entry-title {
973 float:left;
974 width:100%;
975 overflow:hidden;
976 }
977 .notice .entry-title.ov {
978 overflow:visible;
979 }
980 #shownotice .notice .entry-title {
981 font-size:2.2em;
982 }
983
984 .notice p.entry-content {
985 display:inline;
986 }
987
988 #content .notice p.entry-content a:visited {
989 border-radius:4px;
990 -moz-border-radius:4px;
991 -webkit-border-radius:4px;
992 }
993 .notice p.entry-content .vcard a {
994 border-radius:4px;
995 -moz-border-radius:4px;
996 -webkit-border-radius:4px;
997 }
998
999 .notice div.entry-content {
1000 clear:left;
1001 float:left;
1002 font-size:0.95em;
1003 margin-left:59px;
1004 min-width:60%;
1005 max-width:62%;
1006 }
1007 #showstream .notice div.entry-content,
1008 #shownotice .notice div.entry-content {
1009 margin-left:0;
1010 max-width:77%;
1011 }
1012
1013 .notice .notice-options a,
1014 .notice .notice-options input {
1015 float:left;
1016 font-size:1.025em;
1017 }
1018
1019 .notice div.entry-content .timestamp {
1020 display:inline-block;
1021 }
1022
1023 .entry-content .repeat {
1024 display:block;
1025 }
1026 .entry-content .repeat .photo {
1027 float:none;
1028 margin-right:1px;
1029 position:relative;
1030 top:4px;
1031 left:0;
1032 }
1033
1034 .dialogbox {
1035 position:absolute;
1036 top:-1px;
1037 right:-1px;
1038 z-index:9;
1039 float:none;
1040 padding:11px;
1041 border-radius:7px;
1042 -moz-border-radius:7px;
1043 -webkit-border-radius:7px;
1044 border-style:solid;
1045 border-width:1px;
1046 }
1047
1048 .dialogbox legend {
1049 display:block !important;
1050 margin-right:18px;
1051 margin-bottom:18px;
1052 }
1053
1054 .dialogbox button.close {
1055 position:absolute;
1056 right:3px;
1057 top:3px;
1058 }
1059
1060 .dialogbox .form_guide {
1061 font-weight:normal;
1062 padding:0;
1063 }
1064
1065 .dialogbox .submit_dialogbox {
1066 font-weight:bold;
1067 text-indent:0;
1068 min-width:46px;
1069 }
1070 .dialogbox input {
1071 padding-left:4px;
1072 }
1073 .dialogbox fieldset {
1074 margin-bottom:0;
1075 }
1076
1077 .notice-options {
1078 position:relative;
1079 font-size:0.95em;
1080 width:113px;
1081 float:right;
1082 margin-right:4px;
1083 }
1084
1085 .notice-options a {
1086 float:left;
1087 }
1088 .notice-options .notice_reply,
1089 .notice-options .form_repeat,
1090 .notice-options .form_favor,
1091 .notice-options .form_disfavor,
1092 .notice-options .repeated {
1093 float:left;
1094 margin-left:14.2%;
1095 }
1096 .notice-options .form_favor,
1097 .notice-options .form_disfavor {
1098 margin-left:0;
1099 }
1100 .notice-options input,
1101 .notice-options a,
1102 .notice-options .repeated {
1103 text-indent:-9999px;
1104 outline:none;
1105 }
1106 .notice-options input.submit {
1107 display:block;
1108 border:0;
1109 }
1110 .notice-options .notice_reply,
1111 .notice-options .notice_delete {
1112 text-decoration:none;
1113 }
1114 .notice .notice-options .notice_delete {
1115 float:right;
1116 }
1117 .notice-options form input.submit {
1118 width:16px;
1119 height:16px;
1120 padding:0;
1121 border-radius:0;
1122 -moz-border-radius:0;
1123 -webkit-border-radius:0;
1124 }
1125 .notice-options .form_repeat legend,
1126 .notice-options .form_favor legend,
1127 .notice-options .form_disfavor legend {
1128 display:none;
1129 }
1130 .notice-options .form_repeat fieldset,
1131 .notice-options .form_favor fieldset,
1132 .notice-options .form_disfavor fieldset {
1133 border:0;
1134 padding:0;
1135 }
1136 .notice-options a,
1137 .notice-options .repeated {
1138 width:16px;
1139 height:16px;
1140 }
1141
1142 .notice .attachment {
1143 position:relative;
1144 padding-left:16px;
1145 }
1146 #attachments .attachment {
1147 padding-left:0;
1148 }
1149 .notice .attachment img {
1150 position:absolute;
1151 top:18px;
1152 left:0;
1153 z-index:99;
1154 }
1155 #shownotice .notice .attachment img {
1156 position:static;
1157 }
1158
1159 #attachments {
1160 clear:both;
1161 float:left;
1162 width:100%;
1163 margin-top:18px;
1164 }
1165 #attachments dt {
1166 font-weight:bold;
1167 font-size:1.3em;
1168 margin-bottom:4px;
1169 }
1170
1171 #attachments ol li {
1172 margin-bottom:18px;
1173 list-style-type:decimal;
1174 float:left;
1175 clear:both;
1176 }
1177
1178 #jOverlayContent,
1179 #jOverlayContent #content,
1180 #jOverlayContent #content_inner {
1181 width: auto !important;
1182 margin-bottom:0;
1183 }
1184 #jOverlayContent #content {
1185 padding:11px;
1186 min-height:auto;
1187 }
1188 #jOverlayContent .external span {
1189 display:block;
1190 margin-bottom:11px;
1191 }
1192 #jOverlayContent button {
1193 position:absolute;
1194 top:0;
1195 right:0;
1196 width:29px;
1197 height:29px;
1198 text-align:center;
1199 font-weight:bold;
1200 padding:0;
1201 }
1202 #jOverlayContent h1 {
1203 max-width:425px;
1204 }
1205 #jOverlayContent #content {
1206 border-radius:7px;
1207 -moz-border-radius:7px;
1208 -webkit-border-radius:7px;
1209 }
1210 #jOverlayLoading {
1211 top:5%;
1212 left:40%;
1213 }
1214 #attachment_view img {
1215 max-width:480px;
1216 max-height:480px;
1217 }
1218 #attachment_view #oembed_info {
1219 margin-top:11px;
1220 }
1221 #attachment_view #oembed_info dt,
1222 #attachment_view #oembed_info dd {
1223 float:left;
1224 }
1225 #attachment_view #oembed_info dt {
1226 clear:left;
1227 margin-right:11px;
1228 font-weight:bold;
1229 }
1230 #attachment_view #oembed_info dt:after {
1231 content: ":";
1232 }
1233
1234 #usergroups #new_group {
1235 float: left;
1236 margin-right: 2em;
1237 }
1238 #new_group, #group_search {
1239 margin-bottom:18px;
1240 }
1241 #new_group a {
1242 padding-left:20px;
1243 }
1244
1245
1246 #filter_tags {
1247 margin-bottom:11px;
1248 float:left;
1249 }
1250 #filter_tags dt {
1251 display:none;
1252 }
1253 #filter_tags ul {
1254 list-style-type:none;
1255 }
1256 #filter_tags ul li {
1257 float:left;
1258 margin-left:7px;
1259 padding-left:7px;
1260 border-left-width:1px;
1261 border-left-style:solid;
1262 }
1263 #filter_tags ul li.child_1 {
1264 margin-left:0;
1265 border-left:0;
1266 padding-left:0;
1267 }
1268 #filter_tags ul li#filter_tags_all a {
1269 font-weight:bold;
1270 margin-top:7px;
1271 float:left;
1272 }
1273
1274 #filter_tags ul li#filter_tags_item label {
1275 margin-right:7px;
1276 }
1277 #filter_tags ul li#filter_tags_item label,
1278 #filter_tags ul li#filter_tags_item select {
1279 display:inline;
1280 }
1281 #filter_tags ul li#filter_tags_item p {
1282 float:left;
1283 margin-left:38px;
1284 }
1285 #filter_tags ul li#filter_tags_item input {
1286 position:relative;
1287 top:3px;
1288 left:3px;
1289 }
1290
1291
1292
1293 .pagination {
1294 float:left;
1295 clear:both;
1296 width:100%;
1297 margin-top:18px;
1298 }
1299
1300 .pagination dt {
1301 font-weight:bold;
1302 display:none;
1303 }
1304
1305 .pagination .nav {
1306 float:left;
1307 width:100%;
1308 list-style-type:none;
1309 }
1310
1311 .pagination .nav_prev {
1312 float:left;
1313 }
1314 .pagination .nav_next {
1315 float:right;
1316 }
1317
1318 .pagination a {
1319 display:block;
1320 text-decoration:none;
1321 font-weight:bold;
1322 padding:7px;
1323 border-width:1px;
1324 border-style:solid;
1325 -moz-border-radius:7px;
1326 -webkit-border-radius:7px;
1327 border-radius:7px;
1328 }
1329
1330 .pagination .nav_prev a {
1331 padding-left:30px;
1332 }
1333 .pagination .nav_next a {
1334 padding-right:30px;
1335 }
1336 /* END: NOTICE */
1337
1338
1339 .hentry .entry-content p {
1340 margin-bottom:18px;
1341 }
1342 .hentry entry-content ol,
1343 .hentry .entry-content ul {
1344 list-style-position:inside;
1345 }
1346 .hentry .entry-content li {
1347 margin-bottom:18px;
1348 }
1349 .hentry .entry-content li li {
1350 margin-left:18px;
1351 }
1352
1353
1354
1355
1356 /* TOP_POSTERS */
1357 .section tbody td {
1358 padding-right:11px;
1359 padding-bottom:11px;
1360 }
1361 .section .vcard .photo {
1362 margin-right:7px;
1363 margin-bottom:0;
1364 }
1365
1366 .section .notice {
1367 padding-top:7px;
1368 padding-bottom:7px;
1369 border-top:0;
1370 }
1371
1372 .section .notice:first-child {
1373 padding-top:0;
1374 }
1375
1376 .section .notice .author {
1377 margin-right:0;
1378 }
1379 .section .notice .author .fn {
1380 display:none;
1381 }
1382
1383
1384 /* tagcloud */
1385 .tag-cloud {
1386 list-style-type:none;
1387 text-align:center;
1388 }
1389 .aside .tag-cloud {
1390 font-size:0.8em;
1391 }
1392 .tag-cloud li {
1393 display:inline;
1394 margin-right:7px;
1395 line-height:1.25;
1396 }
1397 .aside .tag-cloud li {
1398 line-height:1.5;
1399 }
1400 .tag-cloud li a {
1401 text-decoration:none;
1402 }
1403 #tagcloud.section dt {
1404 text-transform:uppercase;
1405 font-weight:bold;
1406 }
1407 .tag-cloud-1 {
1408 font-size:1em;
1409 }
1410 .tag-cloud-2 {
1411 font-size:1.25em;
1412 }
1413 .tag-cloud-3 {
1414 font-size:1.75em;
1415 }
1416 .tag-cloud-4 {
1417 font-size:2em;
1418 }
1419 .tag-cloud-5 {
1420 font-size:2.25em;
1421 }
1422 .tag-cloud-6 {
1423 font-size:2.75em;
1424 }
1425 .tag-cloud-7 {
1426 font-size:3.25em;
1427 }
1428
1429 #publictagcloud #tagcloud.section dt {
1430 display:none;
1431 }
1432
1433 #form_settings_photo .form_data {
1434 clear:both;
1435 }
1436
1437 #form_settings_avatar li {
1438 width:auto;
1439 }
1440 #form_settings_avatar input {
1441 margin-left:0;
1442 }
1443 #avatar_original,
1444 #avatar_preview {
1445 float:left;
1446 }
1447 #avatar_preview {
1448 margin-left:29px;
1449 }
1450 #avatar_preview_view {
1451 height:96px;
1452 width:96px;
1453 margin-bottom:18px;
1454 overflow:hidden;
1455 }
1456
1457 #settings_attach,
1458 #form_settings_avatar .form_actions {
1459 clear:both;
1460 }
1461
1462 #form_settings_avatar .form_actions {
1463 margin-bottom:0;
1464 }
1465
1466 #settings_design_background-image img {
1467 max-width:480px;
1468 max-height:480px;
1469 }
1470
1471 #settings_design_color .form_data,
1472 #color-picker {
1473 float:left;
1474 }
1475 #settings_design_color .form_data {
1476 width:400px;
1477 margin-right:1%;
1478 }
1479
1480 #settings_design_color .form_data li {
1481 width:33%;
1482 }
1483 #settings_design_color .form_data label {
1484 float:none;
1485 display:block;
1486 }
1487 #settings_design_color .form_data .swatch {
1488 padding:11px;
1489 margin-left:0;
1490 width:auto;
1491 }
1492
1493 .instructions ul {
1494 list-style-position:inside;
1495 }
1496 .instructions p,
1497 .instructions ul {
1498 margin-bottom:18px;
1499 }
1500 .help dt {
1501 display:none;
1502 }
1503 .guide {
1504 clear:both;
1505 }
1506 #bookmarklet address {
1507 display:none;
1508 }
1509 #bookmarklet .form_notice {
1510 width:auto;
1511 }
1512 #bookmarklet #wrap {
1513 min-width:0;
1514 }
1515
1516 #form_notice {
1517 display: none;
1518 }
1519
1520 #public.user_in #form_notice,
1521 #groups.user_in #form_notice,
1522 #publictagcloud.user_in #form_notice,
1523 #featured.user_in #form_notice,
1524 #favorited.user_in #form_notice,
1525 #all.user_in #form_notice,
1526 #replies.user_in #form_notice,
1527 #showstream.user_in #form_notice,
1528 #showfavorites.user_in #form_notice,
1529 #subscriptions.user_in #form_notice,
1530 #subscribers.user_in #form_notice,
1531 #showgroup.user_in #form_notice,
1532 #conversation.user_in #form_notice,
1533 #attachment.user_in #form_notice {
1534 display: inline;
1535 }
1536
1537 #public.user_in #content,
1538 #groups.user_in #content,
1539 #publictagcloud.user_in #content,
1540 #featured.user_in #content,
1541 #favorited.user_in #content,
1542 #all.user_in #content,
1543 #replies.user_in #content,
1544 #showstream.user_in #content,
1545 #showfavorites.user_in #content,
1546 #inbox.user_in #content,
1547 #outbox.user_in #content,
1548 #subscriptions.user_in #content,
1549 #subscribers.user_in #content,
1550 #showgroup.user_in #content,
1551 #conversation.user_in #content,
1552 #attachment.user_in #content {
1553 padding-top:12.5em;
1554 }
1555
1556 #public #core,
1557 #showstream #core,
1558 #showgroup #core {
1559 margin-top:10em;
1560 }
1561 #public.user_in #core,
1562 #showstream.user_in #core {
1563 margin-top:0;
1564 }
1565
1566 #jOverlayContent #core #content {
1567 padding-top:11px;
1568 }
1569 #jOverlayContent #core {
1570 background:none;
1571 padding-top:0;
1572 }
1573
1574
1575 html,
1576 body,
1577 a:active {
1578 background-color:#9AE4E8;
1579 }
1580 body {
1581 font-family:'Lucida Grande',sans-serif;
1582 background:#9AE4E8  url(../images/illustrations/illu_clouds-01.gif) 0 0 no-repeat;
1583 color:#333333;
1584 }
1585 #core {
1586 background:url(../images/illustrations/illu_arrow-up-01.gif) no-repeat 25px 0;
1587 }
1588
1589 input, textarea, select, option {
1590 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
1591 }
1592 input, textarea, select,
1593 .entity_remote_subscribe {
1594 border-color:#aaa;
1595 }
1596 #filter_tags ul li {
1597 border-color:#ddd;
1598 }
1599
1600 .form_settings input.form_action-primary {
1601 background:none;
1602 }
1603
1604
1605 .form_notice label[for=notice_data-attach],
1606 #export_data li a.rss,
1607 #export_data li a.atom,
1608 #export_data li a.foaf,
1609 .entity_edit a,
1610 .entity_send-a-message a,
1611 .entity_nudge p,
1612 .form_user_nudge input.submit,
1613 .form_user_block input.submit,
1614 .form_user_unblock input.submit,
1615 .form_group_block input.submit,
1616 .form_group_unblock input.submit,
1617 .form_make_admin input.submit,
1618 .notice .attachment,
1619 .notice-options .notice_reply,
1620 .notice-options form.form_favor input.submit,
1621 .notice-options form.form_disfavor input.submit,
1622 .notice-options .notice_delete,
1623 .notice-options form.form_repeat input.submit,
1624 #new_group a,
1625 .pagination .nav_prev a,
1626 .pagination .nav_next a,
1627 button.close,
1628 .form_group_leave input.submit,
1629 .form_user_unsubscribe input.submit,
1630 .form_group_join input.submit,
1631 .form_user_subscribe input.submit,
1632 .form_remote_authorize input.submit,
1633 .entity_subscribe a,
1634 .entity_moderation p,
1635 .entity_sandbox input.submit,
1636 .entity_silence input.submit,
1637 .entity_delete input.submit,
1638 .notice-options .repeated,
1639 .form_notice label[for=notice_data-geo],
1640 button.minimize,
1641 .form_reset_key input.submit,
1642 .entity_clear input.submit,
1643 .entity_flag input.submit,
1644 .entity_flag p,
1645 .entity_subscribe input.submit,
1646 #realtime_play,
1647 #realtime_pause,
1648 #realtime_popup {
1649 background-image:url(../../base/images/icons/icons-01.gif);
1650 background-repeat:no-repeat;
1651 background-color:transparent;
1652 }
1653
1654 #wrap form.processing input.submit,
1655 #core a.processing,
1656 .dialogbox.processing .submit_dialogbox {
1657 background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
1658 cursor:wait;
1659 text-indent:-9999px;
1660 outline:none;
1661 }
1662 .processing {
1663 background-image:url(../../base/images/icons/icon_processing.gif);
1664 background-repeat:no-repeat;
1665 background-position:47% 47%;
1666 }
1667
1668 button.close {
1669 background-position:0 -1120px;
1670 }
1671 button.minimize {
1672 background-position:0 -1912px;
1673 }
1674
1675 input.submit,
1676 .form_notice.warning #notice_text-count,
1677 .form_settings .form_note,
1678 .entity_actions a,
1679 .entity_actions input,
1680 .entity_moderation p,
1681 button {
1682 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1683 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1684 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1685 }
1686 .entity_actions a,
1687 .entity_actions input,
1688 .entity_actions p {
1689 border-color:transparent;
1690 background-color:transparent;
1691 }
1692 input:focus, textarea:focus, select:focus,
1693 .form_notice.warning #notice_data-text,
1694 .form_notice.warning #notice_text-count,
1695 .form_settings .form_note {
1696 border-color:#9BB43E;
1697 }
1698 input.submit {
1699 color:#FFFFFF;
1700 }
1701 .entity_actions a,
1702 .entity_actions input,
1703 .entity_actions p {
1704 border-color:transparent;
1705 background-color:transparent;
1706 }
1707 input:focus, textarea:focus, select:focus,
1708 .form_notice.warning #notice_data-text,
1709 .form_notice.warning #notice_text-count,
1710 .form_settings .form_note {
1711 border-color:#9BB43E;
1712 }
1713 input.submit {
1714 color:#FFFFFF;
1715 }
1716 .entity_actions input.submit {
1717 border-color:transparent;
1718 text-shadow:none;
1719 }
1720 .dialogbox .submit_dialogbox,
1721 input.submit,
1722 .form_notice input.submit {
1723 background:#AAAAAA url(../../base/images/illustrations/illu_pattern-01.png) 0 0 repeat-x;
1724 text-shadow:0 1px 0 #FFFFFF;
1725 color:#000000;
1726 border-color:#AAAAAA;
1727 border-top-color:#CCCCCC;
1728 border-left-color:#CCCCCC;
1729 }
1730 .dialogbox .submit_dialogbox:hover,
1731 input.submit:hover {
1732 background-position:0 -5px;
1733 }
1734 .dialogbox .submit_dialogbox:focus,
1735 input.submit:focus {
1736 background-position:0 -15px;
1737 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
1738 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
1739 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
1740 text-shadow:none;
1741 }
1742
1743 .form_notice span#notice_data-geo_name {
1744 background-position:0 47%;
1745 }
1746 .form_notice a#notice_data-geo_name {
1747 background-position:0 -1711px;
1748 }
1749 .form_notice label[for=notice_data-geo] {
1750 background-position:0 -1780px;
1751 }
1752 .form_notice label[for=notice_data-geo].checked {
1753 background-position:0 -1846px;
1754 }
1755
1756 a,
1757 .form_settings input.form_action-primary,
1758 .notice-options input,
1759 .entity_actions a,
1760 .entity_actions input,
1761 .entity_moderation p {
1762 color:#0084B4;
1763 }
1764
1765 .notice,
1766 .profile {
1767 border-top-color:#CEE1E9;
1768 }
1769 .notice,
1770 .profile {
1771 border-top-color:#DDFFCC;
1772 }
1773 .section .profile {
1774 border-top-color:#87B4C8;
1775 }
1776 .mark-top {
1777 border-color:#AAAAAA;
1778 }
1779
1780 #aside_primary {
1781 background-color:#DDFFCC;
1782 }
1783
1784 #notice_text-count {
1785 color:#000000;
1786 }
1787 #form_notice.warning #notice_text-count {
1788 color:#000000;
1789 }
1790 #form_notice label[for=notice_data-attach] {
1791 background:transparent url(../../base/images/icons/twotone/green/clip-01.gif) no-repeat 0 45%;
1792 }
1793 #form_notice #notice_data-attach {
1794 opacity:0;
1795 }
1796
1797 #form_notice.processing #notice_action-submit {
1798 background:#fff url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
1799 cursor:wait;
1800 text-indent:-9999px;
1801 }
1802
1803 #content,
1804 #site_nav_local_views a,
1805 #aside_primary {
1806 border-color:#FFFFFF;
1807 }
1808 #content,
1809 #site_nav_local_views .current a,
1810 .entity_send-a-message .form_notice,
1811 .entity_moderation:hover ul,
1812 .entity_role:hover ul,
1813 .dialogbox {
1814 background-color:#FFFFFF;
1815 }
1816
1817 #site_nav_local_views a {
1818 background-color:rgba(135, 180, 200, 0.3);
1819 }
1820 #site_nav_local_views a:hover {
1821 background-color:rgba(255, 255, 255, 0.7);
1822 }
1823
1824
1825 .error {
1826 background-color:#F7E8E8;
1827 }
1828 .success {
1829 background-color:#EFF3DC;
1830 }
1831
1832
1833 #anon_notice {
1834 background-color:#FEFFDF;
1835 color:#333;
1836 border-color:#fff;
1837 }
1838
1839 #showstream #anon_notice {
1840 background-color:#FEFFDF;
1841 }
1842
1843
1844 #export_data li a {
1845 background-repeat:no-repeat;
1846 background-position:0 45%;
1847 }
1848 #export_data li a.rss {
1849 background-position:0 -130px;
1850 }
1851 #export_data li a.atom {
1852 background-position:0 -64px;
1853 }
1854 #export_data li a.foaf {
1855 background-position:0 1px;
1856 }
1857
1858 .form_group_join input.submit,
1859 .form_group_leave input.submit,
1860 .form_user_subscribe input.submit,
1861 .form_user_unsubscribe input.submit,
1862 .entity_subscribe a {
1863 background-color:#AAAAAA;
1864 color:#FFFFFF;
1865 }
1866 .form_group_leave input.submit,
1867 .form_user_unsubscribe input.submit {
1868 background-position:5px -1246px;
1869 }
1870 .form_group_join input.submit,
1871 .form_user_subscribe input.submit,
1872 .entity_subscribe a {
1873 background-position:5px -1181px;
1874 }
1875
1876 .entity_edit a {
1877 background-position: 5px -718px;
1878 }
1879 .entity_send-a-message a {
1880 background-position: 5px -852px;
1881 }
1882 .entity_send-a-message .form_notice,
1883 .entity_moderation:hover ul {
1884 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
1885 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
1886 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
1887 }
1888
1889 .entity_nudge p,
1890 .form_user_nudge input.submit {
1891 background-position: 5px -785px;
1892 }
1893 .form_user_block input.submit,
1894 .form_user_unblock input.submit,
1895 .form_group_block input.submit,
1896 .form_group_unblock input.submit {
1897 background-position: 5px -918px;
1898 }
1899 .form_make_admin input.submit {
1900 background-position: 5px -983px;
1901 }
1902 .entity_moderation p {
1903 background-position: 5px -1313px;
1904 }
1905 .entity_sandbox input.submit {
1906 background-position: 5px -1380px;
1907 }
1908 .entity_silence input.submit {
1909 background-position: 5px -1445px;
1910 }
1911 .entity_delete input.submit {
1912 background-position: 5px -1511px;
1913 }
1914 .form_reset_key input.submit {
1915 background-position: 5px -1973px;
1916 }
1917 .entity_clear input.submit {
1918 background-position: 5px -2039px;
1919 }
1920 .entity_flag input.submit,
1921 .entity_flag p {
1922 background-position: 5px -2105px;
1923 }
1924 .entity_subscribe input.accept {
1925 background-position: 5px -2171px;
1926 }
1927 .entity_subscribe input.reject {
1928 background-position: 5px -2237px;
1929 }
1930 #realtime_play {
1931 background-position: 0 -2308px;
1932 }
1933 #realtime_pause {
1934 background-position: 0 -2374px;
1935 }
1936 #realtime_popup {
1937 background-position: 0 -1714px;
1938 }
1939
1940
1941 /* NOTICES */
1942 .notice .attachment {
1943 background-position:0 -394px;
1944 }
1945 .notice .attachment.more {
1946 background-position:0 -2770px;
1947 }
1948 #attachments .attachment {
1949 background:none;
1950 }
1951 .notice-options .notice_reply {
1952 background-position:0 -592px;
1953 }
1954 .notice-options form.form_favor input.submit {
1955 background-position:0 -460px;
1956 }
1957 .notice-options form.form_disfavor input.submit {
1958 background-position:0 -526px;
1959 }
1960 .notice-options .notice_delete {
1961 background-position:0 -658px;
1962 }
1963 .notice-options form.form_repeat input.submit {
1964 background-position:0 -1582px;
1965 }
1966 .notice-options .repeated {
1967 background-position:0 -1648px;
1968 }
1969
1970 .notices .attachment.more,
1971 .notices div.entry-content,
1972 .notices div.notice-options {
1973 opacity:0.4;
1974 }
1975 .notices li:hover .attachment.more,
1976 .notices li:hover div.entry-content,
1977 .notices li:hover div.notice-options {
1978 opacity:1;
1979 }
1980 .opaque {
1981 opacity:1 !important;
1982 }
1983 .notices .notices {
1984 background-color:rgba(200, 200, 200, 0.050);
1985 }
1986 .notices .notices .notices {
1987 background-color:rgba(200, 200, 200, 0.100);
1988 }
1989 .notices .notices .notices .notices {
1990 background-color:rgba(200, 200, 200, 0.150);
1991 }
1992 .notices .notices .notices .notices .notices {
1993 background-color:rgba(200, 200, 200, 0.300);
1994 }
1995 .notice-options a,
1996 .notice-options input {
1997 font-family:sans-serif;
1998 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1999 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
2000 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
2001 }
2002 #content .notices li:hover {
2003 background-color:rgba(240, 240, 240, 0.2);
2004 }
2005 #conversation .notices li:hover {
2006 background-color:transparent;
2007 }
2008
2009 div.entry-content {
2010 color:#333;
2011 }
2012 div.notice-options a,
2013 div.notice-options input {
2014 font-family:sans-serif;
2015 }
2016 #content .notices li:hover {
2017 background-color:rgba(240, 240, 240, 0.2);
2018 }
2019 #conversation .notices li:hover {
2020 background-color:transparent;
2021 }
2022 /*END: NOTICES */
2023
2024
2025 #new_group a {
2026 background-position:0 -1054px;
2027 }
2028
2029 .pagination .nav_prev a,
2030 .pagination .nav_next a {
2031 background-repeat:no-repeat;
2032 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
2033 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
2034 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
2035 }
2036 .pagination .nav_prev a {
2037 background-position:10% -187px;
2038 }
2039 .pagination .nav_next a {
2040 background-position:105% -252px;
2041 }
2042 .pagination .nav .processing {
2043 background-image:url(../../base/images/icons/icon_processing.gif);
2044 box-shadow:none;
2045 -moz-box-shadow:none;
2046 -webkit-box-shadow:none;
2047 outline:none;
2048 }
2049 .pagination .nav_next a.processing {
2050 background-position:90% 47%;
2051 }
2052 .pagination .nav_prev a.processing {
2053 background-position:10% 47%;
2054 }
2055
2056
2057 /*--------------------------------------*/
2058
2059 #anon_notice {
2060 background:url(../images/illustrations/illu_unicorn-01.png) no-repeat 0 0;
2061 }
2062 #showstream #anon_notice,
2063 #content .notice p.entry-content a:visited,
2064 content .notice p.entry-content .vcard a {
2065 background-color:transparent;
2066 }
2067
2068 #anon_notice p {
2069 background-color:#FEFFDF;
2070 border-color:#FFFF00;
2071 }
2072
2073
2074 #form_notice .form_note {
2075 color:#CCC;
2076 }
2077
2078 .notice div.entry-content,
2079 .notice div.entry-content a {
2080 color:#999;
2081 }
2082
2083 .notices div.entry-content,
2084 .notices div.notice-options {
2085 opacity:1;
2086 }
2087
2088 #site_nav_local_views {
2089 background-color:#DDFFCC;
2090 }
2091 #site_nav_local_views li,
2092 #aside_primary {
2093 border-color:#BDDCAD;
2094 }
2095 #site_nav_local_views a,
2096 .aside .section h2 {
2097 background-color:transparent;
2098 border-color:transparent;
2099 color:#4C4C4C;
2100 }
2101 #site_nav_local_views .current {
2102 border-left-color:#FFFFFF;
2103 }
2104
2105 #site_nav_local_views .current a,
2106 #site_nav_global_primary,
2107 #footer {
2108 background-color:#FFFFFF;
2109 }
2110 }/*end of @media screen, projection, tv*/
2111
2112
2113 @media print {
2114 a:after { background-color:#FFFFFF; }
2115 a:not([href^="#"]):after { content:" <"attr(href)"> "; }
2116 img { border:none; }
2117 p { orphans: 2; widows: 1; }
2118
2119 #site_nav_global_primary,
2120 #site_nav_local_views,
2121 #form_notice,
2122 .pagination,
2123 #site_nav_global_secondary,
2124 .entity_actions,
2125 .notice-options,
2126 #aside_primary,
2127 .form_subscription_edit .submit {
2128 display:none;
2129 }
2130 .timestamp dt, .timestamp dd,
2131 .device dt, .device dd {
2132 display:inline;
2133 }
2134 .profiles li,
2135 .notices li {
2136 margin-bottom:18px;
2137 }
2138
2139 }/*end of @media print*/