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