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