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