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