]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/cloudy/css/display.css
88513a8fd70dc655e7db781d482d5ec569c81282
[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 position:relative;
246 float:left;
247 padding-top:18px;
248 margin-bottom:11px;
249 z-index:1;
250 }
251
252 #site_nav_global_primary {
253 float:right;
254 margin-right:0;
255 margin-bottom:11px;
256 margin-left:18px;
257 padding-top:7px;
258 padding-bottom:7px;
259 padding-right:11px;
260 -moz-border-radius:4px;
261 border-radius:4px;
262 -webkit-border-radius:4px;
263 }
264 #site_nav_global_primary ul li {
265 display:inline;
266 margin-left:11px;
267 }
268 #site_nav_global_primary a {
269 text-decoration:none;
270 }
271
272 .system_notice dt {
273 font-weight:bold;
274 text-transform:uppercase;
275 display:none;
276 }
277
278 #site_notice {
279 position:absolute;
280 top:65px;
281 right:18px;
282 width:250px;
283 width:24%;
284 }
285 #page_notice {
286 clear:both;
287 margin-bottom:18px;
288 }
289
290
291 #anon_notice {
292 clear:both;
293 width:99.8%;
294 padding-top:36px;
295 line-height:1.5;
296 font-size:1.3em;
297 font-weight:bold;
298 }
299 #anon_notice p {
300 border-style:solid;
301 border-width:1px;
302 width:96%;
303 padding:2%;
304 }
305
306 #footer {
307 float:left;
308 margin-bottom:1em;
309 padding:7px;
310 -moz-border-radius:4px;
311 border-radius:4px;
312 -webkit-border-radius:4px;
313 }
314 #footer a {
315 text-decoration:none;
316 }
317
318 #site_nav_local_views {
319 width:203px;
320 float:right;
321 margin-right:0;
322 -moz-border-radius-topright:4px;
323 border-radius-topright:4px;
324 -webkit-border-top-right-radius:4px;
325 }
326 #site_nav_local_views dt {
327 display:none;
328 }
329 #site_nav_local_views li {
330 list-style-type:none;
331 padding:0;
332 border-width:1px;
333 border-style:solid;
334 border-top:0;
335 border-right:0;
336 }
337 #site_nav_local_views a {
338 text-decoration:none;
339 padding:13px;
340 border-width:1px;
341 border-style:solid;
342 border-bottom:0;
343 text-shadow: 2px 2px 2px #ddd;
344 font-weight:bold;
345 font-size:1em;
346 display:block;
347 }
348 #site_nav_local_views .nav {
349 float:left;
350 width:100%;
351 }
352
353 #site_nav_global_primary dt,
354 #site_nav_global_secondary dt {
355 display:none;
356 }
357
358 #site_nav_global_secondary {
359 margin-bottom:11px;
360 }
361
362 #site_nav_global_secondary ul li {
363 display:inline;
364 margin-right:11px;
365 }
366 #export_data li a {
367 padding-left:20px;
368 }
369 #export_data li a.foaf {
370 padding-left:30px;
371 }
372 #export_data li a.export_vcard {
373 padding-left:28px;
374 }
375
376 #export_data ul {
377 display:inline;
378 }
379 #export_data li {
380 list-style-type:none;
381 display:inline;
382 margin:0 18px 7px 0;
383 float:left;
384 }
385 #export_data li:first-child {
386 margin-left:0;
387 }
388
389 #licenses {
390 font-size:0.9em;
391 }
392
393 #licenses dt {
394 font-weight:bold;
395 display:none;
396 }
397 #licenses dd {
398 margin-bottom:11px;
399 line-height:1.5;
400 }
401
402 #site_content_license_cc {
403 margin-bottom:0;
404 }
405 #site_content_license_cc img {
406 display:inline;
407 vertical-align:top;
408 margin-right:4px;
409 }
410
411 #wrap {
412 margin:0 auto;
413 width: 763px;
414 min-width:760px;
415 max-width:1003px;
416 overflow:hidden;
417 }
418
419 #core {
420 position:relative;
421 width:100%;
422 float:left;
423 margin-bottom:1em;
424 padding-top:10px;
425 }
426
427 #content {
428 width:518px;
429 min-height:322px;
430 padding:20px;
431 float:left;
432 border-radius:4px;
433 -moz-border-radius:4px;
434 -webkit-border-radius:4px;
435 border-radius-topright:0;
436 -moz-border-radius-topright:0;
437 -webkit-border-top-right-radius:0;
438 border-style:solid;
439 border-width:1px;
440 }
441
442 #content_inner {
443 position:relative;
444 width:100%;
445 float:left;
446 }
447
448 #aside_primary {
449 width:182px;
450 min-height:259px;
451 float:left;
452 margin-left:0;
453 padding:10px;
454 border-width:1px;
455 border-style:solid;
456 border-right:0;
457 border-top:0;
458 }
459
460 #form_notice {
461 width:515px;
462 line-height:1;
463 position:absolute;
464 top:200px;
465 left:20px;
466 z-index:9;
467 }
468 #form_notice fieldset {
469 border:0;
470 padding:0 0 50px 0;
471 }
472 #form_notice legend {
473 display:none;
474 }
475 #form_notice textarea {
476 float:left;
477 width:94.75%;
478 height:45px;
479 line-height:1.5;
480 padding:2.5%;
481 border-width:1px;
482 }
483 #form_notice label {
484 display:block;
485 float:left;
486 font-size:1.3em;
487 margin-bottom:7px;
488 }
489 #form_notice #notice_submit label {
490 display:none;
491 }
492 #form_notice label[for=notice_data-attach],
493 #form_notice #notice_data-attach {
494 position:absolute;
495 top:101px;
496 cursor:pointer;
497 }
498 #form_notice label[for=notice_data-attach] {
499 text-indent:-9999px;
500 left:72%;
501 width:16px;
502 height:16px;
503 }
504 #form_notice #notice_data-attach {
505 left:18%;
506 padding:0;
507 height:16px;
508 }
509
510 #form_notice .form_note {
511 position:absolute;
512 top:-10px;
513 right:0;
514 z-index:9;
515 font-family:Georgia, serif;
516 font-size:1.7em;
517 }
518 #form_notice .form_note dt {
519 font-weight:bold;
520 display:none;
521 }
522 #notice_text-count {
523 font-weight:bold;
524 line-height:1.15;
525 padding:1px 2px;
526 }
527
528 .form_notice #notice_action-submit {
529 width:14%;
530 height:47px;
531 padding:0;
532 position:absolute;
533 bottom:0;
534 right:0;
535 }
536 #form_notice label[for=to] {
537 margin-top:7px;
538 }
539 #form_notice select[id=to] {
540 margin-bottom:7px;
541 margin-left:18px;
542 float:left;
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-location_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-location_wrap label {
574 position:absolute;
575 top:101px;
576 left:79%;
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:67.702%;
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 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 font-weight:bold;
648 }
649 .entity_profile .entity_nickname {
650 margin-left:0;
651 }
652
653 .entity_profile .entity_fn dd:before {
654 content: "(";
655 font-weight:normal;
656 }
657 .entity_profile .entity_fn dd:after {
658 content: ")";
659 font-weight:normal;
660 }
661
662 .entity_profile dt {
663 display:none;
664 }
665 .entity_profile h2 {
666 display:none;
667 }
668 /* entity_profile */
669
670
671 /*entity_actions*/
672 .entity_actions {
673 float:right;
674 margin-left:4.35%;
675 max-width:25%;
676 }
677 .entity_actions h2 {
678 display:none;
679 }
680 .entity_actions ul {
681 list-style-type:none;
682 }
683 .entity_actions li {
684 margin-bottom:4px;
685 }
686 .entity_actions li:first-child {
687 border-top:0;
688 }
689 .entity_actions fieldset {
690 border:0;
691 padding:0;
692 }
693 .entity_actions legend {
694 display:none;
695 }
696
697 .entity_actions input.submit {
698 display:block;
699 text-align:left;
700 width:100%;
701 }
702 .entity_actions a,
703 .entity_nudge p,
704 .entity_remote_subscribe {
705 text-decoration:none;
706 font-weight:bold;
707 display:block;
708 }
709
710 .form_user_block input.submit,
711 .form_user_unblock input.submit,
712 .entity_send-a-message a,
713 .entity_edit a,
714 .form_user_nudge input.submit,
715 .entity_nudge p {
716 border:0;
717 padding-left:20px;
718 }
719
720 .entity_edit a,
721 .entity_send-a-message a,
722 .entity_nudge p {
723 padding:4px 4px 4px 23px;
724 }
725
726 .entity_remote_subscribe {
727 padding:4px;
728 border-width:2px;
729 border-style:solid;
730 border-radius:4px;
731 -moz-border-radius:4px;
732 -webkit-border-radius:4px;
733 }
734 .entity_actions .accept {
735 margin-bottom:18px;
736 }
737
738 .entity_tags ul {
739 list-style-type:none;
740 display:inline;
741 }
742 .entity_tags li {
743 display:inline;
744 margin-right:4px;
745 }
746
747 .aside .section {
748 margin-bottom:18px;
749 clear:both;
750 float:left;
751 width:100%;
752 }
753 .aside .section h2 {
754 font-size:110%;
755 text-transform:none;
756 }
757
758 #entity_statistics dt,
759 #entity_statistics dd {
760 display:inline;
761 }
762 #entity_statistics dt:after {
763 content: ":";
764 }
765
766 .section ul.entities {
767 float:left;
768 width:100%;
769 }
770 .section .entities li {
771 list-style-type:none;
772 float:left;
773 margin-right:7px;
774 margin-bottom:7px;
775 }
776 .section .entities li .photo {
777 margin-right:0;
778 margin-bottom:0;
779 }
780 .section .entities li .fn {
781 display:none;
782 }
783
784 .aside .section p,
785 .aside .section .more {
786 clear:both;
787 }
788
789 .profile .entity_profile {
790 margin-bottom:0;
791 min-height:60px;
792 }
793
794
795 .profile .form_group_join legend,
796 .profile .form_group_leave legend,
797 .profile .form_user_subscribe legend,
798 .profile .form_user_unsubscribe legend {
799 display:none;
800 }
801
802 .profiles {
803 list-style-type:none;
804 }
805 .profile .entity_profile .entity_location {
806 width:auto;
807 clear:none;
808 margin-left:11px;
809 }
810 .profile .entity_profile dl,
811 .profile .entity_profile dd {
812 display:inline;
813 float:none;
814 }
815 .profile .entity_profile .entity_note,
816 .profile .entity_profile .entity_url,
817 .profile .entity_profile .entity_tags,
818 .profile .entity_profile .form_subscription_edit {
819 margin-left:59px;
820 clear:none;
821 display:block;
822 width:auto;
823 }
824 .profile .entity_profile .entity_tags dt {
825 display:inline;
826 margin-right:11px;
827 }
828
829
830 .profile .entity_profile .form_subscription_edit label {
831 font-weight:normal;
832 margin-right:11px;
833 }
834
835
836 /* NOTICE */
837 .notice,
838 .profile {
839 position:relative;
840 padding-top:11px;
841 padding-bottom:11px;
842 clear:both;
843 float:left;
844 width:100%;
845 border-top-width:1px;
846 border-top-style:dotted;
847 }
848 .notices li {
849 list-style-type:none;
850 line-height:1.1;
851 min-height:47px;
852 }
853 .notices .notices {
854 margin-top:7px;
855 margin-left:2%;
856 width:98%;
857 float:left;
858 }
859
860 /* NOTICES */
861 #notices_primary {
862 float:left;
863 width:100%;
864 border-radius:7px;
865 -moz-border-radius:7px;
866 -webkit-border-radius:7px;
867 }
868 #notices_primary h2 {
869 display:none;
870 }
871 .notice-data a span {
872 display:block;
873 padding-left:28px;
874 }
875
876 .notice .author {
877 margin-right:11px;
878 }
879
880 .fn {
881 overflow:hidden;
882 }
883
884 .notice .author .fn {
885 font-weight:bold;
886 }
887
888 .notice .author .photo {
889 margin-bottom:0;
890 }
891
892 .vcard .photo {
893 display:inline;
894 margin-right:11px;
895 margin-bottom:11px;
896 float:left;
897 }
898 .vcard .url {
899 text-decoration:none;
900 }
901 .vcard .url:hover {
902 text-decoration:underline;
903 }
904
905 .notice .entry-title {
906 float:left;
907 width:100%;
908 overflow:hidden;
909 }
910 .notice .entry-title.ov {
911 overflow:visible;
912 }
913 #shownotice .notice .entry-title {
914 font-size:2.2em;
915 }
916
917 .notice p.entry-content {
918 display:inline;
919 }
920
921 #content .notice p.entry-content a:visited {
922 border-radius:4px;
923 -moz-border-radius:4px;
924 -webkit-border-radius:4px;
925 }
926 .notice p.entry-content .vcard a {
927 border-radius:4px;
928 -moz-border-radius:4px;
929 -webkit-border-radius:4px;
930 }
931
932 .notice div.entry-content {
933 clear:left;
934 float:left;
935 font-size:0.95em;
936 margin-left:59px;
937 min-width:60%;
938 max-width:66%;
939 }
940 #showstream .notice div.entry-content,
941 #shownotice .notice div.entry-content {
942 margin-left:0;
943 max-width:79%;
944 }
945
946 .notice .notice-options a,
947 .notice .notice-options input {
948 float:left;
949 font-size:1.025em;
950 }
951
952 .notice div.entry-content .timestamp {
953 display:inline-block;
954 }
955
956 .entry-content .repeat {
957 display:block;
958 }
959 .entry-content .repeat .photo {
960 float:none;
961 margin-right:1px;
962 position:relative;
963 top:4px;
964 left:0;
965 }
966
967 .dialogbox {
968 position:absolute;
969 top:-4px;
970 right:29px;
971 z-index:9;
972 min-width:199px;
973 float:none;
974 background-color:#FFF;
975 padding:11px;
976 border-radius:7px;
977 -moz-border-radius:7px;
978 -webkit-border-radius:7px;
979 border-style:solid;
980 border-width:1px;
981 border-color:#DDDDDD;
982 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
983 }
984
985 .dialogbox legend {
986 display:block !important;
987 margin-right:18px;
988 }
989
990 .dialogbox button.close {
991 position:absolute;
992 right:3px;
993 top:3px;
994 }
995
996 .dialogbox .submit_dialogbox {
997 text-indent:0;
998 font-weight:bold;
999 }
1000
1001 .notice-options {
1002 position:relative;
1003 font-size:0.95em;
1004 width:113px;
1005 float:right;
1006 margin-right:4px;
1007 }
1008
1009 .notice-options a {
1010 float:left;
1011 }
1012 .notice-options .notice_reply,
1013 .notice-options .form_repeat,
1014 .notice-options .form_favor,
1015 .notice-options .form_disfavor,
1016 .notice-options .repeated {
1017 float:left;
1018 margin-left:14.2%;
1019 }
1020 .notice-options .form_favor,
1021 .notice-options .form_disfavor {
1022 margin-left:0;
1023 }
1024 .notice-options input,
1025 .notice-options a,
1026 .notice-options .repeated {
1027 text-indent:-9999px;
1028 outline:none;
1029 }
1030 .notice-options input.submit {
1031 display:block;
1032 border:0;
1033 }
1034 .notice-options .notice_reply,
1035 .notice-options .notice_delete {
1036 text-decoration:none;
1037 }
1038 .notice .notice-options .notice_delete {
1039 float:right;
1040 }
1041 .notice-options form input.submit {
1042 width:16px;
1043 height:16px;
1044 padding:0;
1045 border-radius:0;
1046 -moz-border-radius:0;
1047 -webkit-border-radius:0;
1048 }
1049 .notice-options .form_repeat legend,
1050 .notice-options .form_favor legend,
1051 .notice-options .form_disfavor legend {
1052 display:none;
1053 }
1054 .notice-options .form_repeat fieldset,
1055 .notice-options .form_favor fieldset,
1056 .notice-options .form_disfavor fieldset {
1057 border:0;
1058 padding:0;
1059 }
1060 .notice-options a,
1061 .notice-options .repeated {
1062 width:16px;
1063 height:16px;
1064 }
1065
1066 .notice .attachment {
1067 position:relative;
1068 padding-left:16px;
1069 }
1070 #attachments .attachment {
1071 padding-left:0;
1072 }
1073 .notice .attachment img {
1074 position:absolute;
1075 top:18px;
1076 left:0;
1077 z-index:99;
1078 }
1079 #shownotice .notice .attachment img {
1080 position:static;
1081 }
1082
1083 #attachments {
1084 clear:both;
1085 float:left;
1086 width:100%;
1087 margin-top:18px;
1088 }
1089 #attachments dt {
1090 font-weight:bold;
1091 font-size:1.3em;
1092 margin-bottom:4px;
1093 }
1094
1095 #attachments ol li {
1096 margin-bottom:18px;
1097 list-style-type:decimal;
1098 float:left;
1099 clear:both;
1100 }
1101
1102 #jOverlayContent,
1103 #jOverlayContent #content,
1104 #jOverlayContent #content_inner {
1105 width: auto !important;
1106 margin-bottom:0;
1107 }
1108 #jOverlayContent #content {
1109 padding:11px;
1110 min-height:auto;
1111 }
1112 #jOverlayContent .external span {
1113 display:block;
1114 margin-bottom:11px;
1115 }
1116 #jOverlayContent button {
1117 position:absolute;
1118 top:0;
1119 right:0;
1120 width:29px;
1121 height:29px;
1122 text-align:center;
1123 font-weight:bold;
1124 padding:0;
1125 }
1126 #jOverlayContent h1 {
1127 max-width:425px;
1128 }
1129 #jOverlayContent #content {
1130 border-radius:7px;
1131 -moz-border-radius:7px;
1132 -webkit-border-radius:7px;
1133 }
1134 #jOverlayLoading {
1135 top:5%;
1136 left:40%;
1137 }
1138 #attachment_view img {
1139 max-width:480px;
1140 max-height:480px;
1141 }
1142 #attachment_view #oembed_info {
1143 margin-top:11px;
1144 }
1145 #attachment_view #oembed_info dt,
1146 #attachment_view #oembed_info dd {
1147 float:left;
1148 }
1149 #attachment_view #oembed_info dt {
1150 clear:left;
1151 margin-right:11px;
1152 font-weight:bold;
1153 }
1154 #attachment_view #oembed_info dt:after {
1155 content: ":";
1156 }
1157
1158 #usergroups #new_group {
1159 float: left;
1160 margin-right: 2em;
1161 }
1162 #new_group, #group_search {
1163 margin-bottom:18px;
1164 }
1165 #new_group a {
1166 padding-left:20px;
1167 }
1168
1169
1170 #filter_tags {
1171 margin-bottom:11px;
1172 float:left;
1173 }
1174 #filter_tags dt {
1175 display:none;
1176 }
1177 #filter_tags ul {
1178 list-style-type:none;
1179 }
1180 #filter_tags ul li {
1181 float:left;
1182 margin-left:7px;
1183 padding-left:7px;
1184 border-left-width:1px;
1185 border-left-style:solid;
1186 }
1187 #filter_tags ul li.child_1 {
1188 margin-left:0;
1189 border-left:0;
1190 padding-left:0;
1191 }
1192 #filter_tags ul li#filter_tags_all a {
1193 font-weight:bold;
1194 margin-top:7px;
1195 float:left;
1196 }
1197
1198 #filter_tags ul li#filter_tags_item label {
1199 margin-right:7px;
1200 }
1201 #filter_tags ul li#filter_tags_item label,
1202 #filter_tags ul li#filter_tags_item select {
1203 display:inline;
1204 }
1205 #filter_tags ul li#filter_tags_item p {
1206 float:left;
1207 margin-left:38px;
1208 }
1209 #filter_tags ul li#filter_tags_item input {
1210 position:relative;
1211 top:3px;
1212 left:3px;
1213 }
1214
1215
1216
1217 .pagination {
1218 float:left;
1219 clear:both;
1220 width:100%;
1221 margin-top:18px;
1222 }
1223
1224 .pagination dt {
1225 font-weight:bold;
1226 display:none;
1227 }
1228
1229 .pagination .nav {
1230 float:left;
1231 width:100%;
1232 list-style-type:none;
1233 }
1234
1235 .pagination .nav_prev {
1236 float:left;
1237 }
1238 .pagination .nav_next {
1239 float:right;
1240 }
1241
1242 .pagination a {
1243 display:block;
1244 text-decoration:none;
1245 font-weight:bold;
1246 padding:7px;
1247 border-width:1px;
1248 border-style:solid;
1249 -moz-border-radius:7px;
1250 -webkit-border-radius:7px;
1251 border-radius:7px;
1252 }
1253
1254 .pagination .nav_prev a {
1255 padding-left:30px;
1256 }
1257 .pagination .nav_next a {
1258 padding-right:30px;
1259 }
1260 /* END: NOTICE */
1261
1262
1263 .hentry .entry-content p {
1264 margin-bottom:18px;
1265 }
1266 .hentry entry-content ol,
1267 .hentry .entry-content ul {
1268 list-style-position:inside;
1269 }
1270 .hentry .entry-content li {
1271 margin-bottom:18px;
1272 }
1273 .hentry .entry-content li li {
1274 margin-left:18px;
1275 }
1276
1277
1278
1279
1280 /* TOP_POSTERS */
1281 .section tbody td {
1282 padding-right:11px;
1283 padding-bottom:11px;
1284 }
1285 .section .vcard .photo {
1286 margin-right:7px;
1287 margin-bottom:0;
1288 }
1289
1290 .section .notice {
1291 padding-top:7px;
1292 padding-bottom:7px;
1293 border-top:0;
1294 }
1295
1296 .section .notice:first-child {
1297 padding-top:0;
1298 }
1299
1300 .section .notice .author {
1301 margin-right:0;
1302 }
1303 .section .notice .author .fn {
1304 display:none;
1305 }
1306
1307
1308 /* tagcloud */
1309 .tag-cloud {
1310 list-style-type:none;
1311 text-align:center;
1312 }
1313 .aside .tag-cloud {
1314 font-size:0.8em;
1315 }
1316 .tag-cloud li {
1317 display:inline;
1318 margin-right:7px;
1319 line-height:1.25;
1320 }
1321 .aside .tag-cloud li {
1322 line-height:1.5;
1323 }
1324 .tag-cloud li a {
1325 text-decoration:none;
1326 }
1327 #tagcloud.section dt {
1328 text-transform:uppercase;
1329 font-weight:bold;
1330 }
1331 .tag-cloud-1 {
1332 font-size:1em;
1333 }
1334 .tag-cloud-2 {
1335 font-size:1.25em;
1336 }
1337 .tag-cloud-3 {
1338 font-size:1.75em;
1339 }
1340 .tag-cloud-4 {
1341 font-size:2em;
1342 }
1343 .tag-cloud-5 {
1344 font-size:2.25em;
1345 }
1346 .tag-cloud-6 {
1347 font-size:2.75em;
1348 }
1349 .tag-cloud-7 {
1350 font-size:3.25em;
1351 }
1352
1353 #publictagcloud #tagcloud.section dt {
1354 display:none;
1355 }
1356
1357 #form_settings_photo .form_data {
1358 clear:both;
1359 }
1360
1361 #form_settings_avatar li {
1362 width:auto;
1363 }
1364 #form_settings_avatar input {
1365 margin-left:0;
1366 }
1367 #avatar_original,
1368 #avatar_preview {
1369 float:left;
1370 }
1371 #avatar_preview {
1372 margin-left:29px;
1373 }
1374 #avatar_preview_view {
1375 height:96px;
1376 width:96px;
1377 margin-bottom:18px;
1378 overflow:hidden;
1379 }
1380
1381 #settings_attach,
1382 #form_settings_avatar .form_actions {
1383 clear:both;
1384 }
1385
1386 #form_settings_avatar .form_actions {
1387 margin-bottom:0;
1388 }
1389
1390 #settings_design_background-image img {
1391 max-width:480px;
1392 max-height:480px;
1393 }
1394
1395 #settings_design_color .form_data,
1396 #color-picker {
1397 float:left;
1398 }
1399 #settings_design_color .form_data {
1400 width:400px;
1401 margin-right:1%;
1402 }
1403
1404 #settings_design_color .form_data li {
1405 width:33%;
1406 }
1407 #settings_design_color .form_data label {
1408 float:none;
1409 display:block;
1410 }
1411 #settings_design_color .form_data .swatch {
1412 padding:11px;
1413 margin-left:0;
1414 width:auto;
1415 }
1416
1417 .instructions ul {
1418 list-style-position:inside;
1419 }
1420 .instructions p,
1421 .instructions ul {
1422 margin-bottom:18px;
1423 }
1424 .help dt {
1425 display:none;
1426 }
1427 .guide {
1428 clear:both;
1429 }
1430 #bookmarklet address {
1431 display:none;
1432 }
1433 #bookmarklet .form_notice {
1434 width:auto;
1435 }
1436 #bookmarklet #wrap {
1437 min-width:0;
1438 }
1439
1440 #public.user_in #content,
1441 #groups.user_in #content,
1442 #publictagcloud.user_in #content,
1443 #featured.user_in #content,
1444 #favorited.user_in #content,
1445 #all.user_in #content,
1446 #replies.user_in #content,
1447 #showstream.user_in #content,
1448 #showfavorites.user_in #content,
1449 #inbox.user_in #content,
1450 #outbox.user_in #content,
1451 #subscriptions.user_in #content,
1452 #subscribers.user_in #content,
1453 #showgroup.user_in #content,
1454 #conversation.user_in #content {
1455 padding-top:160px;
1456 }
1457
1458 #profilesettings #form_notice,
1459 #avatarsettings #form_notice,
1460 #passwordsettings #form_notice,
1461 #emailsettings #form_notice,
1462 #openidsettings #form_notice,
1463 #othersettings #form_notice,
1464 #smssettings #form_notice,
1465 #twittersettings #form_notice,
1466 #imsettings #form_notice,
1467 #userdesignsettings #form_notice,
1468 #groupdesignsettings #form_notice,
1469 #grouplogo #form_notice,
1470 #editgroup #form_notice,
1471 #blockedfromgroup #form_notice,
1472 #groupmembers #form_notice,
1473 #doc #form_notice,
1474 #usergroups #form_notice,
1475 #invite #form_notice,
1476 #deletenotice #form_notice,
1477 #newgroup #form_notice,
1478 #register #form_notice,
1479 #shownotice #form_notice,
1480 #confirmaddress #form_notice,
1481 #tag #form_notice {
1482 display:none;
1483 }
1484
1485 #jOverlayContent #core #content {
1486 padding-top:11px;
1487 }
1488 #jOverlayContent #core {
1489 background:none;
1490 padding-top:0;
1491 }
1492
1493
1494 html,
1495 body,
1496 a:active {
1497 background-color:#9AE4E8;
1498 }
1499 body {
1500 font-family:'Lucida Grande',sans-serif;
1501 background:#9AE4E8  url(../images/illustrations/illu_clouds-01.gif) 0 0 no-repeat;
1502 color:#333333;
1503 }
1504 #core {
1505 background:url(../images/illustrations/illu_arrow-up-01.gif) no-repeat 25px 0;
1506 }
1507
1508 input, textarea, select, option {
1509 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
1510 }
1511 input, textarea, select,
1512 .entity_remote_subscribe {
1513 border-color:#aaa;
1514 }
1515 #filter_tags ul li {
1516 border-color:#ddd;
1517 }
1518
1519 .form_settings input.form_action-primary {
1520 background:none;
1521 }
1522
1523
1524 .form_notice label[for=notice_data-attach],
1525 #export_data li a.rss,
1526 #export_data li a.atom,
1527 #export_data li a.foaf,
1528 .entity_edit a,
1529 .entity_send-a-message a,
1530 .entity_nudge p,
1531 .form_user_nudge input.submit,
1532 .form_user_block input.submit,
1533 .form_user_unblock input.submit,
1534 .form_group_block input.submit,
1535 .form_group_unblock input.submit,
1536 .form_make_admin input.submit,
1537 .notice .attachment,
1538 .notice-options .notice_reply,
1539 .notice-options form.form_favor input.submit,
1540 .notice-options form.form_disfavor input.submit,
1541 .notice-options .notice_delete,
1542 .notice-options form.form_repeat input.submit,
1543 #new_group a,
1544 .pagination .nav_prev a,
1545 .pagination .nav_next a,
1546 button.close,
1547 .form_group_leave input.submit,
1548 .form_user_unsubscribe input.submit,
1549 .form_group_join input.submit,
1550 .form_user_subscribe input.submit,
1551 .entity_subscribe a,
1552 .entity_moderation p,
1553 .entity_sandbox input.submit,
1554 .entity_silence input.submit,
1555 .entity_delete input.submit,
1556 .notice-options .repeated,
1557 .form_notice a#notice_data-location_name,
1558 .form_notice label[for=notice_data-geo],
1559 button.minimize {
1560 background-image:url(../../base/images/icons/icons-01.gif);
1561 background-repeat:no-repeat;
1562 background-color:transparent;
1563 }
1564
1565 #wrap form.processing input.submit,
1566 .entity_actions a.processing {
1567 background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
1568 cursor:wait;
1569 text-indent:-9999px;
1570 outline:none;
1571 }
1572 .processing {
1573 background-image:url(../../base/images/icons/icon_processing.gif);
1574 background-repeat:no-repeat;
1575 background-position:47% 47%;
1576 }
1577
1578 button.close {
1579 background-position:0 -1120px;
1580 }
1581 button.minimize {
1582 background-position:0 -1912px;
1583 }
1584
1585 input.submit,
1586 .form_notice.warning #notice_text-count,
1587 .form_settings .form_note,
1588 .entity_actions a,
1589 .entity_actions input,
1590 .entity_moderation p,
1591 button {
1592 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1593 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1594 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1595 }
1596 .entity_actions a,
1597 .entity_actions input,
1598 .entity_actions p {
1599 border-color:transparent;
1600 background-color:transparent;
1601 }
1602 input:focus, textarea:focus, select:focus,
1603 .form_notice.warning #notice_data-text,
1604 .form_notice.warning #notice_text-count,
1605 .form_settings .form_note {
1606 border-color:#9BB43E;
1607 }
1608 input.submit {
1609 color:#FFFFFF;
1610 }
1611 .entity_actions a,
1612 .entity_actions input,
1613 .entity_actions p {
1614 border-color:transparent;
1615 background-color:transparent;
1616 }
1617 input:focus, textarea:focus, select:focus,
1618 .form_notice.warning #notice_data-text,
1619 .form_notice.warning #notice_text-count,
1620 .form_settings .form_note {
1621 border-color:#9BB43E;
1622 }
1623 input.submit {
1624 color:#FFFFFF;
1625 }
1626 .entity_actions input.submit {
1627 border-color:transparent;
1628 text-shadow:none;
1629 }
1630 .dialogbox .submit_dialogbox,
1631 input.submit,
1632 .form_notice input.submit {
1633 background:#AAAAAA url(../../base/images/illustrations/illu_pattern-01.png) 0 0 repeat-x;
1634 text-shadow:0 1px 0 #FFFFFF;
1635 color:#000000;
1636 border-color:#AAAAAA;
1637 border-top-color:#CCCCCC;
1638 border-left-color:#CCCCCC;
1639 }
1640 .dialogbox .submit_dialogbox:hover,
1641 input.submit:hover {
1642 background-position:0 -5px;
1643 }
1644 .dialogbox .submit_dialogbox:focus,
1645 input.submit:focus {
1646 background-position:0 -15px;
1647 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
1648 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
1649 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
1650 text-shadow:none;
1651 }
1652
1653 .form_notice span#notice_data-location_name {
1654 background-position:0 47%;
1655 }
1656 .form_notice a#notice_data-location_name {
1657 background-position:0 -1711px;
1658 }
1659 .form_notice label[for=notice_data-geo] {
1660 background-position:0 -1780px;
1661 }
1662 .form_notice label[for=notice_data-geo].checked {
1663 background-position:0 -1846px;
1664 }
1665
1666 a,
1667 div.notice-options input,
1668 .form_user_block input.submit,
1669 .form_user_unblock input.submit,
1670 .entity_send-a-message a,
1671 .form_user_nudge input.submit,
1672 .entity_nudge p,
1673 .form_settings input.form_action-primary {
1674 color:#0084B4;
1675 }
1676
1677 .notice,
1678 .profile {
1679 border-top-color:#CEE1E9;
1680 }
1681 .notice,
1682 .profile {
1683 border-top-color:#DDFFCC;
1684 }
1685 .section .profile {
1686 border-top-color:#87B4C8;
1687 }
1688 .mark-top {
1689 border-color:#AAAAAA;
1690 }
1691
1692 #aside_primary {
1693 background-color:#DDFFCC;
1694 }
1695
1696 #notice_text-count {
1697 color:#000000;
1698 }
1699 #form_notice.warning #notice_text-count {
1700 color:#000000;
1701 }
1702 #form_notice label[for=notice_data-attach] {
1703 background:transparent url(../../base/images/icons/twotone/green/clip-01.gif) no-repeat 0 45%;
1704 }
1705 #form_notice #notice_data-attach {
1706 opacity:0;
1707 }
1708
1709 #form_notice.processing #notice_action-submit {
1710 background:#fff url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
1711 cursor:wait;
1712 text-indent:-9999px;
1713 }
1714
1715 #content,
1716 #site_nav_local_views a,
1717 #aside_primary {
1718 border-color:#fff;
1719 }
1720 #content,
1721 #site_nav_local_views .current a {
1722 background-color:#fff;
1723 }
1724
1725 #site_nav_local_views a {
1726 background-color:rgba(135, 180, 200, 0.3);
1727 }
1728 #site_nav_local_views a:hover {
1729 background-color:rgba(255, 255, 255, 0.7);
1730 }
1731
1732
1733 .error {
1734 background-color:#F7E8E8;
1735 }
1736 .success {
1737 background-color:#EFF3DC;
1738 }
1739
1740
1741 #anon_notice {
1742 background-color:#FEFFDF;
1743 color:#333;
1744 border-color:#fff;
1745 }
1746
1747 #showstream #anon_notice {
1748 background-color:#FEFFDF;
1749 }
1750
1751
1752 #export_data li a {
1753 background-repeat:no-repeat;
1754 background-position:0 45%;
1755 }
1756 #export_data li a.rss {
1757 background-position:0 -130px;
1758 }
1759 #export_data li a.atom {
1760 background-position:0 -64px;
1761 }
1762 #export_data li a.foaf {
1763 background-position:0 1px;
1764 }
1765
1766 .form_group_leave input.submit,
1767 .form_user_unsubscribe input.submit {
1768 background-position:5px -1246px;
1769 }
1770 .form_group_join input.submit,
1771 .form_user_subscribe input.submit,
1772 .entity_subscribe a {
1773 background-position:5px -1181px;
1774 }
1775
1776 .entity_edit a {
1777 background-position: 5px -718px;
1778 }
1779 .entity_send-a-message a {
1780 background-position: 5px -852px;
1781 }
1782 .entity_send-a-message .form_notice,
1783 .entity_moderation:hover ul {
1784 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
1785 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
1786 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
1787 }
1788
1789 .entity_nudge p,
1790 .form_user_nudge input.submit {
1791 background-position: 5px -785px;
1792 }
1793 .form_user_block input.submit,
1794 .form_user_unblock input.submit,
1795 .form_group_block input.submit,
1796 .form_group_unblock input.submit {
1797 background-position: 5px -918px;
1798 }
1799 .form_make_admin input.submit {
1800 background-position: 5px -983px;
1801 }
1802 .entity_moderation p {
1803 background-position: 5px -1313px;
1804 }
1805 .entity_sandbox input.submit {
1806 background-position: 5px -1380px;
1807 }
1808 .entity_silence input.submit {
1809 background-position: 5px -1445px;
1810 }
1811 .entity_delete input.submit {
1812 background-position: 5px -1511px;
1813 }
1814
1815
1816
1817 /* NOTICES */
1818 .notice .attachment {
1819 background-position:0 -394px;
1820 }
1821 #attachments .attachment {
1822 background:none;
1823 }
1824 .notice-options .notice_reply {
1825 background-position:0 -592px;
1826 }
1827 .notice-options form.form_favor input.submit {
1828 background-position:0 -460px;
1829 }
1830 .notice-options form.form_disfavor input.submit {
1831 background-position:0 -526px;
1832 }
1833 .notice-options .notice_delete {
1834 background-position:0 -658px;
1835 }
1836 .notice-options form.form_repeat input.submit {
1837 background-position:0 -1582px;
1838 }
1839 .notice-options .repeated {
1840 background-position:0 -1648px;
1841 }
1842
1843 .notices div.entry-content,
1844 .notices div.notice-options {
1845 opacity:0.4;
1846 }
1847 .notices li:hover div.entry-content,
1848 .notices li:hover div.notice-options {
1849 opacity:1;
1850 }
1851 .opaque {
1852 opacity:1 !important;
1853 }
1854 .notices .notices {
1855 background-color:rgba(200, 200, 200, 0.050);
1856 }
1857 .notices .notices .notices {
1858 background-color:rgba(200, 200, 200, 0.100);
1859 }
1860 .notices .notices .notices .notices {
1861 background-color:rgba(200, 200, 200, 0.150);
1862 }
1863 .notices .notices .notices .notices .notices {
1864 background-color:rgba(200, 200, 200, 0.300);
1865 }
1866 .notice-options a,
1867 .notice-options input {
1868 font-family:sans-serif;
1869 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1870 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1871 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1872 }
1873 #content .notices li:hover {
1874 background-color:rgba(240, 240, 240, 0.2);
1875 }
1876 #conversation .notices li:hover {
1877 background-color:transparent;
1878 }
1879
1880 div.entry-content {
1881 color:#333;
1882 }
1883 div.notice-options a,
1884 div.notice-options input {
1885 font-family:sans-serif;
1886 }
1887 #content .notices li:hover {
1888 background-color:rgba(240, 240, 240, 0.2);
1889 }
1890 #conversation .notices li:hover {
1891 background-color:transparent;
1892 }
1893 /*END: NOTICES */
1894
1895
1896 #new_group a {
1897 background-position:0 -1054px;
1898 }
1899
1900 .pagination .nav_prev a,
1901 .pagination .nav_next a {
1902 background-repeat:no-repeat;
1903 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1904 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1905 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1906 }
1907 .pagination .nav_prev a {
1908 background-position:10% -187px;
1909 }
1910 .pagination .nav_next a {
1911 background-position:105% -252px;
1912 }
1913 .pagination .nav .processing {
1914 background-image:url(../../base/images/icons/icon_processing.gif);
1915 box-shadow:none;
1916 -moz-box-shadow:none;
1917 -webkit-box-shadow:none;
1918 outline:none;
1919 }
1920 .pagination .nav_next a.processing {
1921 background-position:90% 47%;
1922 }
1923 .pagination .nav_prev a.processing {
1924 background-position:10% 47%;
1925 }
1926
1927
1928 /*--------------------------------------*/
1929
1930 #anon_notice {
1931 background:url(../images/illustrations/illu_unicorn-01.png) no-repeat 0 0;
1932 }
1933 #showstream #anon_notice,
1934 #content .notice p.entry-content a:visited,
1935 content .notice p.entry-content .vcard a {
1936 background-color:transparent;
1937 }
1938
1939 #anon_notice p {
1940 background-color:#FEFFDF;
1941 border-color:#FFFF00;
1942 }
1943
1944
1945 #form_notice .form_note {
1946 color:#CCC;
1947 }
1948
1949 .notice div.entry-content,
1950 .notice div.entry-content a {
1951 color:#999;
1952 }
1953
1954 .notices div.entry-content,
1955 .notices div.notice-options {
1956 opacity:1;
1957 }
1958
1959 #site_nav_local_views {
1960 background-color:#DDFFCC;
1961 }
1962 #site_nav_local_views li,
1963 #aside_primary {
1964 border-color:#BDDCAD;
1965 }
1966 #site_nav_local_views a,
1967 .aside .section h2 {
1968 background-color:transparent;
1969 border-color:transparent;
1970 color:#4C4C4C;
1971 }
1972 #site_nav_local_views .current {
1973 border-left-color:#FFFFFF;
1974 }
1975
1976 #site_nav_local_views .current a,
1977 #site_nav_global_primary,
1978 #footer {
1979 background-color:#FFFFFF;
1980 }
1981