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