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