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