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