]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/cloudy/css/display.css
4ba4d31c2c8d85c16e10f909ba6854ff1dc7d412
[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://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 * { margin:0; padding:0; }
11 img { display:block; border:0; }
12 a abbr { cursor: pointer; border-bottom:0; }
13 table { border-collapse:collapse; }
14 ol { list-style-position:inside; }
15 html { font-size: 87.5%; }
16 body {
17 background-color:#fff;
18 color:#000;
19 font-family:sans-serif;
20 font-size:1em;
21 line-height:normal;
22 position:relative;
23 height:100%;
24 }
25 h1,h2,h3,h4,h5,h6 {
26 margin-bottom:7px;
27 overflow:hidden;
28 }
29 h1 {
30 font-size:1.4em;
31 margin-bottom:18px;
32 }
33 #showstream h1 { display:none; }
34 h2 { font-size:1.3em; }
35 h3 { font-size:1.2em; }
36 h4 { font-size:1.1em; }
37 h5 { font-size:1em; }
38 h6 { font-size:0.9em; }
39
40 caption {
41 font-weight:bold;
42 }
43 legend {
44 font-weight:bold;
45 font-size:1.3em;
46 }
47 input, textarea, select, option {
48 padding:4px;
49 font-family:sans-serif;
50 font-size:1em;
51 }
52 input, textarea, select {
53 border-width:2px;
54 border-style: solid;
55 border-radius:4px;
56 -moz-border-radius:4px;
57 -webkit-border-radius:4px;
58 }
59
60 input.submit {
61 font-weight:bold;
62 cursor:pointer;
63 }
64 textarea {
65 overflow:auto;
66 }
67 option {
68 padding-bottom:0;
69 }
70 fieldset {
71 padding:0;
72 border:0;
73 }
74 form ul li {
75 list-style-type:none;
76 margin:0 0 18px 0;
77 }
78 form label {
79 font-weight:bold;
80 }
81 input.checkbox {
82 position:relative;
83 top:2px;
84 left:0;
85 border:0;
86 }
87
88 .error,
89 .success {
90 padding:4px 7px;
91 border-radius:4px;
92 -moz-border-radius:4px;
93 -webkit-border-radius:4px;
94 margin-bottom:18px;
95 }
96 form label.submit {
97 display:none;
98 }
99
100 .form_settings {
101 clear:both;
102 }
103
104 .form_settings fieldset {
105 margin-bottom:29px;
106 }
107 .form_settings input.remove {
108 margin-left:11px;
109 }
110 .form_settings .form_data li {
111 width:100%;
112 float:left;
113 }
114 .form_settings .form_data label {
115 float:left;
116 }
117 .form_settings .form_data textarea,
118 .form_settings .form_data select,
119 .form_settings .form_data input {
120 margin-left:11px;
121 float:left;
122 }
123 .form_settings .form_data textarea {
124 width:325px;
125 }
126
127 .form_settings .form_data input.submit {
128 margin-left:0;
129 }
130
131 .form_settings label {
132 margin-top:2px;
133 width:143px;
134 }
135
136 .form_actions label {
137 display:none;
138 }
139 .form_guide {
140 font-style:italic;
141 }
142
143 .form_settings #settings_autosubscribe label {
144 display:inline;
145 font-weight:bold;
146 }
147
148 #form_settings_profile legend,
149 #form_login legend,
150 #form_register legend,
151 #form_password legend,
152 #form_settings_avatar legend,
153 #newgroup legend,
154 #editgroup legend,
155 #form_tag_user legend,
156 #form_remote_subscribe legend,
157 #form_openid_login legend,
158 #form_search legend,
159 #form_invite legend,
160 #form_notice_delete legend,
161 #form_password_recover legend,
162 #form_password_change legend {
163 display:none;
164 }
165
166 .form_settings .form_data p.form_guide {
167 clear:both;
168 margin-left:155px;
169 margin-bottom:0;
170 }
171
172 .form_settings p {
173 margin-bottom:11px;
174 }
175
176 .form_settings input.checkbox {
177 margin-top:0;
178 margin-left:0;
179 }
180 .form_settings label.checkbox {
181 font-weight:normal;
182 margin-top:0;
183 margin-right:0;
184 margin-left:11px;
185 float:left;
186 width:90%;
187 }
188
189
190 #form_login p.form_guide,
191 #form_register #settings_rememberme p.form_guide,
192 #form_openid_login #settings_rememberme p.form_guide,
193 #settings_twitter_remove p.form_guide,
194 #form_search ul.form_data #q {
195 margin-left:0;
196 }
197
198 .form_settings .form_note {
199 border-radius:4px;
200 -moz-border-radius:4px;
201 -webkit-border-radius:4px;
202 padding:0 7px;
203 }
204
205
206 .form_settings input.form_action-primary {
207 padding:0;
208 }
209 .form_settings input.form_action-secondary {
210 margin-left:29px;
211 }
212
213 #form_search .submit {
214 margin-left:11px;
215 }
216
217 address {
218 float:left;
219 margin-bottom:18px;
220 margin-left:18px;
221 }
222 address.vcard img.logo {
223 margin-right:0;
224 }
225 address .fn {
226 font-weight:bold;
227 }
228 address img + .fn {
229 display:none;
230 }
231 address a {
232 text-decoration:none;
233 }
234 address .poweredby {
235 float:left;
236 clear:left;
237 display:block;
238 position:relative;
239 top:7px;
240 margin-right:-47px;
241 }
242
243 #header {
244 width:100%;
245 height:10.5em;
246 position:relative;
247 float:left;
248 padding-top:18px;
249 margin-bottom:11px;
250 z-index:1;
251 }
252
253 #site_nav_global_primary {
254 float:right;
255 margin-right:0;
256 margin-bottom:11px;
257 margin-left:18px;
258 padding-top:7px;
259 padding-bottom:7px;
260 padding-right:11px;
261 -moz-border-radius:4px;
262 border-radius:4px;
263 -webkit-border-radius:4px;
264 }
265 #site_nav_global_primary ul li {
266 display:inline;
267 margin-left:11px;
268 }
269 #site_nav_global_primary a {
270 text-decoration:none;
271 }
272
273 .system_notice dt {
274 font-weight:bold;
275 text-transform:uppercase;
276 display:none;
277 }
278
279 #site_notice {
280 position:absolute;
281 top:65px;
282 right:18px;
283 width:250px;
284 width:24%;
285 }
286 #page_notice {
287 clear:both;
288 margin-bottom:18px;
289 }
290
291
292 #anon_notice {
293 clear:both;
294 width:99.8%;
295 padding-top:36px;
296 line-height:1.5;
297 font-size:1.3em;
298 font-weight:bold;
299 }
300 #anon_notice p {
301 border-style:solid;
302 border-width:1px;
303 width:96%;
304 padding:2%;
305 }
306
307 #footer {
308 float:left;
309 margin-bottom:1em;
310 padding:7px;
311 -moz-border-radius:4px;
312 border-radius:4px;
313 -webkit-border-radius:4px;
314 }
315 #footer a {
316 text-decoration:none;
317 }
318
319 #site_nav_local_views {
320 width:203px;
321 float:right;
322 margin-right:0;
323 -moz-border-radius-topright:4px;
324 border-radius-topright:4px;
325 -webkit-border-top-right-radius:4px;
326 }
327 #site_nav_local_views dt {
328 display:none;
329 }
330 #site_nav_local_views li {
331 list-style-type:none;
332 padding:0;
333 border-width:1px;
334 border-style:solid;
335 border-top:0;
336 border-right:0;
337 }
338 #site_nav_local_views a {
339 text-decoration:none;
340 padding:13px;
341 border-width:1px;
342 border-style:solid;
343 border-bottom:0;
344 text-shadow: 2px 2px 2px #ddd;
345 font-weight:bold;
346 font-size:1em;
347 display:block;
348 }
349 #site_nav_local_views .nav {
350 float:left;
351 width:100%;
352 }
353
354 #site_nav_global_primary dt,
355 #site_nav_global_secondary dt {
356 display:none;
357 }
358
359 #site_nav_global_secondary {
360 margin-bottom:11px;
361 }
362
363 #site_nav_global_secondary ul li {
364 display:inline;
365 margin-right:11px;
366 }
367 #export_data li a {
368 padding-left:20px;
369 }
370 #export_data li a.foaf {
371 padding-left:30px;
372 }
373 #export_data li a.export_vcard {
374 padding-left:28px;
375 }
376
377 #export_data ul {
378 display:inline;
379 }
380 #export_data li {
381 list-style-type:none;
382 display:inline;
383 margin:0 18px 7px 0;
384 float:left;
385 }
386 #export_data li:first-child {
387 margin-left:0;
388 }
389
390 #licenses {
391 font-size:0.9em;
392 }
393
394 #licenses dt {
395 font-weight:bold;
396 display:none;
397 }
398 #licenses dd {
399 margin-bottom:11px;
400 line-height:1.5;
401 }
402
403 #site_content_license_cc {
404 margin-bottom:0;
405 }
406 #site_content_license_cc img {
407 display:inline;
408 vertical-align:top;
409 margin-right:4px;
410 }
411
412 #wrap {
413 margin:0 auto;
414 width: 763px;
415 min-width:760px;
416 max-width:1003px;
417 overflow:hidden;
418 }
419
420 #core {
421 position:relative;
422 width:100%;
423 float:left;
424 margin-bottom:1em;
425 padding-top:10px;
426 }
427
428 #content {
429 width:518px;
430 min-height:322px;
431 padding:20px;
432 float:left;
433 border-radius:4px;
434 -moz-border-radius:4px;
435 -webkit-border-radius:4px;
436 border-radius-topright:0;
437 -moz-border-radius-topright:0;
438 -webkit-border-top-right-radius:0;
439 border-style:solid;
440 border-width:1px;
441 }
442
443 #content_inner {
444 position:relative;
445 width:100%;
446 float:left;
447 }
448
449 #aside_primary {
450 width:182px;
451 min-height:259px;
452 float:left;
453 margin-left:0;
454 padding:10px;
455 border-width:1px;
456 border-style:solid;
457 border-right:0;
458 border-top:0;
459 }
460
461 .form_notice {
462 width:515px;
463 line-height:1;
464 position:absolute;
465 top:200px;
466 left:20px;
467 z-index:9;
468 }
469 .form_notice fieldset {
470 border:0;
471 padding:0;
472 position:relative;
473 }
474 .form_notice legend {
475 display:none;
476 }
477 .form_notice textarea {
478 float:left;
479 border-radius:7px;
480 -moz-border-radius:7px;
481 -webkit-border-radius:7px;
482 width:80.789%;
483 height:67px;
484 line-height:1.5;
485 padding:7px 7px 16px 7px;
486 position:relative;
487 z-index:2;
488 }
489 .form_notice label {
490 display:block;
491 float:left;
492 font-size:1.3em;
493 margin-bottom:7px;
494 }
495 .form_notice label[for=notice_data-attach],
496 .form_notice #notice_data-attach {
497 position:absolute;
498 top:25px;
499 right:10.5%;
500 cursor:pointer;
501 }
502 .form_notice label[for=notice_data-attach] {
503 text-indent:-9999px;
504 width:16px;
505 height:16px;
506 }
507 .form_notice #notice_data-attach {
508 padding:0;
509 height:16px;
510 }
511 .form_notice .form_note {
512 position:absolute;
513 bottom:2px;
514 right:21.715%;
515 z-index:9;
516 }
517 .form_notice .form_note dt {
518 font-weight:bold;
519 display:none;
520 }
521 .form_notice #notice_text-count {
522 font-weight:bold;
523 line-height:1.15;
524 padding:1px 2px;
525 }
526 .form_notice #notice_action-submit {
527 width:14%;
528 height:47px;
529 padding:0;
530 position:absolute;
531 bottom:0;
532 right:0;
533 }
534 .form_notice label[for=to] {
535 margin-top:7px;
536 }
537 .form_notice select[id=to] {
538 margin-bottom:7px;
539 margin-left:18px;
540 float:left;
541 max-width:322px;
542 }
543 .form_notice .error,
544 .form_notice .success {
545 float:left;
546 clear:both;
547 width:81.5%;
548 margin-bottom:0;
549 line-height:1.618;
550 }
551 .form_notice #notice_data-attach_selected code,
552 .form_notice #notice_data-location_name {
553 float:left;
554 width:80%;
555 display:block;
556 overflow:auto;
557 margin-right:2.5%;
558 }
559 .form_notice #notice_data-attach_selected code {
560 font-size:1.1em;
561 }
562 .form_notice #notice_data-attach_selected button.close,
563 .form_notice #notice_data-geo_selected button.close {
564 float:right;
565 font-size:0.8em;
566 }
567
568 .form_notice #notice_data-geo_selected button.minimize {
569 float:left;
570 }
571
572 .form_notice #notice_data-location_wrap label {
573 position:absolute;
574 top:25px;
575 right:4px;
576 left:auto;
577 cursor:pointer;
578 width:16px;
579 height:16px;
580 display:block;
581 }
582 .form_notice #notice_data-location_wrap input {
583 display:none;
584 }
585 .form_notice #notice_data-location_wrap label {
586 font-weight:normal;
587 font-size:1em;
588 margin-bottom:0;
589 text-indent:-9999px;
590 }
591 .form_notice #notice_data-location_name {
592 display:block;
593 padding-left:21px;
594 }
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 .location {
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 position:relative;
906 padding-top:11px;
907 padding-bottom:11px;
908 clear:both;
909 float:left;
910 width:100%;
911 border-top-width:1px;
912 border-top-style:dotted;
913 }
914 .notices li {
915 list-style-type:none;
916 line-height:1.1;
917 min-height:47px;
918 }
919 .notices .notices {
920 margin-top:7px;
921 margin-left:2%;
922 width:98%;
923 float:left;
924 }
925
926 /* NOTICES */
927 #notices_primary {
928 float:left;
929 width:100%;
930 border-radius:7px;
931 -moz-border-radius:7px;
932 -webkit-border-radius:7px;
933 }
934 #notices_primary h2 {
935 display:none;
936 }
937 .notice-data a span {
938 display:block;
939 padding-left:28px;
940 }
941
942 .notice .author {
943 margin-right:11px;
944 }
945
946 .fn {
947 overflow:hidden;
948 }
949
950 .notice .author .fn {
951 font-weight:bold;
952 }
953
954 .notice .author .photo {
955 margin-bottom:0;
956 }
957
958 .vcard .photo {
959 display:inline;
960 margin-right:11px;
961 margin-bottom:11px;
962 float:left;
963 }
964 .vcard .url {
965 text-decoration:none;
966 }
967 .vcard .url:hover {
968 text-decoration:underline;
969 }
970
971 .notice .entry-title {
972 float:left;
973 width:100%;
974 overflow:hidden;
975 }
976 .notice .entry-title.ov {
977 overflow:visible;
978 }
979 #shownotice .notice .entry-title {
980 font-size:2.2em;
981 }
982
983 .notice p.entry-content {
984 display:inline;
985 }
986
987 #content .notice p.entry-content a:visited {
988 border-radius:4px;
989 -moz-border-radius:4px;
990 -webkit-border-radius:4px;
991 }
992 .notice p.entry-content .vcard a {
993 border-radius:4px;
994 -moz-border-radius:4px;
995 -webkit-border-radius:4px;
996 }
997
998 .notice div.entry-content {
999 clear:left;
1000 float:left;
1001 font-size:0.95em;
1002 margin-left:59px;
1003 min-width:60%;
1004 max-width:62%;
1005 }
1006 #showstream .notice div.entry-content,
1007 #shownotice .notice div.entry-content {
1008 margin-left:0;
1009 max-width:77%;
1010 }
1011
1012 .notice .notice-options a,
1013 .notice .notice-options input {
1014 float:left;
1015 font-size:1.025em;
1016 }
1017
1018 .notice div.entry-content .timestamp {
1019 display:inline-block;
1020 }
1021
1022 .entry-content .repeat {
1023 display:block;
1024 }
1025 .entry-content .repeat .photo {
1026 float:none;
1027 margin-right:1px;
1028 position:relative;
1029 top:4px;
1030 left:0;
1031 }
1032
1033 .dialogbox {
1034 position:absolute;
1035 top:-4px;
1036 right:29px;
1037 z-index:9;
1038 min-width:199px;
1039 float:none;
1040 background-color:#FFF;
1041 padding:11px;
1042 border-radius:7px;
1043 -moz-border-radius:7px;
1044 -webkit-border-radius:7px;
1045 border-style:solid;
1046 border-width:1px;
1047 border-color:#DDDDDD;
1048 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
1049 }
1050
1051 .dialogbox legend {
1052 display:block !important;
1053 margin-right:18px;
1054 }
1055
1056 .dialogbox button.close {
1057 position:absolute;
1058 right:3px;
1059 top:3px;
1060 }
1061
1062 .dialogbox .submit_dialogbox {
1063 text-indent:0;
1064 font-weight:bold;
1065 }
1066
1067 .notice-options {
1068 position:relative;
1069 font-size:0.95em;
1070 width:113px;
1071 float:right;
1072 margin-right:4px;
1073 }
1074
1075 .notice-options a {
1076 float:left;
1077 }
1078 .notice-options .notice_reply,
1079 .notice-options .form_repeat,
1080 .notice-options .form_favor,
1081 .notice-options .form_disfavor,
1082 .notice-options .repeated {
1083 float:left;
1084 margin-left:14.2%;
1085 }
1086 .notice-options .form_favor,
1087 .notice-options .form_disfavor {
1088 margin-left:0;
1089 }
1090 .notice-options input,
1091 .notice-options a,
1092 .notice-options .repeated {
1093 text-indent:-9999px;
1094 outline:none;
1095 }
1096 .notice-options input.submit {
1097 display:block;
1098 border:0;
1099 }
1100 .notice-options .notice_reply,
1101 .notice-options .notice_delete {
1102 text-decoration:none;
1103 }
1104 .notice .notice-options .notice_delete {
1105 float:right;
1106 }
1107 .notice-options form input.submit {
1108 width:16px;
1109 height:16px;
1110 padding:0;
1111 border-radius:0;
1112 -moz-border-radius:0;
1113 -webkit-border-radius:0;
1114 }
1115 .notice-options .form_repeat legend,
1116 .notice-options .form_favor legend,
1117 .notice-options .form_disfavor legend {
1118 display:none;
1119 }
1120 .notice-options .form_repeat fieldset,
1121 .notice-options .form_favor fieldset,
1122 .notice-options .form_disfavor fieldset {
1123 border:0;
1124 padding:0;
1125 }
1126 .notice-options a,
1127 .notice-options .repeated {
1128 width:16px;
1129 height:16px;
1130 }
1131
1132 .notice .attachment {
1133 position:relative;
1134 padding-left:16px;
1135 }
1136 #attachments .attachment {
1137 padding-left:0;
1138 }
1139 .notice .attachment img {
1140 position:absolute;
1141 top:18px;
1142 left:0;
1143 z-index:99;
1144 }
1145 #shownotice .notice .attachment img {
1146 position:static;
1147 }
1148
1149 #attachments {
1150 clear:both;
1151 float:left;
1152 width:100%;
1153 margin-top:18px;
1154 }
1155 #attachments dt {
1156 font-weight:bold;
1157 font-size:1.3em;
1158 margin-bottom:4px;
1159 }
1160
1161 #attachments ol li {
1162 margin-bottom:18px;
1163 list-style-type:decimal;
1164 float:left;
1165 clear:both;
1166 }
1167
1168 #jOverlayContent,
1169 #jOverlayContent #content,
1170 #jOverlayContent #content_inner {
1171 width: auto !important;
1172 margin-bottom:0;
1173 }
1174 #jOverlayContent #content {
1175 padding:11px;
1176 min-height:auto;
1177 }
1178 #jOverlayContent .external span {
1179 display:block;
1180 margin-bottom:11px;
1181 }
1182 #jOverlayContent button {
1183 position:absolute;
1184 top:0;
1185 right:0;
1186 width:29px;
1187 height:29px;
1188 text-align:center;
1189 font-weight:bold;
1190 padding:0;
1191 }
1192 #jOverlayContent h1 {
1193 max-width:425px;
1194 }
1195 #jOverlayContent #content {
1196 border-radius:7px;
1197 -moz-border-radius:7px;
1198 -webkit-border-radius:7px;
1199 }
1200 #jOverlayLoading {
1201 top:5%;
1202 left:40%;
1203 }
1204 #attachment_view img {
1205 max-width:480px;
1206 max-height:480px;
1207 }
1208 #attachment_view #oembed_info {
1209 margin-top:11px;
1210 }
1211 #attachment_view #oembed_info dt,
1212 #attachment_view #oembed_info dd {
1213 float:left;
1214 }
1215 #attachment_view #oembed_info dt {
1216 clear:left;
1217 margin-right:11px;
1218 font-weight:bold;
1219 }
1220 #attachment_view #oembed_info dt:after {
1221 content: ":";
1222 }
1223
1224 #usergroups #new_group {
1225 float: left;
1226 margin-right: 2em;
1227 }
1228 #new_group, #group_search {
1229 margin-bottom:18px;
1230 }
1231 #new_group a {
1232 padding-left:20px;
1233 }
1234
1235
1236 #filter_tags {
1237 margin-bottom:11px;
1238 float:left;
1239 }
1240 #filter_tags dt {
1241 display:none;
1242 }
1243 #filter_tags ul {
1244 list-style-type:none;
1245 }
1246 #filter_tags ul li {
1247 float:left;
1248 margin-left:7px;
1249 padding-left:7px;
1250 border-left-width:1px;
1251 border-left-style:solid;
1252 }
1253 #filter_tags ul li.child_1 {
1254 margin-left:0;
1255 border-left:0;
1256 padding-left:0;
1257 }
1258 #filter_tags ul li#filter_tags_all a {
1259 font-weight:bold;
1260 margin-top:7px;
1261 float:left;
1262 }
1263
1264 #filter_tags ul li#filter_tags_item label {
1265 margin-right:7px;
1266 }
1267 #filter_tags ul li#filter_tags_item label,
1268 #filter_tags ul li#filter_tags_item select {
1269 display:inline;
1270 }
1271 #filter_tags ul li#filter_tags_item p {
1272 float:left;
1273 margin-left:38px;
1274 }
1275 #filter_tags ul li#filter_tags_item input {
1276 position:relative;
1277 top:3px;
1278 left:3px;
1279 }
1280
1281
1282
1283 .pagination {
1284 float:left;
1285 clear:both;
1286 width:100%;
1287 margin-top:18px;
1288 }
1289
1290 .pagination dt {
1291 font-weight:bold;
1292 display:none;
1293 }
1294
1295 .pagination .nav {
1296 float:left;
1297 width:100%;
1298 list-style-type:none;
1299 }
1300
1301 .pagination .nav_prev {
1302 float:left;
1303 }
1304 .pagination .nav_next {
1305 float:right;
1306 }
1307
1308 .pagination a {
1309 display:block;
1310 text-decoration:none;
1311 font-weight:bold;
1312 padding:7px;
1313 border-width:1px;
1314 border-style:solid;
1315 -moz-border-radius:7px;
1316 -webkit-border-radius:7px;
1317 border-radius:7px;
1318 }
1319
1320 .pagination .nav_prev a {
1321 padding-left:30px;
1322 }
1323 .pagination .nav_next a {
1324 padding-right:30px;
1325 }
1326 /* END: NOTICE */
1327
1328
1329 .hentry .entry-content p {
1330 margin-bottom:18px;
1331 }
1332 .hentry entry-content ol,
1333 .hentry .entry-content ul {
1334 list-style-position:inside;
1335 }
1336 .hentry .entry-content li {
1337 margin-bottom:18px;
1338 }
1339 .hentry .entry-content li li {
1340 margin-left:18px;
1341 }
1342
1343
1344
1345
1346 /* TOP_POSTERS */
1347 .section tbody td {
1348 padding-right:11px;
1349 padding-bottom:11px;
1350 }
1351 .section .vcard .photo {
1352 margin-right:7px;
1353 margin-bottom:0;
1354 }
1355
1356 .section .notice {
1357 padding-top:7px;
1358 padding-bottom:7px;
1359 border-top:0;
1360 }
1361
1362 .section .notice:first-child {
1363 padding-top:0;
1364 }
1365
1366 .section .notice .author {
1367 margin-right:0;
1368 }
1369 .section .notice .author .fn {
1370 display:none;
1371 }
1372
1373
1374 /* tagcloud */
1375 .tag-cloud {
1376 list-style-type:none;
1377 text-align:center;
1378 }
1379 .aside .tag-cloud {
1380 font-size:0.8em;
1381 }
1382 .tag-cloud li {
1383 display:inline;
1384 margin-right:7px;
1385 line-height:1.25;
1386 }
1387 .aside .tag-cloud li {
1388 line-height:1.5;
1389 }
1390 .tag-cloud li a {
1391 text-decoration:none;
1392 }
1393 #tagcloud.section dt {
1394 text-transform:uppercase;
1395 font-weight:bold;
1396 }
1397 .tag-cloud-1 {
1398 font-size:1em;
1399 }
1400 .tag-cloud-2 {
1401 font-size:1.25em;
1402 }
1403 .tag-cloud-3 {
1404 font-size:1.75em;
1405 }
1406 .tag-cloud-4 {
1407 font-size:2em;
1408 }
1409 .tag-cloud-5 {
1410 font-size:2.25em;
1411 }
1412 .tag-cloud-6 {
1413 font-size:2.75em;
1414 }
1415 .tag-cloud-7 {
1416 font-size:3.25em;
1417 }
1418
1419 #publictagcloud #tagcloud.section dt {
1420 display:none;
1421 }
1422
1423 #form_settings_photo .form_data {
1424 clear:both;
1425 }
1426
1427 #form_settings_avatar li {
1428 width:auto;
1429 }
1430 #form_settings_avatar input {
1431 margin-left:0;
1432 }
1433 #avatar_original,
1434 #avatar_preview {
1435 float:left;
1436 }
1437 #avatar_preview {
1438 margin-left:29px;
1439 }
1440 #avatar_preview_view {
1441 height:96px;
1442 width:96px;
1443 margin-bottom:18px;
1444 overflow:hidden;
1445 }
1446
1447 #settings_attach,
1448 #form_settings_avatar .form_actions {
1449 clear:both;
1450 }
1451
1452 #form_settings_avatar .form_actions {
1453 margin-bottom:0;
1454 }
1455
1456 #settings_design_background-image img {
1457 max-width:480px;
1458 max-height:480px;
1459 }
1460
1461 #settings_design_color .form_data,
1462 #color-picker {
1463 float:left;
1464 }
1465 #settings_design_color .form_data {
1466 width:400px;
1467 margin-right:1%;
1468 }
1469
1470 #settings_design_color .form_data li {
1471 width:33%;
1472 }
1473 #settings_design_color .form_data label {
1474 float:none;
1475 display:block;
1476 }
1477 #settings_design_color .form_data .swatch {
1478 padding:11px;
1479 margin-left:0;
1480 width:auto;
1481 }
1482
1483 .instructions ul {
1484 list-style-position:inside;
1485 }
1486 .instructions p,
1487 .instructions ul {
1488 margin-bottom:18px;
1489 }
1490 .help dt {
1491 display:none;
1492 }
1493 .guide {
1494 clear:both;
1495 }
1496 #bookmarklet address {
1497 display:none;
1498 }
1499 #bookmarklet .form_notice {
1500 width:auto;
1501 }
1502 #bookmarklet #wrap {
1503 min-width:0;
1504 }
1505
1506 #public.user_in #content,
1507 #groups.user_in #content,
1508 #publictagcloud.user_in #content,
1509 #featured.user_in #content,
1510 #favorited.user_in #content,
1511 #all.user_in #content,
1512 #replies.user_in #content,
1513 #showstream.user_in #content,
1514 #showfavorites.user_in #content,
1515 #inbox.user_in #content,
1516 #outbox.user_in #content,
1517 #subscriptions.user_in #content,
1518 #subscribers.user_in #content,
1519 #showgroup.user_in #content,
1520 #conversation.user_in #content,
1521 #attachment.user_in #content,
1522 #siteadminpanel.user_in #content,
1523 #designadminpanel.user_in #content,
1524 #useradminpanel.user_in #content,
1525 #pathsadminpanel.user_in #content,
1526 #adminprofileflag.user_in #content {
1527 padding-top:12.5em;
1528 }
1529
1530 #profilesettings #form_notice,
1531 #avatarsettings #form_notice,
1532 #passwordsettings #form_notice,
1533 #emailsettings #form_notice,
1534 #openidsettings #form_notice,
1535 #othersettings #form_notice,
1536 #smssettings #form_notice,
1537 #twittersettings #form_notice,
1538 #imsettings #form_notice,
1539 #userdesignsettings #form_notice,
1540 #groupdesignsettings #form_notice,
1541 #grouplogo #form_notice,
1542 #editgroup #form_notice,
1543 #blockedfromgroup #form_notice,
1544 #groupmembers #form_notice,
1545 #doc #form_notice,
1546 #usergroups #form_notice,
1547 #invite #form_notice,
1548 #deletenotice #form_notice,
1549 #newgroup #form_notice,
1550 #register #form_notice,
1551 #shownotice #form_notice,
1552 #confirmaddress #form_notice,
1553 #tag #form_notice {
1554 display:none;
1555 }
1556
1557 #public #core,
1558 #showstream #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 .entity_subscribe a,
1633 .entity_moderation p,
1634 .entity_sandbox input.submit,
1635 .entity_silence input.submit,
1636 .entity_delete input.submit,
1637 .notice-options .repeated,
1638 .form_notice a#notice_data-location_name,
1639 .form_notice label[for=notice_data-geo],
1640 button.minimize {
1641 background-image:url(../../base/images/icons/icons-01.gif);
1642 background-repeat:no-repeat;
1643 background-color:transparent;
1644 }
1645
1646 #wrap form.processing input.submit,
1647 .entity_actions a.processing {
1648 background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
1649 cursor:wait;
1650 text-indent:-9999px;
1651 outline:none;
1652 }
1653 .processing {
1654 background-image:url(../../base/images/icons/icon_processing.gif);
1655 background-repeat:no-repeat;
1656 background-position:47% 47%;
1657 }
1658
1659 button.close {
1660 background-position:0 -1120px;
1661 }
1662 button.minimize {
1663 background-position:0 -1912px;
1664 }
1665
1666 input.submit,
1667 .form_notice.warning #notice_text-count,
1668 .form_settings .form_note,
1669 .entity_actions a,
1670 .entity_actions input,
1671 .entity_moderation p,
1672 button {
1673 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1674 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1675 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1676 }
1677 .entity_actions a,
1678 .entity_actions input,
1679 .entity_actions p {
1680 border-color:transparent;
1681 background-color:transparent;
1682 }
1683 input:focus, textarea:focus, select:focus,
1684 .form_notice.warning #notice_data-text,
1685 .form_notice.warning #notice_text-count,
1686 .form_settings .form_note {
1687 border-color:#9BB43E;
1688 }
1689 input.submit {
1690 color:#FFFFFF;
1691 }
1692 .entity_actions a,
1693 .entity_actions input,
1694 .entity_actions p {
1695 border-color:transparent;
1696 background-color:transparent;
1697 }
1698 input:focus, textarea:focus, select:focus,
1699 .form_notice.warning #notice_data-text,
1700 .form_notice.warning #notice_text-count,
1701 .form_settings .form_note {
1702 border-color:#9BB43E;
1703 }
1704 input.submit {
1705 color:#FFFFFF;
1706 }
1707 .entity_actions input.submit {
1708 border-color:transparent;
1709 text-shadow:none;
1710 }
1711 .dialogbox .submit_dialogbox,
1712 input.submit,
1713 .form_notice input.submit {
1714 background:#AAAAAA url(../../base/images/illustrations/illu_pattern-01.png) 0 0 repeat-x;
1715 text-shadow:0 1px 0 #FFFFFF;
1716 color:#000000;
1717 border-color:#AAAAAA;
1718 border-top-color:#CCCCCC;
1719 border-left-color:#CCCCCC;
1720 }
1721 .dialogbox .submit_dialogbox:hover,
1722 input.submit:hover {
1723 background-position:0 -5px;
1724 }
1725 .dialogbox .submit_dialogbox:focus,
1726 input.submit:focus {
1727 background-position:0 -15px;
1728 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
1729 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
1730 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
1731 text-shadow:none;
1732 }
1733
1734 .form_notice span#notice_data-location_name {
1735 background-position:0 47%;
1736 }
1737 .form_notice a#notice_data-location_name {
1738 background-position:0 -1711px;
1739 }
1740 .form_notice label[for=notice_data-geo] {
1741 background-position:0 -1780px;
1742 }
1743 .form_notice label[for=notice_data-geo].checked {
1744 background-position:0 -1846px;
1745 }
1746
1747 a,
1748 .form_settings input.form_action-primary,
1749 .notice-options input,
1750 .entity_actions a,
1751 .entity_actions input,
1752 .entity_moderation p {
1753 color:#0084B4;
1754 }
1755
1756 .notice,
1757 .profile {
1758 border-top-color:#CEE1E9;
1759 }
1760 .notice,
1761 .profile {
1762 border-top-color:#DDFFCC;
1763 }
1764 .section .profile {
1765 border-top-color:#87B4C8;
1766 }
1767 .mark-top {
1768 border-color:#AAAAAA;
1769 }
1770
1771 #aside_primary {
1772 background-color:#DDFFCC;
1773 }
1774
1775 #notice_text-count {
1776 color:#000000;
1777 }
1778 #form_notice.warning #notice_text-count {
1779 color:#000000;
1780 }
1781 #form_notice label[for=notice_data-attach] {
1782 background:transparent url(../../base/images/icons/twotone/green/clip-01.gif) no-repeat 0 45%;
1783 }
1784 #form_notice #notice_data-attach {
1785 opacity:0;
1786 }
1787
1788 #form_notice.processing #notice_action-submit {
1789 background:#fff url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
1790 cursor:wait;
1791 text-indent:-9999px;
1792 }
1793
1794 #content,
1795 #site_nav_local_views a,
1796 #aside_primary {
1797 border-color:#FFFFFF;
1798 }
1799 #content,
1800 #site_nav_local_views .current a,
1801 .entity_send-a-message .form_notice,
1802 .entity_moderation:hover ul {
1803 background-color:#FFFFFF;
1804 }
1805
1806 #site_nav_local_views a {
1807 background-color:rgba(135, 180, 200, 0.3);
1808 }
1809 #site_nav_local_views a:hover {
1810 background-color:rgba(255, 255, 255, 0.7);
1811 }
1812
1813
1814 .error {
1815 background-color:#F7E8E8;
1816 }
1817 .success {
1818 background-color:#EFF3DC;
1819 }
1820
1821
1822 #anon_notice {
1823 background-color:#FEFFDF;
1824 color:#333;
1825 border-color:#fff;
1826 }
1827
1828 #showstream #anon_notice {
1829 background-color:#FEFFDF;
1830 }
1831
1832
1833 #export_data li a {
1834 background-repeat:no-repeat;
1835 background-position:0 45%;
1836 }
1837 #export_data li a.rss {
1838 background-position:0 -130px;
1839 }
1840 #export_data li a.atom {
1841 background-position:0 -64px;
1842 }
1843 #export_data li a.foaf {
1844 background-position:0 1px;
1845 }
1846
1847 .form_group_join input.submit,
1848 .form_group_leave input.submit,
1849 .form_user_subscribe input.submit,
1850 .form_user_unsubscribe input.submit,
1851 .entity_subscribe a {
1852 background-color:#AAAAAA;
1853 color:#FFFFFF;
1854 }
1855 .form_group_leave input.submit,
1856 .form_user_unsubscribe input.submit {
1857 background-position:5px -1246px;
1858 }
1859 .form_group_join input.submit,
1860 .form_user_subscribe input.submit,
1861 .entity_subscribe a {
1862 background-position:5px -1181px;
1863 }
1864
1865 .entity_edit a {
1866 background-position: 5px -718px;
1867 }
1868 .entity_send-a-message a {
1869 background-position: 5px -852px;
1870 }
1871 .entity_send-a-message .form_notice,
1872 .entity_moderation:hover ul {
1873 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
1874 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
1875 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
1876 }
1877
1878 .entity_nudge p,
1879 .form_user_nudge input.submit {
1880 background-position: 5px -785px;
1881 }
1882 .form_user_block input.submit,
1883 .form_user_unblock input.submit,
1884 .form_group_block input.submit,
1885 .form_group_unblock input.submit {
1886 background-position: 5px -918px;
1887 }
1888 .form_make_admin input.submit {
1889 background-position: 5px -983px;
1890 }
1891 .entity_moderation p {
1892 background-position: 5px -1313px;
1893 }
1894 .entity_sandbox input.submit {
1895 background-position: 5px -1380px;
1896 }
1897 .entity_silence input.submit {
1898 background-position: 5px -1445px;
1899 }
1900 .entity_delete input.submit {
1901 background-position: 5px -1511px;
1902 }
1903
1904
1905 /* NOTICES */
1906 .notice .attachment {
1907 background-position:0 -394px;
1908 }
1909 #attachments .attachment {
1910 background:none;
1911 }
1912 .notice-options .notice_reply {
1913 background-position:0 -592px;
1914 }
1915 .notice-options form.form_favor input.submit {
1916 background-position:0 -460px;
1917 }
1918 .notice-options form.form_disfavor input.submit {
1919 background-position:0 -526px;
1920 }
1921 .notice-options .notice_delete {
1922 background-position:0 -658px;
1923 }
1924 .notice-options form.form_repeat input.submit {
1925 background-position:0 -1582px;
1926 }
1927 .notice-options .repeated {
1928 background-position:0 -1648px;
1929 }
1930
1931 .notices div.entry-content,
1932 .notices div.notice-options {
1933 opacity:0.4;
1934 }
1935 .notices li:hover div.entry-content,
1936 .notices li:hover div.notice-options {
1937 opacity:1;
1938 }
1939 .opaque {
1940 opacity:1 !important;
1941 }
1942 .notices .notices {
1943 background-color:rgba(200, 200, 200, 0.050);
1944 }
1945 .notices .notices .notices {
1946 background-color:rgba(200, 200, 200, 0.100);
1947 }
1948 .notices .notices .notices .notices {
1949 background-color:rgba(200, 200, 200, 0.150);
1950 }
1951 .notices .notices .notices .notices .notices {
1952 background-color:rgba(200, 200, 200, 0.300);
1953 }
1954 .notice-options a,
1955 .notice-options input {
1956 font-family:sans-serif;
1957 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1958 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1959 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1960 }
1961 #content .notices li:hover {
1962 background-color:rgba(240, 240, 240, 0.2);
1963 }
1964 #conversation .notices li:hover {
1965 background-color:transparent;
1966 }
1967
1968 div.entry-content {
1969 color:#333;
1970 }
1971 div.notice-options a,
1972 div.notice-options input {
1973 font-family:sans-serif;
1974 }
1975 #content .notices li:hover {
1976 background-color:rgba(240, 240, 240, 0.2);
1977 }
1978 #conversation .notices li:hover {
1979 background-color:transparent;
1980 }
1981 /*END: NOTICES */
1982
1983
1984 #new_group a {
1985 background-position:0 -1054px;
1986 }
1987
1988 .pagination .nav_prev a,
1989 .pagination .nav_next a {
1990 background-repeat:no-repeat;
1991 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1992 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1993 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1994 }
1995 .pagination .nav_prev a {
1996 background-position:10% -187px;
1997 }
1998 .pagination .nav_next a {
1999 background-position:105% -252px;
2000 }
2001 .pagination .nav .processing {
2002 background-image:url(../../base/images/icons/icon_processing.gif);
2003 box-shadow:none;
2004 -moz-box-shadow:none;
2005 -webkit-box-shadow:none;
2006 outline:none;
2007 }
2008 .pagination .nav_next a.processing {
2009 background-position:90% 47%;
2010 }
2011 .pagination .nav_prev a.processing {
2012 background-position:10% 47%;
2013 }
2014
2015
2016 /*--------------------------------------*/
2017
2018 #anon_notice {
2019 background:url(../images/illustrations/illu_unicorn-01.png) no-repeat 0 0;
2020 }
2021 #showstream #anon_notice,
2022 #content .notice p.entry-content a:visited,
2023 content .notice p.entry-content .vcard a {
2024 background-color:transparent;
2025 }
2026
2027 #anon_notice p {
2028 background-color:#FEFFDF;
2029 border-color:#FFFF00;
2030 }
2031
2032
2033 #form_notice .form_note {
2034 color:#CCC;
2035 }
2036
2037 .notice div.entry-content,
2038 .notice div.entry-content a {
2039 color:#999;
2040 }
2041
2042 .notices div.entry-content,
2043 .notices div.notice-options {
2044 opacity:1;
2045 }
2046
2047 #site_nav_local_views {
2048 background-color:#DDFFCC;
2049 }
2050 #site_nav_local_views li,
2051 #aside_primary {
2052 border-color:#BDDCAD;
2053 }
2054 #site_nav_local_views a,
2055 .aside .section h2 {
2056 background-color:transparent;
2057 border-color:transparent;
2058 color:#4C4C4C;
2059 }
2060 #site_nav_local_views .current {
2061 border-left-color:#FFFFFF;
2062 }
2063
2064 #site_nav_local_views .current a,
2065 #site_nav_global_primary,
2066 #footer {
2067 background-color:#FFFFFF;
2068 }
2069