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