]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
Attachments were not separated from e-content
[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 .entity_profile .entity_nickname,
1597 .entity_profile .entity_fn {
1598 margin-left:0;
1599 }
1600
1601 .entity_profile .p-nickname {
1602     font-size:1.4em;
1603 }
1604
1605 .entity_profile .p-name {
1606     font-size: 1.2em;
1607     clear: left;
1608 }
1609
1610 .entity_profile .p-name:before {
1611 content: "(";
1612 font-weight:normal;
1613 }
1614 .entity_profile .p-name:after {
1615 content: ")";
1616 font-weight:normal;
1617 }
1618 .entity_profile .p-nickname:after,
1619 .entity_profile .p-nickname:before {
1620 content:"";
1621 }
1622 .entity_profile dt,
1623 .entity_profile h2 {
1624 display:none;
1625 }
1626 .entity_profile .role {
1627 margin-left:11px;
1628 font-style:italic;
1629 }
1630
1631 .entity_actions {
1632 float:right;
1633 margin-left:2%;
1634     margin-bottom: 28px;
1635 min-width:21%;
1636 }
1637
1638 .entity_actions h2 {
1639 display:none;
1640 }
1641 .entity_actions ul {
1642 list-style-type:none;
1643 }
1644 .entity_actions li {
1645 margin-bottom:7px;
1646 }
1647 .entity_actions li:first-child {
1648 border-top:0;
1649 }
1650 .entity_actions fieldset {
1651 border:0;
1652 padding:0;
1653 }
1654 .entity_actions legend {
1655 display:none;
1656 }
1657
1658 .entity_actions input.submit {
1659 display:block;
1660 text-align:left;
1661 width:100%;
1662 }
1663
1664 .entity_actions a, .entity_actions input, .entity_actions p {
1665     color: #333 !important;
1666     font-weight: normal;
1667     line-height: 1.6em;
1668 }
1669
1670 .entity_actions a {
1671 text-decoration:none;
1672 display:block;
1673     padding: 3px 4px 4px 28px;
1674 }
1675
1676 .entity_actions input {
1677     padding: 4px 4px 4px 26px;
1678 }
1679
1680 .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 {
1681     background-color: #ccc !important;
1682     border: none;
1683 }
1684
1685 .entity_actions p {
1686     padding: 2px 4px 4px 28px;
1687 }
1688
1689 .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 {
1690     background-color: #f2f2f2 !important;
1691 }
1692
1693 .entity_actions #entity_remote_subscribe a {
1694     padding-right: 6px;
1695 }
1696
1697 .entity_actions .accept {
1698 margin-bottom:18px;
1699 }
1700
1701 .entity_send-a-message button {
1702 position:absolute;
1703 top:3px;
1704 right:3px;
1705 }
1706
1707 .entity_send-a-message .form_notice {
1708     width: 410px;
1709     padding: 10px;
1710     position: absolute;
1711     top: 46px;
1712     right: 10px;
1713     z-index: 2;
1714 }
1715
1716 .entity_send-a-message .form_notice fieldset {
1717     width: 410px;
1718 }
1719
1720 .entity_send-a-message .form_notice textarea {
1721     width: 280px;
1722 }
1723
1724 .entity_send-a-message .form_notice legend {
1725 display:block;
1726 margin-bottom:11px;
1727     font-weight: normal;
1728     color: #333 !important;
1729 }
1730
1731 .entity_send-a-message .form_notice label,
1732 .entity_send-a-message .form_notice select {
1733 display:none;
1734 }
1735 .entity_send-a-message .form_notice .submit {
1736     position: absolute;
1737     top: 52px;
1738     right: 0px;
1739     text-align: center;
1740 }
1741
1742 .entity_moderation,
1743 .entity_role {
1744 position:relative;
1745 }
1746 .entity_moderation p,
1747 .entity_role p {
1748
1749 padding-bottom:2px;
1750 margin-bottom:7px;
1751 }
1752 .entity_moderation ul,
1753 .entity_role ul {
1754 display:none;
1755 }
1756 .entity_moderation:hover ul,
1757 .entity_role:hover ul {
1758 display:block;
1759 width:110%;
1760 padding:11px;
1761 position:absolute;
1762 z-index:1;
1763 border-width:1px;
1764 border-style:solid;
1765         top: 20px;
1766         right: 0px;
1767         background-color: #fff;
1768 }
1769
1770 .entity_tags ul {
1771 list-style-type:none;
1772 display:inline;
1773 }
1774 .entity_tags li {
1775 display:inline;
1776 margin-right:7px;
1777 }
1778 .entity_tags li:before {
1779 content:'\0009';
1780 }
1781 .entity_tags p.error {
1782 clear:both;
1783 }
1784
1785 #filter_tags {
1786     margin-bottom: 20px;
1787     padding-bottom: 10px;
1788     border-bottom: 1px solid #ccc;
1789     float: left;
1790 }
1791 #filter_tags dt {
1792 display:none;
1793 }
1794 #filter_tags ul {
1795 list-style-type:none;
1796 }
1797 #filter_tags li {
1798 float:left;
1799 margin-left:7px;
1800 padding-left:7px;
1801 border-left-width: 1px;
1802 border-left-style:solid;
1803 }
1804 #filter_tags #filter_tags_all,
1805 #filter_tags #filter_tags_for {
1806     margin-left: 10px;
1807 border-left:0;
1808 padding-left:0;
1809 }
1810 #filter_tags_all a,
1811 #filter_tags_for a  {
1812 font-weight:bold;
1813     margin-top: 4px;
1814 float:left;
1815 }
1816
1817 #filter_tags_for a {
1818 margin:0;
1819 }
1820
1821 #filter_tags #form_filter_bymode .form_guide {
1822 display:none;
1823 }
1824
1825 #filter_tags #form_filter_bymode .checkbox {
1826 float:none;
1827 }
1828
1829 #filter_tags #form_filter_bymode legend {
1830 display:none;
1831 }
1832
1833 #filter_tags_item label {
1834     margin-right: 14px;
1835     margin-left: 7px;
1836     padding-top: 4px;
1837 }
1838 #filter_tags_item label,
1839 #filter_tags_item select {
1840 float:left;
1841 }
1842
1843 #filter_tags_item p {
1844 float:left;
1845 clear:both;
1846 margin-left:38px;
1847 }
1848 #filter_tags_item .submit {
1849 position:relative;
1850 top:3px;
1851 left:3px;
1852 }
1853
1854 .profile .entity_profile {
1855 margin-bottom:0;
1856 min-height:60px;
1857 }
1858
1859 .profile .form_group_join legend,
1860 .profile .form_group_leave legend,
1861 .profile .form_user_subscribe legend,
1862 .profile .form_user_unsubscribe legend,
1863 .form_user_add_peopletag legend,
1864 .form_user_remove_peopletag legend {
1865 display:none;
1866 }
1867
1868 .profiles {
1869     list-style-type:none;
1870 }
1871
1872 .profiles li {
1873     margin-bottom: 20px;
1874 }
1875
1876 .profile .entity_profile .p-name,
1877 .profile .entity_profile .u-url[rel~=contact] {
1878 margin-left:0;
1879 display:inline;
1880 }
1881
1882 .profile .entity_profile .p-name,
1883 .profile .entity_profile .label {
1884 margin-left:11px;
1885 margin-bottom:4px;
1886 width:auto;
1887 clear:none;
1888 }
1889
1890 .profile .entity_profile .note,
1891 .profile .entity_profile .u-url,
1892 .profile .entity_profile .entity_tags,
1893 .profile .entity_profile .form_subscription_edit {
1894 margin-left:55px;
1895 clear:none;
1896 display:block;
1897 width:auto;
1898 }
1899
1900 .profile_block .group_aliases .group_alias {
1901     display:inline;
1902     list-style-type: none;
1903     font-style: italic;
1904 }
1905
1906 .profile_block .entity_tags dt {
1907 display: inline;
1908 margin-right: 3px;
1909 font-weight: bold;
1910 }
1911
1912 .profile_block .entity_tags dd {
1913 display: inline;
1914 }
1915
1916 .profile .entity_profile .form_subscription_edit {
1917 clear:left;
1918 }
1919
1920 .peopletag {
1921 min-height: 90px;
1922 list-style: none;
1923 }
1924
1925 .peopletag .e-content {
1926 width:auto;
1927 }
1928
1929 .peopletag .tagged-count a:after,
1930 .peopletag .subscriber-count a:after,
1931 .entity_tags dt:after {
1932 content: ':';
1933 }
1934
1935 .peopletag .updated {
1936 display:none;
1937 }
1938 .peopletag .tag a{
1939 font-weight: bold;
1940 }
1941
1942 .peopletag .tag:before {
1943 /* raquo */
1944 content: "\00BB";
1945 }
1946
1947 .peopletag .entity_statistics {
1948 font-size:80%;
1949 }
1950
1951 .profile-lister li {
1952 min-height:30px;
1953 padding:5px;
1954 clear:both;
1955 border-top: 1px #eee solid;
1956 }
1957
1958 .profile-lister {
1959 list-style-type:none;
1960 }
1961
1962 .profile_search_wrap h3 {
1963 float:left;
1964 font-weight:normal;
1965 margin-right:10px;
1966 }
1967
1968 .profile-lister li .u-photo {
1969 display:inline;
1970 margin-right:7px;
1971 margin-bottom:-5px;
1972 }
1973
1974 .profile-lister li .p-name {
1975 font-weight:bold;
1976 }
1977
1978 .profile-lister li .entity_actions {
1979 margin:0;
1980 }
1981
1982 #profile_search_results {
1983 display:block;
1984 border-radius:4px;
1985 -moz-border-radius:4px;
1986 -webkit-border-radius:4px;
1987 max-height:800px;
1988 margin:10px 0;
1989 padding: 5px;
1990 border:1px #ddd solid;
1991 background:#f1f1f1;
1992 }
1993
1994 #profile_search_results.empty {
1995 display: none;
1996 }
1997
1998 .form_peopletag_edit_user_search legend,
1999 .form_peopletag_edit_user_search label,
2000 .form_peopletag_edit_user_search .form_guide {
2001 display:none;
2002 }
2003
2004 .form_peopletag_edit_user_search #field {
2005 height:30px;
2006 }
2007 .form_peopletag_edit_user_search .submit {
2008 width:60px;
2009 }
2010 .form_user_remove_peopletag,
2011 .form_user_add_peopletag {
2012 float:right;
2013 }
2014 .form_user_add_peopletag input.submit,
2015 .form_user_remove_peopletag input.submit {
2016 width:100px;
2017 padding-left:25px;
2018 text-align:left;
2019 }
2020
2021 .profile .entity_profile .form_subscription_edit label {
2022 font-weight:normal;
2023 margin-right:11px;
2024 }
2025
2026 .applications {
2027 margin-bottom:18px;
2028 float:left;
2029 width:100%;
2030 }
2031 .applications li {
2032 list-style-type:none;
2033 }
2034 .application img,
2035 #showapplication .entity_profile img,
2036 .form_data #application_icon img,
2037 #apioauthauthorize .form_data img {
2038 max-width:96px;
2039 max-height:96px;
2040 }
2041 #apioauthauthorize .form_data img {
2042 margin-right:18px;
2043 float:left;
2044 }
2045
2046 .oauth-desktop-mode #wrap {
2047     min-width: 500px;
2048 }
2049
2050 .oauth-desktop-mode #content {
2051     width: 480px;
2052     padding: 6px;
2053     margin: 4px 0px 0px 4px;
2054     border-top-left-radius: 7px;
2055     -moz-border-radius-topleft: 7px;
2056     -webkit-border-top-left-radius: 7px;
2057 }
2058
2059 .oauth-desktop-mode fieldset {
2060     margin-bottom: 10px !important;
2061 }
2062
2063 #oauth_pin {
2064     text-align: center;
2065     font-size: 3em;
2066 }
2067
2068 #showapplication .entity_profile {
2069 width:68%;
2070 }
2071 #showapplication .entity_profile .entity_fn {
2072 margin-left:0;
2073 }
2074 #showapplication .entity_profile .p-name:before,
2075 #showapplication .entity_profile .p-name:after {
2076 content:'';
2077 }
2078 #showapplication .entity_data {
2079 clear:both;
2080 margin-bottom:18px;
2081 }
2082 #showapplication .entity_data h2 {
2083 display:none;
2084 }
2085 #showapplication .entity_data dd {
2086 font-family:monospace;
2087 font-size:1.3em;
2088     margin-bottom: 10px;
2089 }
2090 .form_data #application_types label.radio,
2091 .form_data #default_access_types label.radio {
2092 width:14.5%;
2093 }
2094
2095 .mark-top {
2096     border-top: 1px solid #ccc;
2097 }
2098
2099 #realtime_actions {
2100     position: relative !important;
2101     right: -4px !important;
2102     float: right;
2103     padding-top: 15px;
2104     margin-bottom: -8px !important;
2105 }
2106
2107 #realtime_actions li {
2108     margin-left: 2px !important;
2109 }
2110
2111 #realtime_play, #realtime_pause, #realtime_popup {
2112     background-image: url(../images/icons/icons-01.gif);
2113     background-repeat: no-repeat;
2114     background-color: transparent;
2115 }
2116
2117 #realtime_play {
2118     background-position: 0 -2308px;
2119 }
2120 #realtime_pause {
2121     background-position: 0 -2374px;
2122 }
2123 #realtime_popup {
2124     background-position: 0 -1714px;
2125 }
2126
2127 #realtime_play, #realtime_pause, #realtime_popup {
2128     opacity: 0.6;
2129 }
2130
2131 #realtime_play:hover, #realtime_pause:hover, #realtime_popup:hover {
2132     opacity: 1;
2133 }
2134
2135 body.realtime-popup {
2136     min-width: 100%;
2137     overflow-x: hidden;
2138 }
2139
2140 .realtime-popup #content {
2141     padding: 0px !important;
2142     margin: 0px !important;
2143     left: 0;
2144     right: 0;
2145     width: 100% !important;
2146     overflow: visible;
2147 }
2148
2149 .realtime-popup #content_inner {
2150     padding: 5px;
2151 }
2152
2153 .realtime-popup .input_forms {
2154     top: 0px;
2155     left: 0px;
2156     padding: 10px 0px 0px 5px;
2157 }
2158
2159 .realtime-popup .form_notice_placeholder .placeholder {
2160     width: 445px;
2161 }
2162
2163 .realtime-popup .input_form {
2164     width: 470px;
2165 }
2166
2167 .realtime-popup .form_notice fieldset {
2168     width: 430px !important;
2169 }
2170
2171 .realtime-popup .form_notice textarea {
2172     width: 425px !important;
2173 }
2174
2175 .realtime-popup .form_notice label.notice_data-attach {
2176     right: 0px !important;
2177     top: 3px !important;
2178 }
2179
2180 .realtime-popup .form_notice #notice_data-geo_wrap label, .realtime-popup .form_notice #notice_data-geo_wrap input {
2181     right: 8px !important;
2182     top: 3px !important;
2183 }
2184
2185 .realtime-popup .form_notice .error,
2186 .realtime-popup .form_notice .success,
2187 .realtime-popup .form_notice .notice-status {
2188     width: 430px; 
2189 }
2190
2191 /* icons */
2192
2193 .form_notice label.notice_data-attach,
2194 #export_data li a.rss,
2195 #export_data li a.atom,
2196 #export_data li a.foaf,
2197 .entity_edit a,
2198 .entity_send-a-message a,
2199 .entity_nudge p,
2200 .form_user_nudge input.submit,
2201 .form_user_block input.submit,
2202 .form_user_unblock input.submit,
2203 .form_group_block input.submit,
2204 .form_group_unblock input.submit,
2205 .form_make_admin input.submit,
2206 .notice .attachment,
2207 .notice-options .notice_reply,
2208 .notice-options form.form_favor input.submit,
2209 .notice-options form.form_disfavor input.submit,
2210 .notice-options .notice_delete,
2211 .notice-options form.form_repeat input.submit,
2212 #new_group a,
2213 #pagination .nav_prev a,
2214 #pagination .nav_next a,
2215 button.close,
2216 .form_group_leave input.submit,
2217 .form_user_unsubscribe input.submit,
2218 .form_group_join input.submit,
2219 .form_user_subscribe input.submit,
2220 .form_remote_authorize input.submit,
2221 .entity_subscribe a,
2222 .entity_moderation p,
2223 .entity_sandbox input.submit,
2224 .entity_silence input.submit,
2225 .entity_delete input.submit,
2226 .entity_role p,
2227 .entity_role_administrator input.submit,
2228 .entity_role_moderator input.submit,
2229 .form_user_remove_peopletag input.submit,
2230 .form_user_add_peopletag input.submit,
2231 .form_peopletag_subscribe input.submit,
2232 .form_peopletag_unsubscribe input.submit,
2233 .notice-options .repeated,
2234 .form_notice label.notice_data-geo,
2235 button.minimize,
2236 .form_reset_key input.submit,
2237 .entity_tag a,
2238 .entity_clear input.submit,
2239 .entity_flag input.submit,
2240 .entity_flag p,
2241 .entity_subscribe input.submit,
2242 #realtime_play,
2243 #realtime_pause,
2244 #realtime_popup,
2245 .peopletags_edit_button,
2246 .mode-private .privacy_mode {
2247 background-image:url(../images/icons/icons-01.gif);
2248 background-repeat:no-repeat;
2249 background-color:transparent;
2250 }
2251
2252 button.close {
2253 background-position:0 -1120px;
2254 }
2255 button.minimize {
2256 background-position:0 -1912px;
2257 }
2258 #export_data li a.rss {
2259 background-position:0 -130px;
2260 }
2261 #export_data li a.atom {
2262 background-position:0 -64px;
2263 }
2264 #export_data li a.foaf {
2265 background-position:0 1px;
2266 }
2267
2268 #export_data li a.json {
2269 background-image:url(../images/icons/activitystreams.png);
2270 background-repeat:no-repeat;
2271 background-color:transparent;
2272 }
2273
2274 .form_group_leave input.submit,
2275 .form_user_unsubscribe input.submit,
2276 .form_user_remove_peopletag input.submit,
2277 .form_peopletag_unsubscribe input.submit {
2278 background-position:5px -1246px;
2279 }
2280 .form_group_join input.submit,
2281 .form_user_subscribe input.submit,
2282 .form_remote_authorize input.submit,
2283 .form_user_add_peopletag input.submit,
2284 .form_peopletag_subscribe input.submit,
2285 .entity_subscribe a {
2286 background-position:5px -1181px;
2287 }
2288  .peopletags_edit_button {
2289 background-position: 0 -724px;
2290 }
2291
2292 .entity_edit a {
2293 background-position: 5px -719px;
2294 }
2295 .entity_send-a-message a {
2296 background-position: 5px -852px;
2297 }
2298 .entity_nudge p,
2299 .form_user_nudge input.submit {
2300 background-position: 5px -785px;
2301 }
2302 .form_user_block input.submit,
2303 .form_user_unblock input.submit,
2304 .form_group_block input.submit,
2305 .form_group_unblock input.submit {
2306 background-position: 5px -918px;
2307 }
2308 .form_make_admin input.submit {
2309 background-position: 5px -983px;
2310 }
2311 .entity_moderation p {
2312 background-position: 5px -1313px;
2313 }
2314 .entity_sandbox input.submit {
2315 background-position: 5px -1380px;
2316 }
2317 .entity_silence input.submit {
2318 background-position: 5px -1445px;
2319 }
2320 .entity_delete input.submit {
2321 background-position: 5px -1511px;
2322 }
2323 .entity_sandbox .form_user_unsandbox input.submit {
2324 background-position: 5px -2568px;
2325 }
2326 .entity_silence .form_user_unsilence input.submit {
2327 background-position: 5px -2633px;
2328 }
2329 .entity_role p {
2330 background-position: 5px -2436px;
2331 }
2332 .entity_role_administrator .form_user_grantrole input.submit {
2333 background-position: 5px -983px;
2334 }
2335 .entity_role_moderator .form_user_grantrole input.submit {
2336 background-position: 5px -1313px;
2337 }
2338 .entity_role_administrator .form_user_revokerole input.submit {
2339 background-position: 5px -2699px;
2340 }
2341 .entity_role_moderator .form_user_revokerole input.submit {
2342 background-position: 5px -2501px;
2343 }
2344 .form_reset_key input.submit {
2345 background-position: 5px -1973px;
2346 }
2347 .entity_clear input.submit {
2348 background-position: 5px -2039px;
2349 }
2350 .entity_flag input.submit,
2351 .entity_flag p {
2352 background-position: 5px -2105px;
2353 }
2354 .entity_subscribe input.accept {
2355 background-position: 5px -2171px;
2356 }
2357 .entity_subscribe input.reject {
2358 background-position: 5px -2237px;
2359 }
2360 #realtime_play {
2361 background-position: 0 -2308px;
2362 }
2363 #realtime_pause {
2364 background-position: 0 -2374px;
2365 }
2366 #realtime_popup {
2367 background-position: 0 -1714px;
2368 }
2369 .notice .attachment {
2370 background-position:0 -394px;
2371 }
2372 .notice .attachment.more {
2373 background-position:0 -2770px;
2374 }
2375 #attachments .attachment {
2376 background:none;
2377 }
2378 .notice-options .notice_reply {
2379 background-position:0 -592px;
2380 }
2381 .notice-options form.form_favor input.submit {
2382 background-position:0 -460px;
2383 }
2384 .notice-options form.form_disfavor input.submit {
2385 background-position:0 -526px;
2386 }
2387 .notice-options .notice_delete {
2388 background-position:0 -658px;
2389 }
2390 .notice-options .form_repeat.processing {
2391 background-image:none;
2392 }
2393 .notice-options form.form_repeat input.submit {
2394 background-position:0 -1582px;
2395 }
2396 .notice-options .repeated {
2397 background-position:0 -1648px;
2398 }
2399 #new_group a {
2400 background-position:0 -1054px;
2401 }
2402 .form_notice label.notice_data-attach {
2403     background-position: 0 -328px;
2404 }
2405 .form_notice label.notice_data-geo {
2406     background-position: 0 -1780px;
2407 }
2408 .form_notice label.notice_data-geo.checked {
2409     background-position: 0 -1846px;
2410 }
2411
2412 #pagination .nav_prev a {
2413     padding-top: 8px;
2414     padding-left: 25px;
2415     background-position:0 -187px;
2416 }
2417 #pagination .nav_next a { 
2418     padding-top: 9px;
2419     padding-right: 25px;
2420     background-position: 115% -252px;
2421 }
2422
2423 #usergroups #new_group {
2424 float: left;
2425 margin-right: 2em;
2426 }
2427 #new_group, #group_search {
2428 margin-bottom:18px;
2429 }
2430 #new_group a {
2431 padding-left:20px;
2432 }
2433
2434
2435
2436 .entity_tags li.mode-private {
2437 color: #829D25;
2438 }
2439 .mode-private .privacy_mode {
2440 background-position: 0px -1978px;
2441 }
2442
2443 /* tag autocomplete */
2444
2445 .ptag-ac-line {
2446 font-weight: normal;
2447 background-color: white;
2448 min-height:30px;
2449 }
2450 .ptag-ac-line:nth-child(odd) {
2451 background-color: #fafafa;
2452 }
2453
2454 .ptag-ac-line-tag {
2455 min-width: 150px;
2456 display: inline-block;
2457 }
2458
2459 .ptag-ac-line .freq {
2460 min-width: 50px;
2461 text-align: right;
2462 float:right;
2463 }
2464
2465 .ptag-ac-line.mode-public .privacy_mode {
2466 display:none;
2467 }
2468
2469 #site_nav_local_views li.extended_menu a {
2470     display:none;
2471 }
2472
2473 .profile_block_otherprofile_list li {
2474     display: inline;
2475     list-style-type: none;
2476 }
2477
2478 /*end of @media screen, projection, tv*/
2479
2480
2481 @media print {
2482 a:after { background-color:#FFFFFF; }
2483 a:not([href^="#"]):after { content:" <"attr(href)"> "; }
2484 img { border:none; }
2485 p { orphans: 2; widows: 1; }
2486
2487 #site_nav_global_primary,
2488 #site_nav_local_views,
2489 #form_notice,
2490 .pagination,
2491 #site_nav_global_secondary,
2492 .entity_actions,
2493 .notice-options,
2494 #aside_primary,
2495 .form_subscription_edit .submit {
2496 display:none;
2497 }
2498 .timestamp dt, .timestamp dd,
2499 .device dt, .device dd {
2500 display:inline;
2501 }
2502 .profiles li,
2503 .notices li {
2504 margin-bottom:18px;
2505 }
2506
2507 }/*end of @media print*/