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