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