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