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