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