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