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