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