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