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