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