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