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