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