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