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