]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/cloudy/css/display.css
Merge branch 'inblob' of git@gitorious.org:~evan/statusnet/evans-mainline into inblob
[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-geo_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-geo_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-geo_wrap input {
583 display:none;
584 }
585 .form_notice #notice_data-geo_wrap label {
586 font-weight:normal;
587 font-size:1em;
588 margin-bottom:0;
589 text-indent:-9999px;
590 }
591 .form_notice #notice_data-geo_name {
592 display:block;
593 padding-left:21px;
594 }
595 button.close,
596 button.minimize {
597 width:16px;
598 height:16px;
599 text-indent:-9999px;
600 padding:0;
601 border:0;
602 text-align:center;
603 font-weight:bold;
604 cursor:pointer;
605 }
606
607 /* entity_profile */
608 .entity_profile {
609 position:relative;
610 width:68%;
611 min-height:123px;
612 float:left;
613 margin-bottom:18px;
614 margin-left:0;
615 overflow:hidden;
616 }
617 .entity_profile dt,
618 #entity_statistics dt {
619 font-weight:bold;
620 }
621 .entity_profile dd {
622 display:inline;
623 }
624
625 .entity_profile .entity_depiction {
626 float:left;
627 width:96px;
628 margin-right:18px;
629 margin-bottom:18px;
630 }
631
632 .entity_profile .entity_fn,
633 .entity_profile .entity_nickname,
634 .entity_profile .entity_location,
635 .entity_profile .entity_url,
636 .entity_profile .entity_note,
637 .entity_profile .entity_tags,
638 .entity_profile .entity_aliases {
639 margin-left:113px;
640 margin-bottom:4px;
641 }
642
643 .entity_profile .entity_fn,
644 .entity_profile .entity_nickname {
645 margin-left:11px;
646 display:inline;
647 }
648 .entity_profile .entity_nickname {
649 margin-left:0;
650 }
651 .entity_profile .fn,
652 .entity_profile .nickname {
653 font-size:1.1em;
654 font-weight:bold;
655 }
656 .entity_profile .fn:before {
657 content: "(";
658 font-weight:normal;
659 }
660 .entity_profile .fn:after {
661 content: ")";
662 font-weight:normal;
663 }
664 .entity_profile .nickname:after,
665 .entity_profile .nickname:before {
666 content:"";
667 }
668 .entity_profile dt,
669 .entity_profile h2 {
670 display:none;
671 }
672 .entity_profile .role {
673 margin-left:11px;
674 font-style:italic;
675 }
676 /* entity_profile */
677
678
679 /*entity_actions*/
680 .entity_actions {
681 float:right;
682 margin-left:2%;
683 margin-bottom:18px;
684 min-width:21%;
685 }
686 .entity_actions h2 {
687 display:none;
688 }
689 .entity_actions ul {
690 list-style-type:none;
691 }
692 .entity_actions li {
693 margin-bottom:7px;
694 }
695 .entity_actions li:first-child {
696 border-top:0;
697 }
698 .entity_actions fieldset {
699 border:0;
700 padding:0;
701 }
702 .entity_actions legend {
703 display:none;
704 }
705
706 .entity_actions input.submit {
707 display:block;
708 text-align:left;
709 width:100%;
710 }
711 .entity_actions a {
712 text-decoration:none;
713 font-weight:bold;
714 display:block;
715 }
716 .entity_actions a,
717 .entity_actions input {
718 border-radius:4px;
719 -moz-border-radius:4px;
720 -webkit-border-radius:4px;
721 }
722
723 .entity_actions a,
724 .entity_actions input,
725 .entity_actions p {
726 border-width:2px;
727 border-style:solid;
728 padding-left:23px;
729 }
730
731 .entity_actions a,
732 .entity_actions p {
733 padding:2px 4px 1px 26px;
734 }
735
736 .entity_actions .accept {
737 margin-bottom:18px;
738 }
739
740 .entity_send-a-message button {
741 position:absolute;
742 top:3px;
743 right:3px;
744 }
745
746 .entity_send-a-message .form_notice {
747 position:absolute;
748 top:34px;
749 right:-1px;
750 padding:1.795%;
751 width:92%;
752 z-index:2;
753  border-radius:7px;
754 -moz-border-radius:7px;
755 -webkit-border-radius:7px;
756 border-width:1px;
757 border-style:solid;
758 }
759 .entity_send-a-message .form_notice legend {
760 display:block;
761 margin-bottom:11px;
762 }
763
764 .entity_send-a-message .form_notice label,
765 .entity_send-a-message .form_notice select {
766 display:none;
767 }
768 .entity_send-a-message .form_notice input.submit {
769 text-align:center;
770 }
771
772 .entity_moderation {
773 position:relative;
774 }
775 .entity_moderation p {
776 border-radius:4px;
777 -moz-border-radius:4px;
778 -webkit-border-radius:4px;
779 font-weight:bold;
780 padding-bottom:2px;
781 margin-bottom:7px;
782 }
783 .entity_moderation ul {
784 display:none;
785 }
786 .entity_moderation:hover ul {
787 display:block;
788 min-width:21%;
789 width:100%;
790 padding:11px;
791 position:absolute;
792 top:-1px;
793 right:-1px;
794 z-index:1;
795 border-width:1px;
796 border-style:solid;
797 border-radius:7px;
798 -moz-border-radius:7px;
799 -webkit-border-radius:7px;
800 }
801
802 .entity_tags ul {
803 list-style-type:none;
804 display:inline;
805 }
806 .entity_tags li {
807 display:inline;
808 margin-right:4px;
809 }
810
811 .aside .section {
812 margin-bottom:18px;
813 clear:both;
814 float:left;
815 width:100%;
816 }
817 .aside .section h2 {
818 font-size:110%;
819 text-transform:none;
820 }
821
822 #entity_statistics dt,
823 #entity_statistics dd {
824 display:inline;
825 }
826 #entity_statistics dt:after {
827 content: ":";
828 }
829
830 .section ul.entities {
831 float:left;
832 width:100%;
833 }
834 .section .entities li {
835 list-style-type:none;
836 float:left;
837 margin-right:7px;
838 margin-bottom:7px;
839 }
840 .section .entities li .photo {
841 margin-right:0;
842 margin-bottom:0;
843 }
844 .section .entities li .fn {
845 display:none;
846 }
847
848 .aside .section p,
849 .aside .section .more {
850 clear:both;
851 }
852
853 .profile .entity_profile {
854 margin-bottom:0;
855 min-height:60px;
856 }
857
858 .profile .form_group_join legend,
859 .profile .form_group_leave legend,
860 .profile .form_user_subscribe legend,
861 .profile .form_user_unsubscribe legend {
862 display:none;
863 }
864
865 .profiles {
866 list-style-type:none;
867 }
868 .profile .entity_profile .fn.nickname,
869 .profile .entity_profile .url[rel~=contact] {
870 margin-left:0;
871 display:inline;
872 }
873
874 .profile .entity_profile .fn,
875 .profile .entity_profile .location {
876 margin-left:11px;
877 margin-bottom:4px;
878 width:auto;
879 clear:none;
880 }
881
882 .profile .entity_profile .note,
883 .profile .entity_profile .url,
884 .profile .entity_profile .entity_tags,
885 .profile .entity_profile .form_subscription_edit {
886 margin-left:59px;
887 clear:none;
888 display:block;
889 width:auto;
890 }
891 .profile .entity_profile .entity_tags dt {
892 display:inline;
893 margin-right:11px;
894 }
895
896 .profile .entity_profile .form_subscription_edit label {
897 font-weight:normal;
898 margin-right:11px;
899 }
900
901 /* NOTICE */
902 .notice,
903 .profile {
904 position:relative;
905 padding-top:11px;
906 padding-bottom:11px;
907 clear:both;
908 float:left;
909 width:100%;
910 border-top-width:1px;
911 border-top-style:dotted;
912 }
913 .notices li {
914 list-style-type:none;
915 line-height:1.1;
916 min-height:47px;
917 }
918 .notices .notices {
919 margin-top:7px;
920 margin-left:2%;
921 width:98%;
922 float:left;
923 }
924
925 /* NOTICES */
926 #notices_primary {
927 float:left;
928 width:100%;
929 border-radius:7px;
930 -moz-border-radius:7px;
931 -webkit-border-radius:7px;
932 }
933 #notices_primary h2 {
934 display:none;
935 }
936 .notice-data a span {
937 display:block;
938 padding-left:28px;
939 }
940
941 .notice .author {
942 margin-right:11px;
943 }
944
945 .fn {
946 overflow:hidden;
947 }
948
949 .notice .author .fn {
950 font-weight:bold;
951 }
952
953 .notice .author .photo {
954 margin-bottom:0;
955 }
956
957 .vcard .photo {
958 display:inline;
959 margin-right:11px;
960 margin-bottom:11px;
961 float:left;
962 }
963 .vcard .url {
964 text-decoration:none;
965 }
966 .vcard .url:hover {
967 text-decoration:underline;
968 }
969
970 .notice .entry-title {
971 float:left;
972 width:100%;
973 overflow:hidden;
974 }
975 .notice .entry-title.ov {
976 overflow:visible;
977 }
978 #shownotice .notice .entry-title {
979 font-size:2.2em;
980 }
981
982 .notice p.entry-content {
983 display:inline;
984 }
985
986 #content .notice p.entry-content a:visited {
987 border-radius:4px;
988 -moz-border-radius:4px;
989 -webkit-border-radius:4px;
990 }
991 .notice p.entry-content .vcard a {
992 border-radius:4px;
993 -moz-border-radius:4px;
994 -webkit-border-radius:4px;
995 }
996
997 .notice div.entry-content {
998 clear:left;
999 float:left;
1000 font-size:0.95em;
1001 margin-left:59px;
1002 min-width:60%;
1003 max-width:62%;
1004 }
1005 #showstream .notice div.entry-content,
1006 #shownotice .notice div.entry-content {
1007 margin-left:0;
1008 max-width:77%;
1009 }
1010
1011 .notice .notice-options a,
1012 .notice .notice-options input {
1013 float:left;
1014 font-size:1.025em;
1015 }
1016
1017 .notice div.entry-content .timestamp {
1018 display:inline-block;
1019 }
1020
1021 .entry-content .repeat {
1022 display:block;
1023 }
1024 .entry-content .repeat .photo {
1025 float:none;
1026 margin-right:1px;
1027 position:relative;
1028 top:4px;
1029 left:0;
1030 }
1031
1032 .dialogbox {
1033 position:absolute;
1034 top:-4px;
1035 right:29px;
1036 z-index:9;
1037 min-width:199px;
1038 float:none;
1039 background-color:#FFF;
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 border-color:#DDDDDD;
1047 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
1048 }
1049
1050 .dialogbox legend {
1051 display:block !important;
1052 margin-right:18px;
1053 }
1054
1055 .dialogbox button.close {
1056 position:absolute;
1057 right:3px;
1058 top:3px;
1059 }
1060
1061 .dialogbox .submit_dialogbox {
1062 text-indent:0;
1063 font-weight:bold;
1064 }
1065
1066 .notice-options {
1067 position:relative;
1068 font-size:0.95em;
1069 width:113px;
1070 float:right;
1071 margin-right:4px;
1072 }
1073
1074 .notice-options a {
1075 float:left;
1076 }
1077 .notice-options .notice_reply,
1078 .notice-options .form_repeat,
1079 .notice-options .form_favor,
1080 .notice-options .form_disfavor,
1081 .notice-options .repeated {
1082 float:left;
1083 margin-left:14.2%;
1084 }
1085 .notice-options .form_favor,
1086 .notice-options .form_disfavor {
1087 margin-left:0;
1088 }
1089 .notice-options input,
1090 .notice-options a,
1091 .notice-options .repeated {
1092 text-indent:-9999px;
1093 outline:none;
1094 }
1095 .notice-options input.submit {
1096 display:block;
1097 border:0;
1098 }
1099 .notice-options .notice_reply,
1100 .notice-options .notice_delete {
1101 text-decoration:none;
1102 }
1103 .notice .notice-options .notice_delete {
1104 float:right;
1105 }
1106 .notice-options form input.submit {
1107 width:16px;
1108 height:16px;
1109 padding:0;
1110 border-radius:0;
1111 -moz-border-radius:0;
1112 -webkit-border-radius:0;
1113 }
1114 .notice-options .form_repeat legend,
1115 .notice-options .form_favor legend,
1116 .notice-options .form_disfavor legend {
1117 display:none;
1118 }
1119 .notice-options .form_repeat fieldset,
1120 .notice-options .form_favor fieldset,
1121 .notice-options .form_disfavor fieldset {
1122 border:0;
1123 padding:0;
1124 }
1125 .notice-options a,
1126 .notice-options .repeated {
1127 width:16px;
1128 height:16px;
1129 }
1130
1131 .notice .attachment {
1132 position:relative;
1133 padding-left:16px;
1134 }
1135 #attachments .attachment {
1136 padding-left:0;
1137 }
1138 .notice .attachment img {
1139 position:absolute;
1140 top:18px;
1141 left:0;
1142 z-index:99;
1143 }
1144 #shownotice .notice .attachment img {
1145 position:static;
1146 }
1147
1148 #attachments {
1149 clear:both;
1150 float:left;
1151 width:100%;
1152 margin-top:18px;
1153 }
1154 #attachments dt {
1155 font-weight:bold;
1156 font-size:1.3em;
1157 margin-bottom:4px;
1158 }
1159
1160 #attachments ol li {
1161 margin-bottom:18px;
1162 list-style-type:decimal;
1163 float:left;
1164 clear:both;
1165 }
1166
1167 #jOverlayContent,
1168 #jOverlayContent #content,
1169 #jOverlayContent #content_inner {
1170 width: auto !important;
1171 margin-bottom:0;
1172 }
1173 #jOverlayContent #content {
1174 padding:11px;
1175 min-height:auto;
1176 }
1177 #jOverlayContent .external span {
1178 display:block;
1179 margin-bottom:11px;
1180 }
1181 #jOverlayContent button {
1182 position:absolute;
1183 top:0;
1184 right:0;
1185 width:29px;
1186 height:29px;
1187 text-align:center;
1188 font-weight:bold;
1189 padding:0;
1190 }
1191 #jOverlayContent h1 {
1192 max-width:425px;
1193 }
1194 #jOverlayContent #content {
1195 border-radius:7px;
1196 -moz-border-radius:7px;
1197 -webkit-border-radius:7px;
1198 }
1199 #jOverlayLoading {
1200 top:5%;
1201 left:40%;
1202 }
1203 #attachment_view img {
1204 max-width:480px;
1205 max-height:480px;
1206 }
1207 #attachment_view #oembed_info {
1208 margin-top:11px;
1209 }
1210 #attachment_view #oembed_info dt,
1211 #attachment_view #oembed_info dd {
1212 float:left;
1213 }
1214 #attachment_view #oembed_info dt {
1215 clear:left;
1216 margin-right:11px;
1217 font-weight:bold;
1218 }
1219 #attachment_view #oembed_info dt:after {
1220 content: ":";
1221 }
1222
1223 #usergroups #new_group {
1224 float: left;
1225 margin-right: 2em;
1226 }
1227 #new_group, #group_search {
1228 margin-bottom:18px;
1229 }
1230 #new_group a {
1231 padding-left:20px;
1232 }
1233
1234
1235 #filter_tags {
1236 margin-bottom:11px;
1237 float:left;
1238 }
1239 #filter_tags dt {
1240 display:none;
1241 }
1242 #filter_tags ul {
1243 list-style-type:none;
1244 }
1245 #filter_tags ul li {
1246 float:left;
1247 margin-left:7px;
1248 padding-left:7px;
1249 border-left-width:1px;
1250 border-left-style:solid;
1251 }
1252 #filter_tags ul li.child_1 {
1253 margin-left:0;
1254 border-left:0;
1255 padding-left:0;
1256 }
1257 #filter_tags ul li#filter_tags_all a {
1258 font-weight:bold;
1259 margin-top:7px;
1260 float:left;
1261 }
1262
1263 #filter_tags ul li#filter_tags_item label {
1264 margin-right:7px;
1265 }
1266 #filter_tags ul li#filter_tags_item label,
1267 #filter_tags ul li#filter_tags_item select {
1268 display:inline;
1269 }
1270 #filter_tags ul li#filter_tags_item p {
1271 float:left;
1272 margin-left:38px;
1273 }
1274 #filter_tags ul li#filter_tags_item input {
1275 position:relative;
1276 top:3px;
1277 left:3px;
1278 }
1279
1280
1281
1282 .pagination {
1283 float:left;
1284 clear:both;
1285 width:100%;
1286 margin-top:18px;
1287 }
1288
1289 .pagination dt {
1290 font-weight:bold;
1291 display:none;
1292 }
1293
1294 .pagination .nav {
1295 float:left;
1296 width:100%;
1297 list-style-type:none;
1298 }
1299
1300 .pagination .nav_prev {
1301 float:left;
1302 }
1303 .pagination .nav_next {
1304 float:right;
1305 }
1306
1307 .pagination a {
1308 display:block;
1309 text-decoration:none;
1310 font-weight:bold;
1311 padding:7px;
1312 border-width:1px;
1313 border-style:solid;
1314 -moz-border-radius:7px;
1315 -webkit-border-radius:7px;
1316 border-radius:7px;
1317 }
1318
1319 .pagination .nav_prev a {
1320 padding-left:30px;
1321 }
1322 .pagination .nav_next a {
1323 padding-right:30px;
1324 }
1325 /* END: NOTICE */
1326
1327
1328 .hentry .entry-content p {
1329 margin-bottom:18px;
1330 }
1331 .hentry entry-content ol,
1332 .hentry .entry-content ul {
1333 list-style-position:inside;
1334 }
1335 .hentry .entry-content li {
1336 margin-bottom:18px;
1337 }
1338 .hentry .entry-content li li {
1339 margin-left:18px;
1340 }
1341
1342
1343
1344
1345 /* TOP_POSTERS */
1346 .section tbody td {
1347 padding-right:11px;
1348 padding-bottom:11px;
1349 }
1350 .section .vcard .photo {
1351 margin-right:7px;
1352 margin-bottom:0;
1353 }
1354
1355 .section .notice {
1356 padding-top:7px;
1357 padding-bottom:7px;
1358 border-top:0;
1359 }
1360
1361 .section .notice:first-child {
1362 padding-top:0;
1363 }
1364
1365 .section .notice .author {
1366 margin-right:0;
1367 }
1368 .section .notice .author .fn {
1369 display:none;
1370 }
1371
1372
1373 /* tagcloud */
1374 .tag-cloud {
1375 list-style-type:none;
1376 text-align:center;
1377 }
1378 .aside .tag-cloud {
1379 font-size:0.8em;
1380 }
1381 .tag-cloud li {
1382 display:inline;
1383 margin-right:7px;
1384 line-height:1.25;
1385 }
1386 .aside .tag-cloud li {
1387 line-height:1.5;
1388 }
1389 .tag-cloud li a {
1390 text-decoration:none;
1391 }
1392 #tagcloud.section dt {
1393 text-transform:uppercase;
1394 font-weight:bold;
1395 }
1396 .tag-cloud-1 {
1397 font-size:1em;
1398 }
1399 .tag-cloud-2 {
1400 font-size:1.25em;
1401 }
1402 .tag-cloud-3 {
1403 font-size:1.75em;
1404 }
1405 .tag-cloud-4 {
1406 font-size:2em;
1407 }
1408 .tag-cloud-5 {
1409 font-size:2.25em;
1410 }
1411 .tag-cloud-6 {
1412 font-size:2.75em;
1413 }
1414 .tag-cloud-7 {
1415 font-size:3.25em;
1416 }
1417
1418 #publictagcloud #tagcloud.section dt {
1419 display:none;
1420 }
1421
1422 #form_settings_photo .form_data {
1423 clear:both;
1424 }
1425
1426 #form_settings_avatar li {
1427 width:auto;
1428 }
1429 #form_settings_avatar input {
1430 margin-left:0;
1431 }
1432 #avatar_original,
1433 #avatar_preview {
1434 float:left;
1435 }
1436 #avatar_preview {
1437 margin-left:29px;
1438 }
1439 #avatar_preview_view {
1440 height:96px;
1441 width:96px;
1442 margin-bottom:18px;
1443 overflow:hidden;
1444 }
1445
1446 #settings_attach,
1447 #form_settings_avatar .form_actions {
1448 clear:both;
1449 }
1450
1451 #form_settings_avatar .form_actions {
1452 margin-bottom:0;
1453 }
1454
1455 #settings_design_background-image img {
1456 max-width:480px;
1457 max-height:480px;
1458 }
1459
1460 #settings_design_color .form_data,
1461 #color-picker {
1462 float:left;
1463 }
1464 #settings_design_color .form_data {
1465 width:400px;
1466 margin-right:1%;
1467 }
1468
1469 #settings_design_color .form_data li {
1470 width:33%;
1471 }
1472 #settings_design_color .form_data label {
1473 float:none;
1474 display:block;
1475 }
1476 #settings_design_color .form_data .swatch {
1477 padding:11px;
1478 margin-left:0;
1479 width:auto;
1480 }
1481
1482 .instructions ul {
1483 list-style-position:inside;
1484 }
1485 .instructions p,
1486 .instructions ul {
1487 margin-bottom:18px;
1488 }
1489 .help dt {
1490 display:none;
1491 }
1492 .guide {
1493 clear:both;
1494 }
1495 #bookmarklet address {
1496 display:none;
1497 }
1498 #bookmarklet .form_notice {
1499 width:auto;
1500 }
1501 #bookmarklet #wrap {
1502 min-width:0;
1503 }
1504
1505 #public.user_in #content,
1506 #groups.user_in #content,
1507 #publictagcloud.user_in #content,
1508 #featured.user_in #content,
1509 #favorited.user_in #content,
1510 #all.user_in #content,
1511 #replies.user_in #content,
1512 #showstream.user_in #content,
1513 #showfavorites.user_in #content,
1514 #inbox.user_in #content,
1515 #outbox.user_in #content,
1516 #subscriptions.user_in #content,
1517 #subscribers.user_in #content,
1518 #showgroup.user_in #content,
1519 #conversation.user_in #content,
1520 #attachment.user_in #content {
1521 padding-top:12.5em;
1522 }
1523
1524 #profilesettings #form_notice,
1525 #avatarsettings #form_notice,
1526 #passwordsettings #form_notice,
1527 #emailsettings #form_notice,
1528 #openidsettings #form_notice,
1529 #othersettings #form_notice,
1530 #smssettings #form_notice,
1531 #twittersettings #form_notice,
1532 #imsettings #form_notice,
1533 #userdesignsettings #form_notice,
1534 #groupdesignsettings #form_notice,
1535 #grouplogo #form_notice,
1536 #editgroup #form_notice,
1537 #blockedfromgroup #form_notice,
1538 #groupmembers #form_notice,
1539 #doc #form_notice,
1540 #usergroups #form_notice,
1541 #invite #form_notice,
1542 #deletenotice #form_notice,
1543 #newgroup #form_notice,
1544 #register #form_notice,
1545 #shownotice #form_notice,
1546 #confirmaddress #form_notice,
1547 #tag #form_notice,
1548 #siteadminpanel #form_notice,
1549 #designadminpanel #form_notice,
1550 #useradminpanel #form_notice,
1551 #pathsadminpanel #form_notice,
1552 #adminprofileflag #form_notice {
1553 display:none;
1554 }
1555
1556 #public #core,
1557 #showstream #core {
1558 margin-top:10em;
1559 }
1560 #public.user_in #core,
1561 #showstream.user_in #core {
1562 margin-top:0;
1563 }
1564
1565 #jOverlayContent #core #content {
1566 padding-top:11px;
1567 }
1568 #jOverlayContent #core {
1569 background:none;
1570 padding-top:0;
1571 }
1572
1573
1574 html,
1575 body,
1576 a:active {
1577 background-color:#9AE4E8;
1578 }
1579 body {
1580 font-family:'Lucida Grande',sans-serif;
1581 background:#9AE4E8  url(../images/illustrations/illu_clouds-01.gif) 0 0 no-repeat;
1582 color:#333333;
1583 }
1584 #core {
1585 background:url(../images/illustrations/illu_arrow-up-01.gif) no-repeat 25px 0;
1586 }
1587
1588 input, textarea, select, option {
1589 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
1590 }
1591 input, textarea, select,
1592 .entity_remote_subscribe {
1593 border-color:#aaa;
1594 }
1595 #filter_tags ul li {
1596 border-color:#ddd;
1597 }
1598
1599 .form_settings input.form_action-primary {
1600 background:none;
1601 }
1602
1603
1604 .form_notice label[for=notice_data-attach],
1605 #export_data li a.rss,
1606 #export_data li a.atom,
1607 #export_data li a.foaf,
1608 .entity_edit a,
1609 .entity_send-a-message a,
1610 .entity_nudge p,
1611 .form_user_nudge input.submit,
1612 .form_user_block input.submit,
1613 .form_user_unblock input.submit,
1614 .form_group_block input.submit,
1615 .form_group_unblock input.submit,
1616 .form_make_admin input.submit,
1617 .notice .attachment,
1618 .notice-options .notice_reply,
1619 .notice-options form.form_favor input.submit,
1620 .notice-options form.form_disfavor input.submit,
1621 .notice-options .notice_delete,
1622 .notice-options form.form_repeat input.submit,
1623 #new_group a,
1624 .pagination .nav_prev a,
1625 .pagination .nav_next a,
1626 button.close,
1627 .form_group_leave input.submit,
1628 .form_user_unsubscribe input.submit,
1629 .form_group_join input.submit,
1630 .form_user_subscribe input.submit,
1631 .entity_subscribe a,
1632 .entity_moderation p,
1633 .entity_sandbox input.submit,
1634 .entity_silence input.submit,
1635 .entity_delete input.submit,
1636 .notice-options .repeated,
1637 .form_notice a#notice_data-geo_name,
1638 .form_notice label[for=notice_data-geo],
1639 button.minimize {
1640 background-image:url(../../base/images/icons/icons-01.gif);
1641 background-repeat:no-repeat;
1642 background-color:transparent;
1643 }
1644
1645 #wrap form.processing input.submit,
1646 .entity_actions a.processing {
1647 background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
1648 cursor:wait;
1649 text-indent:-9999px;
1650 outline:none;
1651 }
1652 .processing {
1653 background-image:url(../../base/images/icons/icon_processing.gif);
1654 background-repeat:no-repeat;
1655 background-position:47% 47%;
1656 }
1657
1658 button.close {
1659 background-position:0 -1120px;
1660 }
1661 button.minimize {
1662 background-position:0 -1912px;
1663 }
1664
1665 input.submit,
1666 .form_notice.warning #notice_text-count,
1667 .form_settings .form_note,
1668 .entity_actions a,
1669 .entity_actions input,
1670 .entity_moderation p,
1671 button {
1672 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1673 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1674 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1675 }
1676 .entity_actions a,
1677 .entity_actions input,
1678 .entity_actions p {
1679 border-color:transparent;
1680 background-color:transparent;
1681 }
1682 input:focus, textarea:focus, select:focus,
1683 .form_notice.warning #notice_data-text,
1684 .form_notice.warning #notice_text-count,
1685 .form_settings .form_note {
1686 border-color:#9BB43E;
1687 }
1688 input.submit {
1689 color:#FFFFFF;
1690 }
1691 .entity_actions a,
1692 .entity_actions input,
1693 .entity_actions p {
1694 border-color:transparent;
1695 background-color:transparent;
1696 }
1697 input:focus, textarea:focus, select:focus,
1698 .form_notice.warning #notice_data-text,
1699 .form_notice.warning #notice_text-count,
1700 .form_settings .form_note {
1701 border-color:#9BB43E;
1702 }
1703 input.submit {
1704 color:#FFFFFF;
1705 }
1706 .entity_actions input.submit {
1707 border-color:transparent;
1708 text-shadow:none;
1709 }
1710 .dialogbox .submit_dialogbox,
1711 input.submit,
1712 .form_notice input.submit {
1713 background:#AAAAAA url(../../base/images/illustrations/illu_pattern-01.png) 0 0 repeat-x;
1714 text-shadow:0 1px 0 #FFFFFF;
1715 color:#000000;
1716 border-color:#AAAAAA;
1717 border-top-color:#CCCCCC;
1718 border-left-color:#CCCCCC;
1719 }
1720 .dialogbox .submit_dialogbox:hover,
1721 input.submit:hover {
1722 background-position:0 -5px;
1723 }
1724 .dialogbox .submit_dialogbox:focus,
1725 input.submit:focus {
1726 background-position:0 -15px;
1727 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
1728 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
1729 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
1730 text-shadow:none;
1731 }
1732
1733 .form_notice span#notice_data-geo_name {
1734 background-position:0 47%;
1735 }
1736 .form_notice a#notice_data-geo_name {
1737 background-position:0 -1711px;
1738 }
1739 .form_notice label[for=notice_data-geo] {
1740 background-position:0 -1780px;
1741 }
1742 .form_notice label[for=notice_data-geo].checked {
1743 background-position:0 -1846px;
1744 }
1745
1746 a,
1747 .form_settings input.form_action-primary,
1748 .notice-options input,
1749 .entity_actions a,
1750 .entity_actions input,
1751 .entity_moderation p {
1752 color:#0084B4;
1753 }
1754
1755 .notice,
1756 .profile {
1757 border-top-color:#CEE1E9;
1758 }
1759 .notice,
1760 .profile {
1761 border-top-color:#DDFFCC;
1762 }
1763 .section .profile {
1764 border-top-color:#87B4C8;
1765 }
1766 .mark-top {
1767 border-color:#AAAAAA;
1768 }
1769
1770 #aside_primary {
1771 background-color:#DDFFCC;
1772 }
1773
1774 #notice_text-count {
1775 color:#000000;
1776 }
1777 #form_notice.warning #notice_text-count {
1778 color:#000000;
1779 }
1780 #form_notice label[for=notice_data-attach] {
1781 background:transparent url(../../base/images/icons/twotone/green/clip-01.gif) no-repeat 0 45%;
1782 }
1783 #form_notice #notice_data-attach {
1784 opacity:0;
1785 }
1786
1787 #form_notice.processing #notice_action-submit {
1788 background:#fff url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
1789 cursor:wait;
1790 text-indent:-9999px;
1791 }
1792
1793 #content,
1794 #site_nav_local_views a,
1795 #aside_primary {
1796 border-color:#FFFFFF;
1797 }
1798 #content,
1799 #site_nav_local_views .current a,
1800 .entity_send-a-message .form_notice,
1801 .entity_moderation:hover ul {
1802 background-color:#FFFFFF;
1803 }
1804
1805 #site_nav_local_views a {
1806 background-color:rgba(135, 180, 200, 0.3);
1807 }
1808 #site_nav_local_views a:hover {
1809 background-color:rgba(255, 255, 255, 0.7);
1810 }
1811
1812
1813 .error {
1814 background-color:#F7E8E8;
1815 }
1816 .success {
1817 background-color:#EFF3DC;
1818 }
1819
1820
1821 #anon_notice {
1822 background-color:#FEFFDF;
1823 color:#333;
1824 border-color:#fff;
1825 }
1826
1827 #showstream #anon_notice {
1828 background-color:#FEFFDF;
1829 }
1830
1831
1832 #export_data li a {
1833 background-repeat:no-repeat;
1834 background-position:0 45%;
1835 }
1836 #export_data li a.rss {
1837 background-position:0 -130px;
1838 }
1839 #export_data li a.atom {
1840 background-position:0 -64px;
1841 }
1842 #export_data li a.foaf {
1843 background-position:0 1px;
1844 }
1845
1846 .form_group_join input.submit,
1847 .form_group_leave input.submit,
1848 .form_user_subscribe input.submit,
1849 .form_user_unsubscribe input.submit,
1850 .entity_subscribe a {
1851 background-color:#AAAAAA;
1852 color:#FFFFFF;
1853 }
1854 .form_group_leave input.submit,
1855 .form_user_unsubscribe input.submit {
1856 background-position:5px -1246px;
1857 }
1858 .form_group_join input.submit,
1859 .form_user_subscribe input.submit,
1860 .entity_subscribe a {
1861 background-position:5px -1181px;
1862 }
1863
1864 .entity_edit a {
1865 background-position: 5px -718px;
1866 }
1867 .entity_send-a-message a {
1868 background-position: 5px -852px;
1869 }
1870 .entity_send-a-message .form_notice,
1871 .entity_moderation:hover ul {
1872 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
1873 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
1874 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
1875 }
1876
1877 .entity_nudge p,
1878 .form_user_nudge input.submit {
1879 background-position: 5px -785px;
1880 }
1881 .form_user_block input.submit,
1882 .form_user_unblock input.submit,
1883 .form_group_block input.submit,
1884 .form_group_unblock input.submit {
1885 background-position: 5px -918px;
1886 }
1887 .form_make_admin input.submit {
1888 background-position: 5px -983px;
1889 }
1890 .entity_moderation p {
1891 background-position: 5px -1313px;
1892 }
1893 .entity_sandbox input.submit {
1894 background-position: 5px -1380px;
1895 }
1896 .entity_silence input.submit {
1897 background-position: 5px -1445px;
1898 }
1899 .entity_delete input.submit {
1900 background-position: 5px -1511px;
1901 }
1902
1903
1904 /* NOTICES */
1905 .notice .attachment {
1906 background-position:0 -394px;
1907 }
1908 #attachments .attachment {
1909 background:none;
1910 }
1911 .notice-options .notice_reply {
1912 background-position:0 -592px;
1913 }
1914 .notice-options form.form_favor input.submit {
1915 background-position:0 -460px;
1916 }
1917 .notice-options form.form_disfavor input.submit {
1918 background-position:0 -526px;
1919 }
1920 .notice-options .notice_delete {
1921 background-position:0 -658px;
1922 }
1923 .notice-options form.form_repeat input.submit {
1924 background-position:0 -1582px;
1925 }
1926 .notice-options .repeated {
1927 background-position:0 -1648px;
1928 }
1929
1930 .notices div.entry-content,
1931 .notices div.notice-options {
1932 opacity:0.4;
1933 }
1934 .notices li:hover div.entry-content,
1935 .notices li:hover div.notice-options {
1936 opacity:1;
1937 }
1938 .opaque {
1939 opacity:1 !important;
1940 }
1941 .notices .notices {
1942 background-color:rgba(200, 200, 200, 0.050);
1943 }
1944 .notices .notices .notices {
1945 background-color:rgba(200, 200, 200, 0.100);
1946 }
1947 .notices .notices .notices .notices {
1948 background-color:rgba(200, 200, 200, 0.150);
1949 }
1950 .notices .notices .notices .notices .notices {
1951 background-color:rgba(200, 200, 200, 0.300);
1952 }
1953 .notice-options a,
1954 .notice-options input {
1955 font-family:sans-serif;
1956 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1957 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1958 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1959 }
1960 #content .notices li:hover {
1961 background-color:rgba(240, 240, 240, 0.2);
1962 }
1963 #conversation .notices li:hover {
1964 background-color:transparent;
1965 }
1966
1967 div.entry-content {
1968 color:#333;
1969 }
1970 div.notice-options a,
1971 div.notice-options input {
1972 font-family:sans-serif;
1973 }
1974 #content .notices li:hover {
1975 background-color:rgba(240, 240, 240, 0.2);
1976 }
1977 #conversation .notices li:hover {
1978 background-color:transparent;
1979 }
1980 /*END: NOTICES */
1981
1982
1983 #new_group a {
1984 background-position:0 -1054px;
1985 }
1986
1987 .pagination .nav_prev a,
1988 .pagination .nav_next a {
1989 background-repeat:no-repeat;
1990 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1991 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1992 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1993 }
1994 .pagination .nav_prev a {
1995 background-position:10% -187px;
1996 }
1997 .pagination .nav_next a {
1998 background-position:105% -252px;
1999 }
2000 .pagination .nav .processing {
2001 background-image:url(../../base/images/icons/icon_processing.gif);
2002 box-shadow:none;
2003 -moz-box-shadow:none;
2004 -webkit-box-shadow:none;
2005 outline:none;
2006 }
2007 .pagination .nav_next a.processing {
2008 background-position:90% 47%;
2009 }
2010 .pagination .nav_prev a.processing {
2011 background-position:10% 47%;
2012 }
2013
2014
2015 /*--------------------------------------*/
2016
2017 #anon_notice {
2018 background:url(../images/illustrations/illu_unicorn-01.png) no-repeat 0 0;
2019 }
2020 #showstream #anon_notice,
2021 #content .notice p.entry-content a:visited,
2022 content .notice p.entry-content .vcard a {
2023 background-color:transparent;
2024 }
2025
2026 #anon_notice p {
2027 background-color:#FEFFDF;
2028 border-color:#FFFF00;
2029 }
2030
2031
2032 #form_notice .form_note {
2033 color:#CCC;
2034 }
2035
2036 .notice div.entry-content,
2037 .notice div.entry-content a {
2038 color:#999;
2039 }
2040
2041 .notices div.entry-content,
2042 .notices div.notice-options {
2043 opacity:1;
2044 }
2045
2046 #site_nav_local_views {
2047 background-color:#DDFFCC;
2048 }
2049 #site_nav_local_views li,
2050 #aside_primary {
2051 border-color:#BDDCAD;
2052 }
2053 #site_nav_local_views a,
2054 .aside .section h2 {
2055 background-color:transparent;
2056 border-color:transparent;
2057 color:#4C4C4C;
2058 }
2059 #site_nav_local_views .current {
2060 border-left-color:#FFFFFF;
2061 }
2062
2063 #site_nav_local_views .current a,
2064 #site_nav_global_primary,
2065 #footer {
2066 background-color:#FFFFFF;
2067 }
2068