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