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