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