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