]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
Blocking form (at least) was visually broken
[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 {
1367 width:39%;
1368 }
1369 .form_settings .form_data input.submit,
1370 .form_settings .form_data input.checkbox,
1371 .form_settings .form_data input.radio {
1372 width:auto;
1373 }
1374 .form_settings .form_data textarea {
1375 width:63%;
1376 }
1377
1378 .form_settings .form_data input.submit {
1379 margin-left:0;
1380 }
1381
1382 .form_settings label {
1383 margin-top:2px;
1384     width: 25%;
1385     text-align: right;
1386 }
1387
1388 .form_settings input.checkbox, .form_settings input.radio {
1389     margin-left: 25%;
1390     margin-top: 3px;
1391     position: relative;
1392     left: -14px;
1393 }
1394
1395 .form_settings label.checkbox, .form_settings label.radio {
1396     width: auto;
1397     max-width: 60%;
1398     position: relative;
1399     left: -25px;
1400 }
1401
1402 .form_settings label.checkbox {
1403     text-align: left;
1404     line-height: 1.2em;
1405 }
1406
1407 .form_settings label.radio {
1408     text-align: left;
1409     margin: 0px;
1410 }
1411
1412 .form_settings li input.radio {
1413     clear: left;
1414 }
1415
1416 .form_actions label {
1417 display:none;
1418 }
1419 .form_guide {
1420 font-style:italic;
1421 }
1422
1423 .form_settings #settings_autosubscribe label {
1424 display:inline;
1425 font-weight:bold;
1426 }
1427
1428 #form_settings_profile legend,
1429 #form_login legend,
1430 #form_register legend,
1431 #form_password legend,
1432 #form_settings_avatar legend,
1433 #newgroup legend,
1434 #editgroup legend,
1435 .form_tag_user legend,
1436 #form_remote_subscribe legend,
1437 #form_openid_login legend,
1438 #form_search legend,
1439 #form_invite legend,
1440 #form_notice_delete legend,
1441 #form_password_recover legend,
1442 #form_password_change legend,
1443 .form_entity_block legend,
1444 #form_filter_bytag legend,
1445 #apioauthauthorize_allowdeny,
1446 .form_tag_user_wrap form,
1447 .form_tag_user_wrap label,
1448 .form_tag_user_wrap legend {
1449 display:none;
1450 }
1451
1452 .form_tag_user_wrap {
1453 clear:both;
1454 }
1455
1456 .form_tag_user {
1457 float:left;
1458 width:auto;
1459 }
1460
1461 .form_tag_user input.submit {
1462 width:50px;
1463 }
1464
1465 .form_settings .form_data p.form_guide {
1466 clear:both;
1467     margin-left: 27%;
1468 margin-bottom:0;
1469     line-height: 1.2em;
1470     padding-top: 4px;
1471 }
1472
1473 .form_settings p {
1474 margin-bottom:11px;
1475 }
1476
1477 .form_settings .form_note {
1478 padding:0 7px;
1479 }
1480
1481 .form_settings .form_response {
1482     margin-top: 10px;
1483 }
1484
1485 .form_settings input {
1486     margin-right: 20px;
1487 }
1488
1489 #form_search .submit {
1490 margin-left:11px;
1491 }
1492 #form_search .form_data input {
1493 width:auto;
1494 }
1495
1496 .h-entry .e-content .form_settings ul {
1497 margin-left:0;
1498 }
1499
1500 .entry-metadata .timestamp span.p-name {
1501     display: none;
1502 }
1503
1504 .limited-scope .e-content .timestamp:before {
1505 content:'☠';
1506 font-size:150%;
1507 }
1508
1509 #content .notice-source-activity div.entry-title, .notice-source-activity div.e-content {
1510     margin-left: 0;
1511
1512
1513 #content .notice-source-activity div.entry-title {
1514     font-style: italic;
1515     min-height: 0;
1516 }
1517
1518 #content .notice-source-activity .notice div.entry-title {
1519     font-style: normal;
1520 }
1521
1522 span.rtl {
1523     display: block;
1524     direction: rtl;
1525     text-align: right;
1526     float: right;
1527
1528
1529 #filter_tags ul li,
1530 .entity_send-a-message .form_notice,
1531 .form_settings fieldset fieldset,
1532 .entity_moderation:hover ul,
1533 .entity_role:hover ul,
1534 .dialogbox {
1535 border-color:#DDDDDD;
1536 }
1537
1538 .form_settings input.form_action-primary {
1539 background:none;
1540 }
1541
1542 .form_settings .form_note {
1543     background-color: #d1f7cb;
1544 }
1545
1546 #form_settings_photo .form_data {
1547 clear:both;
1548 }
1549
1550 #form_settings_avatar li {
1551 width:auto;
1552 }
1553 #form_settings_avatar input {
1554 margin-left:0;
1555 }
1556 #avatar_original,
1557 #avatar_preview {
1558 float:left;
1559 }
1560 #avatar_preview {
1561 margin-left:29px;
1562 }
1563 #avatar_preview_view {
1564 height:96px;
1565 width:96px;
1566 margin-bottom:18px;
1567 overflow:hidden;
1568 }
1569
1570 #settings_attach,
1571 #form_settings_avatar .form_actions {
1572 clear:both;
1573 }
1574
1575 #form_settings_avatar .form_actions {
1576 margin-bottom:0;
1577 }
1578
1579 .entity_profile {
1580 position:relative;
1581 width:73%;
1582 min-height:123px;
1583 float:left;
1584 margin-bottom:18px;
1585 margin-left:0;
1586 overflow:hidden;
1587 }
1588
1589 .entity_profile dt,
1590 #entity_statistics dt {
1591 font-weight:bold;
1592 }
1593 .entity_profile dd {
1594 display:inline;
1595 }
1596
1597 .entity_profile .entity_depiction {
1598     float:left;
1599     width:96px;
1600     margin-right:18px;
1601     margin-bottom:18px;
1602     text-align: center;
1603 }
1604
1605 .entity_profile .entity_fn,
1606 .entity_profile .entity_nickname,
1607 .entity_profile .entity_location,
1608 .entity_profile .entity_url,
1609 .entity_profile .entity_note,
1610 .entity_profile .entity_tags,
1611 .entity_profile .entity_aliases,
1612 .entity_profile .entity_statistics {
1613 margin-left:113px;
1614 margin-bottom:4px;
1615 }
1616
1617 .peopletags_edit_button {
1618 cursor:pointer;
1619 border:0;
1620 padding:0;
1621 width:16px;
1622 height:16px;
1623     position: relative;
1624     top: -3px;
1625 }
1626
1627 ul.profile_list {
1628     list-style-type:none;
1629 }
1630
1631 ul.profile_list li {
1632     margin-bottom: 20px;
1633 }
1634
1635 .profile_list .h-card .u-photo {
1636     margin-right: 4px;
1637 }
1638 .profile_list .h-card .p-nickname {
1639     display: block;
1640 }
1641
1642 .entity_profile .entity_nickname,
1643 .entity_profile .entity_fn {
1644 margin-left:0;
1645 }
1646
1647 .entity_profile .p-nickname {
1648     font-size:1.4em;
1649 }
1650
1651 .entity_profile .p-name {
1652     font-size: 1.2em;
1653     clear: left;
1654 }
1655
1656 .entity_profile .p-name:before {
1657 content: "(";
1658 font-weight:normal;
1659 }
1660 .entity_profile .p-name:after {
1661 content: ")";
1662 font-weight:normal;
1663 }
1664 .entity_profile .p-nickname:after,
1665 .entity_profile .p-nickname:before {
1666 content:"";
1667 }
1668 .entity_profile dt,
1669 .entity_profile h2 {
1670 display:none;
1671 }
1672 .entity_profile .role {
1673 margin-left:11px;
1674 font-style:italic;
1675 }
1676
1677 .entity_actions {
1678 float:right;
1679 margin-left:2%;
1680     margin-bottom: 28px;
1681 min-width:21%;
1682 }
1683
1684 .entity_actions h2 {
1685 display:none;
1686 }
1687 .entity_actions ul {
1688 list-style-type:none;
1689 }
1690 .entity_actions li {
1691 margin-bottom:7px;
1692 }
1693 .entity_actions li:first-child {
1694 border-top:0;
1695 }
1696 .entity_actions fieldset {
1697 border:0;
1698 padding:0;
1699 }
1700 .entity_actions legend {
1701 display:none;
1702 }
1703
1704 .entity_actions input.submit {
1705 display:block;
1706 text-align:left;
1707 width:100%;
1708 }
1709
1710 .entity_actions a, .entity_actions input, .entity_actions p {
1711     color: #333 !important;
1712     font-weight: normal;
1713     line-height: 1.6em;
1714 }
1715
1716 .entity_actions a {
1717 text-decoration:none;
1718 display:block;
1719     padding: 3px 4px 4px 28px;
1720 }
1721
1722 .entity_actions input {
1723     padding: 4px 4px 4px 26px;
1724 }
1725
1726 .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 {
1727     background-color: #ccc !important;
1728     border: none;
1729 }
1730
1731 .entity_actions p {
1732     padding: 2px 4px 4px 28px;
1733 }
1734
1735 .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 {
1736     background-color: #f2f2f2 !important;
1737 }
1738
1739 .entity_actions #entity_remote_subscribe a {
1740     padding-right: 6px;
1741 }
1742
1743 .entity_actions .accept {
1744 margin-bottom:18px;
1745 }
1746
1747 .entity_send-a-message button {
1748 position:absolute;
1749 top:3px;
1750 right:3px;
1751 }
1752
1753 .entity_send-a-message .form_notice {
1754     width: 410px;
1755     padding: 10px;
1756     position: absolute;
1757     top: 46px;
1758     right: 10px;
1759     z-index: 2;
1760 }
1761
1762 .entity_send-a-message .form_notice fieldset {
1763     width: 410px;
1764 }
1765
1766 .entity_send-a-message .form_notice textarea {
1767     width: 280px;
1768 }
1769
1770 .entity_send-a-message .form_notice legend {
1771 display:block;
1772 margin-bottom:11px;
1773     font-weight: normal;
1774     color: #333 !important;
1775 }
1776
1777 .entity_send-a-message .form_notice label,
1778 .entity_send-a-message .form_notice select {
1779 display:none;
1780 }
1781 .entity_send-a-message .form_notice .submit {
1782     position: absolute;
1783     top: 52px;
1784     right: 0px;
1785     text-align: center;
1786 }
1787
1788 .entity_moderation,
1789 .entity_role {
1790 position:relative;
1791 }
1792 .entity_moderation p,
1793 .entity_role p {
1794
1795 padding-bottom:2px;
1796 margin-bottom:7px;
1797 }
1798 .entity_moderation ul,
1799 .entity_role ul {
1800 display:none;
1801 }
1802 .entity_moderation:hover ul,
1803 .entity_role:hover ul {
1804 display:block;
1805 width:110%;
1806 padding:11px;
1807 position:absolute;
1808 z-index:1;
1809 border-width:1px;
1810 border-style:solid;
1811         top: 20px;
1812         right: 0px;
1813         background-color: #fff;
1814 }
1815
1816 .entity_tags ul {
1817 list-style-type:none;
1818 display:inline;
1819 }
1820 .entity_tags li {
1821 display:inline;
1822 margin-right:7px;
1823 }
1824 .entity_tags li:before {
1825 content:'\0009';
1826 }
1827 .entity_tags p.error {
1828 clear:both;
1829 }
1830
1831 #filter_tags {
1832     margin-bottom: 20px;
1833     padding-bottom: 10px;
1834     border-bottom: 1px solid #ccc;
1835     float: left;
1836 }
1837 #filter_tags dt {
1838 display:none;
1839 }
1840 #filter_tags ul {
1841 list-style-type:none;
1842 }
1843 #filter_tags li {
1844 float:left;
1845 margin-left:7px;
1846 padding-left:7px;
1847 border-left-width: 1px;
1848 border-left-style:solid;
1849 }
1850 #filter_tags #filter_tags_all,
1851 #filter_tags #filter_tags_for {
1852     margin-left: 10px;
1853 border-left:0;
1854 padding-left:0;
1855 }
1856 #filter_tags_all a,
1857 #filter_tags_for a  {
1858 font-weight:bold;
1859     margin-top: 4px;
1860 float:left;
1861 }
1862
1863 #filter_tags_for a {
1864 margin:0;
1865 }
1866
1867 #filter_tags #form_filter_bymode .form_guide {
1868 display:none;
1869 }
1870
1871 #filter_tags #form_filter_bymode .checkbox {
1872 float:none;
1873 }
1874
1875 #filter_tags #form_filter_bymode legend {
1876 display:none;
1877 }
1878
1879 #filter_tags_item label {
1880     margin-right: 14px;
1881     margin-left: 7px;
1882     padding-top: 4px;
1883 }
1884 #filter_tags_item label,
1885 #filter_tags_item select {
1886 float:left;
1887 }
1888
1889 #filter_tags_item p {
1890 float:left;
1891 clear:both;
1892 margin-left:38px;
1893 }
1894 #filter_tags_item .submit {
1895 position:relative;
1896 top:3px;
1897 left:3px;
1898 }
1899
1900 .profile .entity_profile {
1901 margin-bottom:0;
1902 min-height:60px;
1903 }
1904
1905 .profile .form_group_join legend,
1906 .profile .form_group_leave legend,
1907 .profile .form_user_subscribe legend,
1908 .profile .form_user_unsubscribe legend,
1909 .form_user_add_peopletag legend,
1910 .form_user_remove_peopletag legend {
1911 display:none;
1912 }
1913
1914 .profile .entity_profile .p-name,
1915 .profile .entity_profile .u-url[rel~=contact] {
1916 margin-left:0;
1917 display:inline;
1918 }
1919
1920 .profile .entity_profile .note,
1921 .profile .entity_profile .u-url,
1922 .profile .entity_profile .entity_tags,
1923 .profile .entity_profile .form_subscription_edit {
1924 margin-left:55px;
1925 clear:none;
1926 display:block;
1927 width:auto;
1928 }
1929
1930 .profile_block .group_aliases .group_alias {
1931     display:inline;
1932     list-style-type: none;
1933     font-style: italic;
1934 }
1935
1936 .profile_block .entity_tags dt {
1937 display: inline;
1938 margin-right: 3px;
1939 font-weight: bold;
1940 }
1941
1942 .profile_block .entity_tags dd {
1943 display: inline;
1944 }
1945
1946 .profile .entity_profile .form_subscription_edit {
1947 clear:left;
1948 }
1949
1950 .peopletag {
1951 min-height: 90px;
1952 list-style: none;
1953 }
1954
1955 .peopletag .e-content {
1956 width:auto;
1957 }
1958
1959 .peopletag .tagged-count a:after,
1960 .peopletag .subscriber-count a:after,
1961 .entity_tags dt:after {
1962 content: ':';
1963 }
1964
1965 .peopletag .updated {
1966 display:none;
1967 }
1968 .peopletag .tag a{
1969 font-weight: bold;
1970 }
1971
1972 .peopletag .tag:before {
1973 /* raquo */
1974 content: "\00BB";
1975 }
1976
1977 .peopletag .entity_statistics {
1978 font-size:80%;
1979 }
1980
1981 .profile-lister li {
1982 min-height:30px;
1983 padding:5px;
1984 clear:both;
1985 border-top: 1px #eee solid;
1986 }
1987
1988 .profile-lister {
1989 list-style-type:none;
1990 }
1991
1992 .profile_search_wrap h3 {
1993 float:left;
1994 font-weight:normal;
1995 margin-right:10px;
1996 }
1997
1998 .profile-lister li .u-photo {
1999 display:inline;
2000 margin-right:7px;
2001 margin-bottom:-5px;
2002 }
2003
2004 .profile-lister li .p-name {
2005 font-weight:bold;
2006 }
2007
2008 .profile-lister li .entity_actions {
2009 margin:0;
2010 }
2011
2012 #profile_search_results {
2013 display:block;
2014 border-radius:4px;
2015 max-height:800px;
2016 margin:10px 0;
2017 padding: 5px;
2018 border:1px #ddd solid;
2019 background:#f1f1f1;
2020 }
2021
2022 #profile_search_results.empty {
2023 display: none;
2024 }
2025
2026 .form_peopletag_edit_user_search legend,
2027 .form_peopletag_edit_user_search label,
2028 .form_peopletag_edit_user_search .form_guide {
2029 display:none;
2030 }
2031
2032 .form_peopletag_edit_user_search #field {
2033 height:30px;
2034 }
2035 .form_peopletag_edit_user_search .submit {
2036 width:60px;
2037 }
2038 .form_user_remove_peopletag,
2039 .form_user_add_peopletag {
2040 float:right;
2041 }
2042 .form_user_add_peopletag input.submit,
2043 .form_user_remove_peopletag input.submit {
2044 width:100px;
2045 padding-left:25px;
2046 text-align:left;
2047 }
2048
2049 .profile .entity_profile .form_subscription_edit label {
2050 font-weight:normal;
2051 margin-right:11px;
2052 }
2053
2054 .applications {
2055 margin-bottom:18px;
2056 float:left;
2057 width:100%;
2058 }
2059 .applications li {
2060 list-style-type:none;
2061 }
2062 .application img,
2063 #showapplication .entity_profile img,
2064 .form_data #application_icon img,
2065 #apioauthauthorize .form_data img {
2066 max-width:96px;
2067 max-height:96px;
2068 }
2069 #apioauthauthorize .form_data img {
2070 margin-right:18px;
2071 float:left;
2072 }
2073
2074 .oauth-desktop-mode #wrap {
2075     min-width: 500px;
2076 }
2077
2078 .oauth-desktop-mode #content {
2079     width: 480px;
2080     padding: 6px;
2081     margin: 4px 0px 0px 4px;
2082     border-top-left-radius: 7px;
2083 }
2084
2085 .oauth-desktop-mode fieldset {
2086     margin-bottom: 10px !important;
2087 }
2088
2089 #oauth_pin {
2090     text-align: center;
2091     font-size: 3em;
2092 }
2093
2094 #showapplication .entity_profile {
2095 width:68%;
2096 }
2097 #showapplication .entity_profile .entity_fn {
2098 margin-left:0;
2099 }
2100 #showapplication .entity_profile .p-name:before,
2101 #showapplication .entity_profile .p-name:after {
2102 content:'';
2103 }
2104 #showapplication .entity_data {
2105 clear:both;
2106 margin-bottom:18px;
2107 }
2108 #showapplication .entity_data h2 {
2109 display:none;
2110 }
2111 #showapplication .entity_data dd {
2112 font-family:monospace;
2113 font-size:1.3em;
2114     margin-bottom: 10px;
2115 }
2116 .form_data #application_types label.radio,
2117 .form_data #default_access_types label.radio {
2118 width:14.5%;
2119 }
2120
2121 .mark-top {
2122     border-top: 1px solid #ccc;
2123 }
2124
2125 #realtime_actions {
2126     position: relative !important;
2127     right: -4px !important;
2128     float: right;
2129     padding-top: 15px;
2130     margin-bottom: -8px !important;
2131 }
2132
2133 #realtime_actions li {
2134     margin-left: 2px !important;
2135 }
2136
2137 #realtime_play, #realtime_pause, #realtime_popup {
2138     background-image: url(../images/icons/icons-01.gif);
2139     background-repeat: no-repeat;
2140     background-color: transparent;
2141 }
2142
2143 #realtime_play {
2144     background-position: 0 -2308px;
2145 }
2146 #realtime_pause {
2147     background-position: 0 -2374px;
2148 }
2149 #realtime_popup {
2150     background-position: 0 -1714px;
2151 }
2152
2153 #realtime_play, #realtime_pause, #realtime_popup {
2154     opacity: 0.6;
2155 }
2156
2157 #realtime_play:hover, #realtime_pause:hover, #realtime_popup:hover {
2158     opacity: 1;
2159 }
2160
2161 body.realtime-popup {
2162     min-width: 100%;
2163     overflow-x: hidden;
2164 }
2165
2166 .realtime-popup #content {
2167     padding: 0px !important;
2168     margin: 0px !important;
2169     left: 0;
2170     right: 0;
2171     width: 100% !important;
2172     overflow: visible;
2173 }
2174
2175 .realtime-popup #content_inner {
2176     padding: 5px;
2177 }
2178
2179 .realtime-popup .input_forms {
2180     top: 0px;
2181     left: 0px;
2182     padding: 10px 0px 0px 5px;
2183 }
2184
2185 .realtime-popup .form_notice_placeholder .placeholder {
2186     width: 445px;
2187 }
2188
2189 .realtime-popup .input_form {
2190     width: 470px;
2191 }
2192
2193 .realtime-popup .form_notice fieldset {
2194     width: 430px !important;
2195 }
2196
2197 .realtime-popup .form_notice textarea {
2198     width: 425px !important;
2199 }
2200
2201 .realtime-popup .form_notice label.notice_data-attach {
2202     right: 0px !important;
2203     top: 3px !important;
2204 }
2205
2206 .realtime-popup .form_notice #notice_data-geo_wrap label, .realtime-popup .form_notice #notice_data-geo_wrap input {
2207     right: 8px !important;
2208     top: 3px !important;
2209 }
2210
2211 .realtime-popup .form_notice .error,
2212 .realtime-popup .form_notice .success,
2213 .realtime-popup .form_notice .notice-status {
2214     width: 430px; 
2215 }
2216
2217 /* icons */
2218
2219 .form_notice label.notice_data-attach,
2220 #export_data li a.rss,
2221 #export_data li a.atom,
2222 #export_data li a.foaf,
2223 .entity_edit a,
2224 .entity_send-a-message a,
2225 .entity_nudge p,
2226 .form_user_nudge input.submit,
2227 .form_user_block input.submit,
2228 .form_user_unblock input.submit,
2229 .form_group_block input.submit,
2230 .form_group_unblock input.submit,
2231 .form_make_admin input.submit,
2232 .notice .attachment,
2233 .notice-options .notice_reply,
2234 .notice-options form.form_favor input.submit,
2235 .notice-options form.form_disfavor input.submit,
2236 .notice-options .notice_delete,
2237 .notice-options form.form_repeat input.submit,
2238 #new_group a,
2239 #pagination .nav_prev a,
2240 #pagination .nav_next a,
2241 button.close,
2242 .form_group_leave input.submit,
2243 .form_user_unsubscribe input.submit,
2244 .form_group_join input.submit,
2245 .form_user_subscribe input.submit,
2246 .form_remote_authorize input.submit,
2247 .entity_subscribe a,
2248 .entity_moderation p,
2249 .entity_sandbox input.submit,
2250 .entity_silence input.submit,
2251 .entity_delete input.submit,
2252 .entity_role p,
2253 .entity_role_administrator input.submit,
2254 .entity_role_moderator input.submit,
2255 .form_user_remove_peopletag input.submit,
2256 .form_user_add_peopletag input.submit,
2257 .form_peopletag_subscribe input.submit,
2258 .form_peopletag_unsubscribe input.submit,
2259 .notice-options .repeated,
2260 .form_notice label.notice_data-geo,
2261 button.minimize,
2262 .form_reset_key input.submit,
2263 .entity_tag a,
2264 .entity_clear input.submit,
2265 .entity_flag input.submit,
2266 .entity_flag p,
2267 .entity_subscribe input.submit,
2268 #realtime_play,
2269 #realtime_pause,
2270 #realtime_popup,
2271 .peopletags_edit_button,
2272 .mode-private .privacy_mode {
2273 background-image:url(../images/icons/icons-01.gif);
2274 background-repeat:no-repeat;
2275 background-color:transparent;
2276 }
2277
2278 button.close {
2279 background-position:0 -1120px;
2280 }
2281 button.minimize {
2282 background-position:0 -1912px;
2283 }
2284 #export_data li a.rss {
2285 background-position:0 -130px;
2286 }
2287 #export_data li a.atom {
2288 background-position:0 -64px;
2289 }
2290 #export_data li a.foaf {
2291 background-position:0 1px;
2292 }
2293
2294 #export_data li a.json {
2295 background-image:url(../images/icons/activitystreams.png);
2296 background-repeat:no-repeat;
2297 background-color:transparent;
2298 }
2299
2300 .form_group_leave input.submit,
2301 .form_user_unsubscribe input.submit,
2302 .form_user_remove_peopletag input.submit,
2303 .form_peopletag_unsubscribe input.submit {
2304 background-position:5px -1246px;
2305 }
2306 .form_group_join input.submit,
2307 .form_user_subscribe input.submit,
2308 .form_remote_authorize input.submit,
2309 .form_user_add_peopletag input.submit,
2310 .form_peopletag_subscribe input.submit,
2311 .entity_subscribe a {
2312 background-position:5px -1181px;
2313 }
2314  .peopletags_edit_button {
2315 background-position: 0 -724px;
2316 }
2317
2318 .entity_edit a {
2319 background-position: 5px -719px;
2320 }
2321 .entity_send-a-message a {
2322 background-position: 5px -852px;
2323 }
2324 .entity_nudge p,
2325 .form_user_nudge input.submit {
2326 background-position: 5px -785px;
2327 }
2328 .form_user_block input.submit,
2329 .form_user_unblock input.submit,
2330 .form_group_block input.submit,
2331 .form_group_unblock input.submit {
2332 background-position: 5px -918px;
2333 }
2334 .form_make_admin input.submit {
2335 background-position: 5px -983px;
2336 }
2337 .entity_moderation p {
2338 background-position: 5px -1313px;
2339 }
2340 .entity_sandbox input.submit {
2341 background-position: 5px -1380px;
2342 }
2343 .entity_silence input.submit {
2344 background-position: 5px -1445px;
2345 }
2346 .entity_delete input.submit {
2347 background-position: 5px -1511px;
2348 }
2349 .entity_sandbox .form_user_unsandbox input.submit {
2350 background-position: 5px -2568px;
2351 }
2352 .entity_silence .form_user_unsilence input.submit {
2353 background-position: 5px -2633px;
2354 }
2355 .entity_role p {
2356 background-position: 5px -2436px;
2357 }
2358 .entity_role_administrator .form_user_grantrole input.submit {
2359 background-position: 5px -983px;
2360 }
2361 .entity_role_moderator .form_user_grantrole input.submit {
2362 background-position: 5px -1313px;
2363 }
2364 .entity_role_administrator .form_user_revokerole input.submit {
2365 background-position: 5px -2699px;
2366 }
2367 .entity_role_moderator .form_user_revokerole input.submit {
2368 background-position: 5px -2501px;
2369 }
2370 .form_reset_key input.submit {
2371 background-position: 5px -1973px;
2372 }
2373 .entity_clear input.submit {
2374 background-position: 5px -2039px;
2375 }
2376 .entity_flag input.submit,
2377 .entity_flag p {
2378 background-position: 5px -2105px;
2379 }
2380 .entity_subscribe input.accept {
2381 background-position: 5px -2171px;
2382 }
2383 .entity_subscribe input.reject {
2384 background-position: 5px -2237px;
2385 }
2386 #realtime_play {
2387 background-position: 0 -2308px;
2388 }
2389 #realtime_pause {
2390 background-position: 0 -2374px;
2391 }
2392 #realtime_popup {
2393 background-position: 0 -1714px;
2394 }
2395 .notice .attachment {
2396 background-position:0 -394px;
2397 }
2398 .notice .attachment.more {
2399 background-position:0 -2770px;
2400 }
2401 #attachments .attachment {
2402 background:none;
2403 }
2404 .notice-options .notice_reply {
2405 background-position:0 -592px;
2406 }
2407 .notice-options form.form_favor input.submit {
2408 background-position:0 -460px;
2409 }
2410 .notice-options form.form_disfavor input.submit {
2411 background-position:0 -526px;
2412 }
2413 .notice-options .notice_delete {
2414 background-position:0 -658px;
2415 }
2416 .notice-options .form_repeat.processing {
2417 background-image:none;
2418 }
2419 .notice-options form.form_repeat input.submit {
2420 background-position:0 -1582px;
2421 }
2422 .notice-options .repeated {
2423 background-position:0 -1648px;
2424 }
2425 #new_group a {
2426 background-position:0 -1054px;
2427 }
2428 .form_notice label.notice_data-attach {
2429     background-position: 0 -328px;
2430 }
2431 .form_notice label.notice_data-geo {
2432     background-position: 0 -1780px;
2433 }
2434 .form_notice label.notice_data-geo.checked {
2435     background-position: 0 -1846px;
2436 }
2437
2438 #pagination .nav_prev a {
2439     padding-top: 8px;
2440     padding-left: 25px;
2441     background-position:0 -187px;
2442 }
2443 #pagination .nav_next a { 
2444     padding-top: 9px;
2445     padding-right: 25px;
2446     background-position: 115% -252px;
2447 }
2448
2449 #usergroups #new_group {
2450 float: left;
2451 margin-right: 2em;
2452 }
2453 #new_group, #group_search {
2454 margin-bottom:18px;
2455 }
2456 #new_group a {
2457 padding-left:20px;
2458 }
2459
2460
2461
2462 .entity_tags li.mode-private {
2463 color: #829D25;
2464 }
2465 .mode-private .privacy_mode {
2466 background-position: 0px -1978px;
2467 }
2468
2469 /* tag autocomplete */
2470
2471 .ptag-ac-line {
2472 font-weight: normal;
2473 background-color: white;
2474 min-height:30px;
2475 }
2476 .ptag-ac-line:nth-child(odd) {
2477 background-color: #fafafa;
2478 }
2479
2480 .ptag-ac-line-tag {
2481 min-width: 150px;
2482 display: inline-block;
2483 }
2484
2485 .ptag-ac-line .freq {
2486 min-width: 50px;
2487 text-align: right;
2488 float:right;
2489 }
2490
2491 .ptag-ac-line.mode-public .privacy_mode {
2492 display:none;
2493 }
2494
2495 #site_nav_local_views li.extended_menu a {
2496     display:none;
2497 }
2498
2499 .profile_block_otherprofile_list li {
2500     display: inline;
2501     list-style-type: none;
2502 }
2503
2504 }/*end of @media screen, projection, tv*/
2505
2506
2507 @media print {
2508 a:after { background-color:#FFFFFF; }
2509 a:not([href^="#"]):after { content:" <"attr(href)"> "; }
2510 img { border:none; }
2511 p { orphans: 2; widows: 1; }
2512
2513 #site_nav_global_primary,
2514 #site_nav_local_views,
2515 #form_notice,
2516 .pagination,
2517 #site_nav_global_secondary,
2518 .entity_actions,
2519 .notice-options,
2520 #aside_primary,
2521 .form_subscription_edit .submit {
2522 display:none;
2523 }
2524 .timestamp dt, .timestamp dd,
2525 .device dt, .device dd {
2526 display:inline;
2527 }
2528 .profiles li,
2529 .notices li {
2530 margin-bottom:18px;
2531 }
2532
2533 }/*end of @media print*/