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