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