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