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