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