]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
Merge commit 'refs/merge-requests/49' of https://gitorious.org/social/mainline into...
[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 .notice > footer .timestamp span.p-name {
1460     display: none;
1461 }
1462
1463 .limited-scope .e-content .timestamp:before {
1464 content:'☠';
1465 font-size:150%;
1466 }
1467
1468 #content .notice-source-activity div.entry-title, .notice-source-activity div.e-content {
1469     margin-left: 0;
1470
1471
1472 #content .notice-source-activity div.entry-title {
1473     font-style: italic;
1474     min-height: 0;
1475 }
1476
1477 #content .notice-source-activity .notice div.entry-title {
1478     font-style: normal;
1479 }
1480
1481 span.rtl {
1482     display: block;
1483     direction: rtl;
1484     text-align: right;
1485     float: right;
1486
1487
1488 #filter_tags ul li,
1489 .entity_send-a-message .form_notice,
1490 .form_settings fieldset fieldset,
1491 .entity_moderation:hover ul,
1492 .entity_role:hover ul,
1493 .dialogbox {
1494 border-color:#DDDDDD;
1495 }
1496
1497 .form_settings input.form_action-primary {
1498 background:none;
1499 }
1500
1501 .form_settings .form_note {
1502     background-color: #d1f7cb;
1503 }
1504
1505 #form_settings_photo .form_data {
1506 clear:both;
1507 }
1508
1509 #form_settings_avatar li {
1510 width:auto;
1511 }
1512 #form_settings_avatar input {
1513 margin-left:0;
1514 }
1515 #avatar_original,
1516 #avatar_preview {
1517 float:left;
1518 }
1519 #avatar_preview {
1520 margin-left:29px;
1521 }
1522 #avatar_preview_view {
1523 height:96px;
1524 width:96px;
1525 margin-bottom:18px;
1526 overflow:hidden;
1527 }
1528
1529 #settings_attach,
1530 #form_settings_avatar .form_actions {
1531 clear:both;
1532 }
1533
1534 #form_settings_avatar .form_actions {
1535 margin-bottom:0;
1536 }
1537
1538 .entity_profile {
1539 position:relative;
1540 width:73%;
1541 min-height:123px;
1542 float:left;
1543 margin-bottom:18px;
1544 margin-left:0;
1545 overflow:hidden;
1546 }
1547
1548 .entity_profile dt,
1549 #entity_statistics dt {
1550 font-weight:bold;
1551 }
1552 .entity_profile dd {
1553 display:inline;
1554 }
1555
1556 .entity_profile .entity_depiction {
1557     float:left;
1558     width:96px;
1559     margin-right:18px;
1560     margin-bottom:18px;
1561     text-align: center;
1562 }
1563
1564 .entity_profile .entity_fn,
1565 .entity_profile .entity_nickname,
1566 .entity_profile .entity_location,
1567 .entity_profile .entity_url,
1568 .entity_profile .entity_note,
1569 .entity_profile .entity_tags,
1570 .entity_profile .entity_aliases,
1571 .entity_profile .entity_statistics {
1572 margin-left:113px;
1573 margin-bottom:4px;
1574 }
1575
1576 .peopletags_edit_button {
1577 cursor:pointer;
1578 border:0;
1579 padding:0;
1580 width:16px;
1581 height:16px;
1582     position: relative;
1583     top: -3px;
1584 }
1585
1586 ul.profile_list {
1587     list-style-type:none;
1588 }
1589
1590 ul.profile_list li {
1591     margin-bottom: 20px;
1592 }
1593
1594 .profile_list .h-card .u-photo {
1595     margin-right: 4px;
1596 }
1597 .profile_list .h-card .p-nickname {
1598     display: block;
1599 }
1600
1601 .entity_profile .entity_nickname,
1602 .entity_profile .entity_fn {
1603 margin-left:0;
1604 }
1605
1606 .entity_profile .p-nickname {
1607     font-size:1.4em;
1608 }
1609
1610 .entity_profile .p-name {
1611     font-size: 1.2em;
1612     clear: left;
1613 }
1614
1615 .entity_profile .p-name:before {
1616 content: "(";
1617 font-weight:normal;
1618 }
1619 .entity_profile .p-name:after {
1620 content: ")";
1621 font-weight:normal;
1622 }
1623 .entity_profile .p-nickname:after,
1624 .entity_profile .p-nickname:before {
1625 content:"";
1626 }
1627 .entity_profile dt,
1628 .entity_profile h2 {
1629 display:none;
1630 }
1631 .entity_profile .role {
1632 margin-left:11px;
1633 font-style:italic;
1634 }
1635
1636 .entity_actions {
1637 float:right;
1638 margin-left:2%;
1639     margin-bottom: 28px;
1640 min-width:21%;
1641 }
1642
1643 .entity_actions h2 {
1644 display:none;
1645 }
1646 .entity_actions ul {
1647 list-style-type:none;
1648 }
1649 .entity_actions li {
1650 margin-bottom:7px;
1651 }
1652 .entity_actions li:first-child {
1653 border-top:0;
1654 }
1655 .entity_actions fieldset {
1656 border:0;
1657 padding:0;
1658 }
1659 .entity_actions legend {
1660 display:none;
1661 }
1662
1663 .entity_actions input.submit {
1664 display:block;
1665 text-align:left;
1666 width:100%;
1667 }
1668
1669 .entity_actions a, .entity_actions input, .entity_actions p {
1670     color: #333 !important;
1671     font-weight: normal;
1672     line-height: 1.6em;
1673 }
1674
1675 .entity_actions a {
1676 text-decoration:none;
1677 display:block;
1678     padding: 3px 4px 4px 28px;
1679 }
1680
1681 .entity_actions input {
1682     padding: 4px 4px 4px 26px;
1683 }
1684
1685 .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 {
1686     background-color: #ccc !important;
1687     border: none;
1688 }
1689
1690 .entity_actions p {
1691     padding: 2px 4px 4px 28px;
1692 }
1693
1694 .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 {
1695     background-color: #f2f2f2 !important;
1696 }
1697
1698 .entity_actions #entity_remote_subscribe a {
1699     padding-right: 6px;
1700 }
1701
1702 .entity_actions .accept {
1703 margin-bottom:18px;
1704 }
1705
1706 .entity_send-a-message button {
1707 position:absolute;
1708 top:3px;
1709 right:3px;
1710 }
1711
1712 .entity_send-a-message .form_notice {
1713     width: 410px;
1714     padding: 10px;
1715     position: absolute;
1716     top: 46px;
1717     right: 10px;
1718     z-index: 2;
1719 }
1720
1721 .entity_send-a-message .form_notice fieldset {
1722     width: 410px;
1723 }
1724
1725 .entity_send-a-message .form_notice textarea {
1726     width: 280px;
1727 }
1728
1729 .entity_send-a-message .form_notice legend {
1730 display:block;
1731 margin-bottom:11px;
1732     font-weight: normal;
1733     color: #333 !important;
1734 }
1735
1736 .entity_send-a-message .form_notice label,
1737 .entity_send-a-message .form_notice select {
1738 display:none;
1739 }
1740 .entity_send-a-message .form_notice .submit {
1741     position: absolute;
1742     top: 52px;
1743     right: 0px;
1744     text-align: center;
1745 }
1746
1747 .entity_moderation,
1748 .entity_role {
1749 position:relative;
1750 }
1751 .entity_moderation p,
1752 .entity_role p {
1753
1754 padding-bottom:2px;
1755 margin-bottom:7px;
1756 }
1757 .entity_moderation ul,
1758 .entity_role ul {
1759 display:none;
1760 }
1761 .entity_moderation:hover ul,
1762 .entity_role:hover ul {
1763 display:block;
1764 width:110%;
1765 padding:11px;
1766 position:absolute;
1767 z-index:1;
1768 border-width:1px;
1769 border-style:solid;
1770         top: 20px;
1771         right: 0px;
1772         background-color: #fff;
1773 }
1774
1775 .entity_tags ul {
1776 list-style-type:none;
1777 display:inline;
1778 }
1779 .entity_tags li {
1780 display:inline;
1781 margin-right:7px;
1782 }
1783 .entity_tags li:before {
1784 content:'\0009';
1785 }
1786 .entity_tags p.error {
1787 clear:both;
1788 }
1789
1790 #filter_tags {
1791     margin-bottom: 20px;
1792     padding-bottom: 10px;
1793     border-bottom: 1px solid #ccc;
1794     float: left;
1795 }
1796 #filter_tags dt {
1797 display:none;
1798 }
1799 #filter_tags ul {
1800 list-style-type:none;
1801 }
1802 #filter_tags li {
1803 float:left;
1804 margin-left:7px;
1805 padding-left:7px;
1806 border-left-width: 1px;
1807 border-left-style:solid;
1808 }
1809 #filter_tags #filter_tags_all,
1810 #filter_tags #filter_tags_for {
1811     margin-left: 10px;
1812 border-left:0;
1813 padding-left:0;
1814 }
1815 #filter_tags_all a,
1816 #filter_tags_for a  {
1817 font-weight:bold;
1818     margin-top: 4px;
1819 float:left;
1820 }
1821
1822 #filter_tags_for a {
1823 margin:0;
1824 }
1825
1826 #filter_tags #form_filter_bymode .form_guide {
1827 display:none;
1828 }
1829
1830 #filter_tags #form_filter_bymode .checkbox {
1831 float:none;
1832 }
1833
1834 #filter_tags #form_filter_bymode legend {
1835 display:none;
1836 }
1837
1838 #filter_tags_item label {
1839     margin-right: 14px;
1840     margin-left: 7px;
1841     padding-top: 4px;
1842 }
1843 #filter_tags_item label,
1844 #filter_tags_item select {
1845 float:left;
1846 }
1847
1848 #filter_tags_item p {
1849 float:left;
1850 clear:both;
1851 margin-left:38px;
1852 }
1853 #filter_tags_item .submit {
1854 position:relative;
1855 top:3px;
1856 left:3px;
1857 }
1858
1859 .profile .entity_profile {
1860 margin-bottom:0;
1861 min-height:60px;
1862 }
1863
1864 .profile .form_group_join legend,
1865 .profile .form_group_leave legend,
1866 .profile .form_user_subscribe legend,
1867 .profile .form_user_unsubscribe legend,
1868 .form_user_add_peopletag legend,
1869 .form_user_remove_peopletag legend {
1870 display:none;
1871 }
1872
1873 .profile .entity_profile .p-name,
1874 .profile .entity_profile .u-url[rel~=contact] {
1875 margin-left:0;
1876 display:inline;
1877 }
1878
1879 .profile .entity_profile .note,
1880 .profile .entity_profile .u-url,
1881 .profile .entity_profile .entity_tags,
1882 .profile .entity_profile .form_subscription_edit {
1883 margin-left:55px;
1884 clear:none;
1885 display:block;
1886 width:auto;
1887 }
1888
1889 .profile_block .group_aliases .group_alias {
1890     display:inline;
1891     list-style-type: none;
1892     font-style: italic;
1893 }
1894
1895 .profile_block .entity_tags dt {
1896 display: inline;
1897 margin-right: 3px;
1898 font-weight: bold;
1899 }
1900
1901 .profile_block .entity_tags dd {
1902 display: inline;
1903 }
1904
1905 .profile .entity_profile .form_subscription_edit {
1906 clear:left;
1907 }
1908
1909 .peopletag {
1910 min-height: 90px;
1911 list-style: none;
1912 }
1913
1914 .peopletag .e-content {
1915 width:auto;
1916 }
1917
1918 .peopletag .tagged-count a:after,
1919 .peopletag .subscriber-count a:after,
1920 .entity_tags dt:after {
1921 content: ':';
1922 }
1923
1924 .peopletag .updated {
1925 display:none;
1926 }
1927 .peopletag .tag a{
1928 font-weight: bold;
1929 }
1930
1931 .peopletag .tag:before {
1932 /* raquo */
1933 content: "\00BB";
1934 }
1935
1936 .peopletag .entity_statistics {
1937 font-size:80%;
1938 }
1939
1940 .profile-lister li {
1941 min-height:30px;
1942 padding:5px;
1943 clear:both;
1944 border-top: 1px #eee solid;
1945 }
1946
1947 .profile-lister {
1948 list-style-type:none;
1949 }
1950
1951 .profile_search_wrap h3 {
1952 float:left;
1953 font-weight:normal;
1954 margin-right:10px;
1955 }
1956
1957 .profile-lister li .u-photo {
1958 display:inline;
1959 margin-right:7px;
1960 margin-bottom:-5px;
1961 }
1962
1963 .profile-lister li .p-name {
1964 font-weight:bold;
1965 }
1966
1967 .profile-lister li .entity_actions {
1968 margin:0;
1969 }
1970
1971 #profile_search_results {
1972 display:block;
1973 border-radius:4px;
1974 max-height:800px;
1975 margin:10px 0;
1976 padding: 5px;
1977 border:1px #ddd solid;
1978 background:#f1f1f1;
1979 }
1980
1981 #profile_search_results.empty {
1982 display: none;
1983 }
1984
1985 .form_peopletag_edit_user_search legend,
1986 .form_peopletag_edit_user_search label,
1987 .form_peopletag_edit_user_search .form_guide {
1988 display:none;
1989 }
1990
1991 .form_peopletag_edit_user_search #field {
1992 height:30px;
1993 }
1994 .form_peopletag_edit_user_search .submit {
1995 width:60px;
1996 }
1997 .form_user_remove_peopletag,
1998 .form_user_add_peopletag {
1999 float:right;
2000 }
2001 .form_user_add_peopletag input.submit,
2002 .form_user_remove_peopletag input.submit {
2003 width:100px;
2004 padding-left:25px;
2005 text-align:left;
2006 }
2007
2008 .profile .entity_profile .form_subscription_edit label {
2009 font-weight:normal;
2010 margin-right:11px;
2011 }
2012
2013 .applications {
2014 margin-bottom:18px;
2015 float:left;
2016 width:100%;
2017 }
2018 .applications li {
2019 list-style-type:none;
2020 }
2021 .application img,
2022 #showapplication .entity_profile img,
2023 .form_data #application_icon img,
2024 #apioauthauthorize .form_data img {
2025 max-width:96px;
2026 max-height:96px;
2027 }
2028 #apioauthauthorize .form_data img {
2029 margin-right:18px;
2030 float:left;
2031 }
2032
2033 .oauth-desktop-mode #wrap {
2034     min-width: 500px;
2035 }
2036
2037 .oauth-desktop-mode #content {
2038     width: 480px;
2039     padding: 6px;
2040     margin: 4px 0px 0px 4px;
2041     border-top-left-radius: 7px;
2042 }
2043
2044 .oauth-desktop-mode fieldset {
2045     margin-bottom: 10px !important;
2046 }
2047
2048 #oauth_pin {
2049     text-align: center;
2050     font-size: 3em;
2051 }
2052
2053 #showapplication .entity_profile {
2054 width:68%;
2055 }
2056 #showapplication .entity_profile .entity_fn {
2057 margin-left:0;
2058 }
2059 #showapplication .entity_profile .p-name:before,
2060 #showapplication .entity_profile .p-name:after {
2061 content:'';
2062 }
2063 #showapplication .entity_data {
2064 clear:both;
2065 margin-bottom:18px;
2066 }
2067 #showapplication .entity_data h2 {
2068 display:none;
2069 }
2070 #showapplication .entity_data dd {
2071 font-family:monospace;
2072 font-size:1.3em;
2073     margin-bottom: 10px;
2074 }
2075 .form_data #application_types label.radio,
2076 .form_data #default_access_types label.radio {
2077 width:14.5%;
2078 }
2079
2080 .mark-top {
2081     border-top: 1px solid #ccc;
2082 }
2083
2084 #realtime_actions {
2085     position: relative !important;
2086     right: -4px !important;
2087     float: right;
2088     padding-top: 15px;
2089     margin-bottom: -8px !important;
2090 }
2091
2092 #realtime_actions li {
2093     margin-left: 2px !important;
2094 }
2095
2096 #realtime_play, #realtime_pause, #realtime_popup {
2097     background-image: url(../images/icons/icons-01.gif);
2098     background-repeat: no-repeat;
2099     background-color: transparent;
2100 }
2101
2102 #realtime_play {
2103     background-position: 0 -2308px;
2104 }
2105 #realtime_pause {
2106     background-position: 0 -2374px;
2107 }
2108 #realtime_popup {
2109     background-position: 0 -1714px;
2110 }
2111
2112 #realtime_play, #realtime_pause, #realtime_popup {
2113     opacity: 0.6;
2114 }
2115
2116 #realtime_play:hover, #realtime_pause:hover, #realtime_popup:hover {
2117     opacity: 1;
2118 }
2119
2120 body.realtime-popup {
2121     min-width: 100%;
2122     overflow-x: hidden;
2123 }
2124
2125 .realtime-popup #content {
2126     padding: 0px !important;
2127     margin: 0px !important;
2128     left: 0;
2129     right: 0;
2130     width: 100% !important;
2131     overflow: visible;
2132 }
2133
2134 .realtime-popup #content_inner {
2135     padding: 5px;
2136 }
2137
2138 .realtime-popup .input_forms {
2139     top: 0px;
2140     left: 0px;
2141     padding: 10px 0px 0px 5px;
2142 }
2143
2144 .realtime-popup .form_notice_placeholder .placeholder {
2145     width: 445px;
2146 }
2147
2148 .realtime-popup .input_form {
2149     width: 470px;
2150 }
2151
2152 .realtime-popup .form_notice fieldset {
2153     width: 430px !important;
2154 }
2155
2156 .realtime-popup .form_notice textarea {
2157     width: 425px !important;
2158 }
2159
2160 .realtime-popup .form_notice label.notice_data-attach {
2161     right: 0px !important;
2162     top: 3px !important;
2163 }
2164
2165 .realtime-popup .form_notice #notice_data-geo_wrap label, .realtime-popup .form_notice #notice_data-geo_wrap input {
2166     right: 8px !important;
2167     top: 3px !important;
2168 }
2169
2170 .realtime-popup .form_notice .error,
2171 .realtime-popup .form_notice .success,
2172 .realtime-popup .form_notice .notice-status {
2173     width: 430px; 
2174 }
2175
2176 /* icons */
2177
2178 .form_notice label.notice_data-attach,
2179 #export_data li a.rss,
2180 #export_data li a.atom,
2181 #export_data li a.foaf,
2182 .entity_edit a,
2183 .entity_send-a-message a,
2184 .entity_nudge p,
2185 .form_user_nudge input.submit,
2186 .form_user_block input.submit,
2187 .form_user_unblock input.submit,
2188 .form_group_block input.submit,
2189 .form_group_unblock input.submit,
2190 .form_make_admin input.submit,
2191 .notice .attachment,
2192 .notice-options .notice_reply,
2193 .notice-options form.form_favor input.submit,
2194 .notice-options form.form_disfavor input.submit,
2195 .notice-options .notice_delete,
2196 .notice-options form.form_repeat input.submit,
2197 #new_group a,
2198 #pagination .nav_prev a,
2199 #pagination .nav_next a,
2200 button.close,
2201 .form_group_leave input.submit,
2202 .form_user_unsubscribe input.submit,
2203 .form_group_join input.submit,
2204 .form_user_subscribe input.submit,
2205 .form_remote_authorize input.submit,
2206 .entity_subscribe a,
2207 .entity_moderation p,
2208 .entity_sandbox input.submit,
2209 .entity_silence input.submit,
2210 .entity_delete input.submit,
2211 .entity_role p,
2212 .entity_role_administrator input.submit,
2213 .entity_role_moderator input.submit,
2214 .form_user_remove_peopletag input.submit,
2215 .form_user_add_peopletag input.submit,
2216 .form_peopletag_subscribe input.submit,
2217 .form_peopletag_unsubscribe input.submit,
2218 .notice-options .repeated,
2219 .form_notice label.notice_data-geo,
2220 button.minimize,
2221 .form_reset_key input.submit,
2222 .entity_tag a,
2223 .entity_clear input.submit,
2224 .entity_flag input.submit,
2225 .entity_flag p,
2226 .entity_subscribe input.submit,
2227 #realtime_play,
2228 #realtime_pause,
2229 #realtime_popup,
2230 .peopletags_edit_button,
2231 .mode-private .privacy_mode {
2232 background-image:url(../images/icons/icons-01.gif);
2233 background-repeat:no-repeat;
2234 background-color:transparent;
2235 }
2236
2237 button.close {
2238 background-position:0 -1120px;
2239 }
2240 button.minimize {
2241 background-position:0 -1912px;
2242 }
2243 #export_data li a.rss {
2244 background-position:0 -130px;
2245 }
2246 #export_data li a.atom {
2247 background-position:0 -64px;
2248 }
2249 #export_data li a.foaf {
2250 background-position:0 1px;
2251 }
2252
2253 #export_data li a.json {
2254 background-image:url(../images/icons/activitystreams.png);
2255 background-repeat:no-repeat;
2256 background-color:transparent;
2257 }
2258
2259 .form_group_leave input.submit,
2260 .form_user_unsubscribe input.submit,
2261 .form_user_remove_peopletag input.submit,
2262 .form_peopletag_unsubscribe input.submit {
2263 background-position:5px -1246px;
2264 }
2265 .form_group_join input.submit,
2266 .form_user_subscribe input.submit,
2267 .form_remote_authorize input.submit,
2268 .form_user_add_peopletag input.submit,
2269 .form_peopletag_subscribe input.submit,
2270 .entity_subscribe a {
2271 background-position:5px -1181px;
2272 }
2273  .peopletags_edit_button {
2274 background-position: 0 -724px;
2275 }
2276
2277 .entity_edit a {
2278 background-position: 5px -719px;
2279 }
2280 .entity_send-a-message a {
2281 background-position: 5px -852px;
2282 }
2283 .entity_nudge p,
2284 .form_user_nudge input.submit {
2285 background-position: 5px -785px;
2286 }
2287 .form_user_block input.submit,
2288 .form_user_unblock input.submit,
2289 .form_group_block input.submit,
2290 .form_group_unblock input.submit {
2291 background-position: 5px -918px;
2292 }
2293 .form_make_admin input.submit {
2294 background-position: 5px -983px;
2295 }
2296 .entity_moderation p {
2297 background-position: 5px -1313px;
2298 }
2299 .entity_sandbox input.submit {
2300 background-position: 5px -1380px;
2301 }
2302 .entity_silence input.submit {
2303 background-position: 5px -1445px;
2304 }
2305 .entity_delete input.submit {
2306 background-position: 5px -1511px;
2307 }
2308 .entity_sandbox .form_user_unsandbox input.submit {
2309 background-position: 5px -2568px;
2310 }
2311 .entity_silence .form_user_unsilence input.submit {
2312 background-position: 5px -2633px;
2313 }
2314 .entity_role p {
2315 background-position: 5px -2436px;
2316 }
2317 .entity_role_administrator .form_user_grantrole input.submit {
2318 background-position: 5px -983px;
2319 }
2320 .entity_role_moderator .form_user_grantrole input.submit {
2321 background-position: 5px -1313px;
2322 }
2323 .entity_role_administrator .form_user_revokerole input.submit {
2324 background-position: 5px -2699px;
2325 }
2326 .entity_role_moderator .form_user_revokerole input.submit {
2327 background-position: 5px -2501px;
2328 }
2329 .form_reset_key input.submit {
2330 background-position: 5px -1973px;
2331 }
2332 .entity_clear input.submit {
2333 background-position: 5px -2039px;
2334 }
2335 .entity_flag input.submit,
2336 .entity_flag p {
2337 background-position: 5px -2105px;
2338 }
2339 .entity_subscribe input.accept {
2340 background-position: 5px -2171px;
2341 }
2342 .entity_subscribe input.reject {
2343 background-position: 5px -2237px;
2344 }
2345 #realtime_play {
2346 background-position: 0 -2308px;
2347 }
2348 #realtime_pause {
2349 background-position: 0 -2374px;
2350 }
2351 #realtime_popup {
2352 background-position: 0 -1714px;
2353 }
2354 .notice .attachment {
2355 background-position:0 -394px;
2356 }
2357 .notice .attachment.more {
2358 background-position:0 -2770px;
2359 }
2360 #attachments .attachment {
2361 background:none;
2362 }
2363 .notice-options .notice_reply {
2364 background-position:0 -592px;
2365 }
2366 .notice-options form.form_favor input.submit {
2367 background-position:0 -460px;
2368 }
2369 .notice-options form.form_disfavor input.submit {
2370 background-position:0 -526px;
2371 }
2372 .notice-options .notice_delete {
2373 background-position:0 -658px;
2374 }
2375 .notice-options .form_repeat.processing {
2376 background-image:none;
2377 }
2378 .notice-options form.form_repeat input.submit {
2379 background-position:0 -1582px;
2380 }
2381 .notice-options .repeated {
2382 background-position:0 -1648px;
2383 }
2384 #new_group a {
2385 background-position:0 -1054px;
2386 }
2387 .form_notice label.notice_data-attach {
2388     background-position: 0 -328px;
2389 }
2390 .form_notice label.notice_data-geo {
2391     background-position: 0 -1780px;
2392 }
2393 .form_notice label.notice_data-geo.checked {
2394     background-position: 0 -1846px;
2395 }
2396
2397 #pagination .nav_prev a {
2398     padding-top: 8px;
2399     padding-left: 25px;
2400     background-position:0 -187px;
2401 }
2402 #pagination .nav_next a { 
2403     padding-top: 9px;
2404     padding-right: 25px;
2405     background-position: 115% -252px;
2406 }
2407
2408 #usergroups #new_group {
2409 float: left;
2410 margin-right: 2em;
2411 }
2412 #new_group, #group_search {
2413 margin-bottom:18px;
2414 }
2415 #new_group a {
2416 padding-left:20px;
2417 }
2418
2419
2420
2421 .entity_tags li.mode-private {
2422 color: #829D25;
2423 }
2424 .mode-private .privacy_mode {
2425 background-position: 0px -1978px;
2426 }
2427
2428 /* tag autocomplete */
2429
2430 .ptag-ac-line {
2431 font-weight: normal;
2432 background-color: white;
2433 min-height:30px;
2434 }
2435 .ptag-ac-line:nth-child(odd) {
2436 background-color: #fafafa;
2437 }
2438
2439 .ptag-ac-line-tag {
2440 min-width: 150px;
2441 display: inline-block;
2442 }
2443
2444 .ptag-ac-line .freq {
2445 min-width: 50px;
2446 text-align: right;
2447 float:right;
2448 }
2449
2450 .ptag-ac-line.mode-public .privacy_mode {
2451 display:none;
2452 }
2453
2454 #site_nav_local_views li.extended_menu a {
2455     display:none;
2456 }
2457
2458 .profile_block_otherprofile_list li {
2459     display: inline;
2460     list-style-type: none;
2461 }
2462
2463 }/*end of @media screen, projection, tv*/
2464
2465
2466 @media print {
2467 a:after { background-color:#FFFFFF; }
2468 a:not([href^="#"]):after { content:" <"attr(href)"> "; }
2469 img { border:none; }
2470 p { orphans: 2; widows: 1; }
2471
2472 #site_nav_global_primary,
2473 #site_nav_local_views,
2474 #form_notice,
2475 .pagination,
2476 #site_nav_global_secondary,
2477 .entity_actions,
2478 .notice-options,
2479 #aside_primary,
2480 .form_subscription_edit .submit {
2481 display:none;
2482 }
2483 .timestamp dt, .timestamp dd,
2484 .device dt, .device dd {
2485 display:inline;
2486 }
2487 .profiles li,
2488 .notices li {
2489 margin-bottom:18px;
2490 }
2491
2492 }/*end of @media print*/