]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/rebase/css/display.css
de-IDifying labels in notice form to fix issue with geo pin activating the wrong...
[quix0rs-gnu-social.git] / theme / rebase / css / display.css
1 /** theme: rebase
2  *
3  * @package   StatusNet
4  * @author    Samantha Doherty <sammy@status.net>
5  * @copyright 2010 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: #ffffff;
27     color: #000;
28     font-family: sans-serif;
29     font-size: 100%;
30     line-height: 1.4;
31     min-width: 700px;
32 }
33
34 a {
35     color: #00008c; 
36     text-decoration: none; 
37     outline: none;
38 }
39
40 a:hover {
41     text-decoration: underline;
42 }
43
44 a img {
45     border: 0;
46     text-decoration: none;
47 }
48
49 h1, h2, h3, h4, h5, h6 {
50     font-weight: normal;
51     margin-bottom: 15px;
52 }
53
54 h1 {font-size: 2.2em;}
55 h2 {font-size: 1.8em;}
56 h3 {font-size: 1.6em;}
57 h4 {font-size: 1.4em;}
58 h5 {font-size: 1.2em;}
59 h6 {font-size: 1em;}
60
61 p {
62     margin-bottom: 1.4em;
63 }
64
65 .form_notice p, li p, .section p {
66     margin-bottom: 0;
67 }
68
69 input, textarea, select, option {
70     font-family: "DejaVu Sans", "Bitstream Vera Sans", Geneva, Verdana, sans-serif;
71     font-size: 1em;
72 }
73
74 select {
75     padding-right: 10px;
76     padding-bottom: 0px;
77     margin-top: -4px;
78 }
79
80 option {
81     padding-bottom: 0px;
82 }
83
84 #wrap {
85     width: 92%;
86     margin-left: 4%;
87     margin-right: 4%;
88     position: relative;
89 }
90
91 #header { 
92     padding: 1%;
93     position: relative;
94 }
95
96 #core {
97         display:inline;
98         float: left;
99         position: relative;
100         margin-left: 1%;
101         margin-right: 1%;
102     width: 98%;
103 }
104
105 #content {
106     margin-bottom: 20px;
107     background-color: #fff;
108         display:inline;
109         float: left;
110         position: relative;
111     min-height: 300px;
112     width: 64.667%;
113     margin-right: 2%;
114 }
115
116 #aside_primary {
117         display: inline;
118         float: right;
119         position: relative;
120     width: 33.333%;
121     padding-top: 15px;
122     background: #f2f2f2;
123     margin-bottom: 20px;
124 }
125
126 #aside_primary .section {
127     margin: 0px 2% 20px 2%;
128     position: relative;
129     width: 96%;
130     float: left;
131     clear: both;
132 }
133
134 body[id$=adminpanel] #aside_primary {
135     display:none;
136 }
137
138 /* header elements */
139
140 address { 
141     margin-bottom: 10px;
142 }
143
144 address img + .fn {
145     display: none;
146 }
147
148 address .poweredby {
149     display: block;
150     width: auto;
151 }
152
153 #site_nav_global_primary { 
154     margin: 20px 0px 20px 0px;
155 }
156
157 #site_nav_global_primary dt {
158     display: none;
159 }
160
161 #site_nav_global_primary li {
162     display: inline;
163     margin-right: 20px;
164 }
165
166 #site_notice { 
167     padding: 1%;
168     background-color: #f2f2f2;
169     margin-bottom: 10px;    
170 }
171
172 #site_notice p {
173     margin-bottom: 0px;
174 }
175
176 #site_notice ul {
177     margin-left: 15px;
178 }
179
180 #anon_notice { 
181     padding: 1%;
182     background-color: #ccc;   
183     margin-bottom: 10px; 
184 }
185
186 #anon_notice p {
187     margin-bottom: 0px;
188 }
189
190 /* new notice & direct message forms */
191
192 .form_notice { 
193     background: #ccc;
194     margin-bottom: 10px;
195     padding: 1%;
196 }
197
198 .form_notice fieldset {
199     border: 0;
200         position: relative;
201     width: 620px;
202 }
203
204 .form_notice legend {
205     display: none;
206 }    
207
208 .form_notice textarea {
209     clear: left;
210     float: left;
211     padding: 10px;
212     border: none;
213     position: relative;
214     width: 485px;
215     height: 60px;
216     padding-bottom: 18px;
217     z-index: 9;
218 }
219
220 .form_notice label[for=notice_data-text] {
221     float: left;
222     font-weight: normal;
223     font-size: 1.2em;
224     margin-bottom: 0.2em;
225     opacity: 1;
226     color: #333 !important;
227 }
228
229 .form_notice label.notice_data-attach,
230 .form_notice input.notice_data-attach {
231     position:absolute;
232     cursor:pointer;
233 }
234 .form_notice label.notice_data-attach {
235     top: 31px;
236     right: 88px;
237 }
238 .form_notice input.notice_data-attach {
239     /* Positioned inside the label */
240     top: 0;
241     right: 0;
242 }
243
244 .form_notice label.notice_data-attach {
245     text-indent:-9999px;
246     width:16px;
247     height:16px;
248 }
249
250 .form_notice input.notice_data-attach {
251     padding:0;
252     height:16px;
253 }
254
255 .form_notice .count {
256     position: absolute;
257     bottom: 0px;
258     right: 125px;
259     z-index: 9;
260     font-size: 0.8em; 
261 }
262
263 .form_notice .count dt {
264     display:none;
265 }
266
267 .form_notice .count {
268     color: #777;
269 }
270
271 .form_notice.warning .count {
272     color: #ff0000;
273 }        
274
275 .form_notice .submit {
276     padding:0;
277     position:absolute;
278     right:0;
279     top: 81px;
280     height: 2.4em;
281     width: 106px;
282 }
283
284 .form_notice label[for=to] {
285     margin-top: 0px;
286     float: left;
287     font-size: 1.2em;
288     font-weight: normal;
289     color: #333 !important;
290 }
291
292 .form_notice select[id=to] {
293     margin-bottom: 4px;
294     margin-top: -4px;
295     margin-left:18px;
296     float:left;
297     max-width:322px;
298 }
299
300 .form_notice .error,
301 .form_notice .success {
302     clear: left;
303     float: left;
304     overflow: auto;
305     line-height: 1.2em;
306     padding: 2px 2px 2px 5px;
307     width: 498px;
308     border: 2px solid #ccc;
309     margin-left: -2px;
310 }
311
312 .form_notice .attach-status code {
313     font-size: 1.2em;
314 }
315
316 .form_notice .error {
317     border: none;
318     width: 502px;
319     padding: 6px 2px 6px 5px;
320 }
321
322 .form_notice .attach-status button.close {
323     float:right;
324     font-size:0.8em;
325 }
326
327 .form_notice .notice_data-geo_wrap label,
328 .form_notice .notice_data-geo_wrap input {
329     position:absolute;
330     top: 55px;
331     right: 88px;
332     left:auto;
333     cursor:pointer;
334     width:16px;
335     height:16px;
336     display:block;
337 }
338
339 .form_notice .notice_data-geo_wrap input {
340     visibility:hidden;
341 }
342
343 .form_notice .notice_data-geo_wrap label {
344     font-weight:normal;
345     font-size:1em;
346     margin-bottom:0;
347     text-indent:-9999px;
348 }
349
350 .form_notice label {
351     opacity: 0.6;
352 }
353
354 .form_notice label:hover {
355     opacity: 1;
356 }
357
358 .form_notice input.notice_data-attach {
359     opacity:0;
360 }
361
362 /* Local navigation */
363
364 #site_nav_local_views { 
365     margin-bottom: 20px;
366 }
367
368 #site_nav_local_views dt {
369     display: none;
370 }
371
372 #site_nav_local_views li {
373     display: inline;
374     margin-right: 20px;
375 }
376
377 #site_nav_local_views .current a {
378     text-decoration: underline;
379 }
380
381 /* notices */
382
383 #notices_primary {
384     padding-top: 8px;
385     clear: both;
386 }
387
388 #notices_primary h2 {
389     display: none;
390 }
391
392 .notice {
393     list-style-type: none;
394     margin-bottom: 25px;
395     clear: left;
396     min-height: 54px;
397     padding-bottom: 2px;
398 }
399
400 .notice, .profile, .application {
401     position:relative;
402     clear:both;
403     float:left;
404     width:100%;
405 }
406
407 .notice .author {
408     margin-right: 8px;
409 }
410
411 .fn {
412     overflow: hidden;
413 }
414
415 .notice .author .fn {
416     font-weight: bold;
417 }
418
419 #core .vcard .photo {
420     display: inline;
421     margin-right: 11px;
422     float: left;
423 }
424
425 #content .notice .author .photo {
426     position: absolute;
427     top: 4px;
428     left: 4px;
429     float: none;
430 }
431
432 #content .notice .entry-title {
433     margin: 2px 7px 0px 59px;
434 }
435
436 .vcard .url {
437     text-decoration:none;
438 }
439 .vcard .url:hover {
440     text-decoration:underline;
441 }
442
443 .notice .entry-title {
444     overflow:hidden;
445     word-wrap:break-word;
446 }
447
448 .notice .entry-title.ov {
449 overflow:visible;
450 }
451
452 #showstream h1 { 
453     display:none;
454 }
455
456 #showstream .notice .entry-title, #showstream .notice div.entry-content {
457     margin-left: 0;
458 }
459
460 #showstream #content .notice .author {
461     display: none;
462 }
463
464 #showstream .notice {
465     min-height: 1em; 
466 }
467
468 #shownotice .vcard .photo {
469     margin-bottom: 4px;
470 }
471
472 #shownotice .notice .entry-title {
473     margin-left:110px;
474     font-size:2.2em;
475     min-height:123px;
476     font-size: 1.6em;
477     line-height: 1.2em;
478 }
479
480 #shownotice .notice div.entry-content {
481     margin-left:0;
482 }
483
484 .notice p.entry-content {
485     display:inline;
486 }
487
488 .notice div.entry-content {
489     clear:left;
490     float:left;
491     margin-left:59px;
492     margin-top: 10px;
493 }
494
495 .entry-content .repeat {
496     display: block;
497 }
498
499 .entry-content .repeat .photo {
500 float:none;
501 margin-right:1px;
502 position:relative;
503 top:4px;
504 left:0;
505 }
506
507 .notice-options {
508     float: right;    
509     margin-top: 12px;
510     margin-right: -6px;
511 }
512
513 .notice-options fieldset {
514     border: none;
515 }
516
517 .notice-options legend {
518     display: none;
519 }
520
521 .notice-options form, .notice-options a, .notice-options .repeated {
522     float: left;
523     margin-right: 10px;
524 }
525
526 .notice-options input, .notice-options a, .notice-options .repeated {    
527     text-indent: -9999px;
528     outline:none;
529 }
530
531 .notice-options input.submit, .notice-options a, .notice-options .repeated {
532     display: block;
533     border: 0;
534     height: 16px;
535     width: 16px;
536 }
537
538 .notice-options input.submit, .notice-options a {
539     opacity: 0.6;
540 }
541
542 .notice-options input.submit:hover, .notice-options a:hover {
543     opacity: 1;
544 }
545
546 .notice .attachment {
547     position:relative;
548     padding-left:16px;
549 }
550
551 .notice .attachment.more {
552 text-indent:-9999px;
553 width:16px;
554 height:16px;
555 display:inline-block;
556 overflow:hidden;
557 vertical-align:middle;
558 margin-left:4px;
559 }
560
561 #attachments .attachment,
562 .notice .attachment.more {
563 padding-left:0;
564 }
565
566 .notice .attachment img {
567 position:absolute;
568 top:18px;
569 left:0;
570 z-index:99;
571 }
572
573 #shownotice .notice .attachment img {
574 position:static;
575 }
576
577 #attachments {
578 clear:both;
579 float:left;
580 width:100%;
581 margin-top:18px;
582 }
583 #attachments dt {
584 font-weight:bold;
585 font-size:1.3em;
586 margin-bottom:4px;
587 }
588
589 #attachments ol li {
590 margin-bottom:18px;
591 list-style-type:decimal;
592 float:left;
593 clear:both;
594 }
595
596 #jOverlayContent,
597 #jOverlayContent #content,
598 #jOverlayContent #content_inner {
599 width: auto !important;
600 margin-bottom:0;
601 }
602 #jOverlayContent #content {
603 padding:11px;
604 min-height:auto;
605     border: 1px solid #fff;
606 }
607 #jOverlayContent .entry-title {
608 display:block;
609 margin-bottom:11px;
610 }
611 #jOverlayContent button {
612     position:absolute;
613     top: 5px;
614     right: 20px;
615 }
616 #jOverlayContent h1 {
617 max-width:425px;
618 }
619 #jOverlayLoading {
620 top:5%;
621 left:40%;
622 }
623 #attachment_view img {
624 max-width:480px;
625 max-height:480px;
626 }
627 #attachment_view #oembed_info {
628 margin-top:11px;
629 }
630 #attachment_view #oembed_info dt,
631 #attachment_view #oembed_info dd {
632 float:left;
633 }
634 #attachment_view #oembed_info dt {
635 clear:left;
636 margin-right:11px;
637 font-weight:bold;
638 }
639 #attachment_view #oembed_info dt:after {
640 content: ":";
641 }
642
643 #content .notice .notice {
644     width: 98%;
645     margin-left: 2%;
646     margin-top: 16px;
647     margin-bottom: 10px;
648 }
649
650 .notice .notice {
651 background-color:rgba(200, 200, 200, 0.050);
652 }
653 .notice .notice .notice {
654 background-color:rgba(200, 200, 200, 0.100);
655 }
656 .notice .notice .notice .notice {
657 background-color:rgba(200, 200, 200, 0.150);
658 }
659 .notice .notice .notice .notice .notice {
660 background-color:rgba(200, 200, 200, 0.300);
661 }
662
663 /* aside primary specific styles */
664
665 .aside .section p,
666 .aside .section .more {
667 clear:both;
668 }
669
670 .section .vcard .photo {
671 margin-right:7px;
672 margin-bottom:0;
673 }
674
675 .section .notice {
676 padding-top:7px;
677 padding-bottom:7px;
678 border-top:0;
679 }
680
681 .section .notice:first-child {
682 padding-top:0;
683 }
684
685 .section .notice .author {
686 margin-right:0;
687 }
688 .section .notice .author .fn {
689 display:none;
690 }
691
692 #aside_primary ol.notices {
693     list-style-type: none;
694     float: left;
695     position: relative;
696     margin-bottom: 10px;
697     width: 100%;
698 }
699
700 #aside_primary .notices li {
701     margin-bottom: 8px;
702 }
703
704 #aside_primary .notice {
705     min-height: 24px;
706 }
707
708 #export_data li {
709     list-style-type:none;
710     display: inline;
711     line-height: 2;
712 }
713
714 #export_data li a {
715     padding-left: 20px;
716     margin-right: 10px;
717 }
718 #export_data li a.foaf {
719     padding-left: 30px;
720 }
721
722 #aside_primary td {
723     padding-right: 10px;
724     padding-bottom: 10px;
725 }
726
727 .section tbody td {
728 padding-right:18px;
729 padding-bottom:11px;
730 }
731
732 #entity_statistics dt,
733 #entity_statistics dd {
734 display:inline;
735 margin-right:11px;
736 }
737 #entity_statistics dt:after {
738 content: ":";
739 }
740
741 .section ul.entities {
742     float:left;
743     width:100%;
744 }
745
746 .section .entities li {
747     list-style-type: none;
748     float: left;
749     margin-right: 3px;
750     margin-bottom: 8px;
751     display: inline;
752 }
753 .section .entities li .photo {
754     margin: 0;
755 }
756 .section .entities li .fn {
757     display: none;
758 }
759
760 .tag-cloud {
761 list-style-type:none;
762 text-align:center;
763 }
764 .aside .tag-cloud {
765 font-size:0.8em;
766 word-wrap:break-word;
767 }
768 .tag-cloud li {
769 display:inline;
770 margin-right:7px;
771 line-height:1.25;
772 }
773
774 .tag-cloud li:before {
775 content:'\0009';
776 }
777
778 .aside .tag-cloud li {
779 line-height:1.5;
780 }
781 .tag-cloud li a {
782 text-decoration:none;
783 }
784 #tagcloud.section dt {
785 text-transform:uppercase;
786 font-weight:bold;
787 }
788 .tag-cloud-1 {
789 font-size:1em;
790 }
791 .tag-cloud-2 {
792 font-size:1.25em;
793 }
794 .tag-cloud-3 {
795 font-size:1.75em;
796 }
797 .tag-cloud-4 {
798 font-size:2em;
799 }
800 .tag-cloud-5 {
801 font-size:2.25em;
802 }
803 .tag-cloud-6 {
804 font-size:2.75em;
805 }
806 .tag-cloud-7 {
807 font-size:3.25em;
808 }
809
810 #publictagcloud #tagcloud.section dt {
811 display:none;
812 }
813
814 /* secondary elements */
815
816 .processing { 
817 background-image:url(../../base/images/icons/icon_processing.gif);
818 background-repeat:no-repeat;
819 background-position:47% 47%;
820 }
821
822 .error {
823     background-color: #F7E8E8;
824 }
825 .success {
826     background-color: #f2f2f2;
827 }
828
829 .system_notice dt {
830     display:none;
831 }
832
833 #page_notice {
834 clear:both;
835 margin-bottom:18px;
836 }
837
838 .entry-content .success {
839     padding: 6px;
840 }
841
842 .system_notice ul,
843 .instructions ul {
844 margin-left:1em;
845 }
846 .instructions p,
847 .instructions ul {
848 margin-bottom:18px;
849 }
850 .help dt {
851 display:none;
852 }
853 .guide {
854 clear:both;
855 }
856
857 #bookmarklet address {
858 display:none;
859 }
860 #bookmarklet .form_notice {
861 width:auto;
862 }
863 #bookmarklet #wrap {
864 min-width:0;
865 }
866
867 button.close,
868 button.minimize {
869 width:16px;
870 height:16px;
871 text-indent:-9999px;
872 padding:0;
873 border:0;
874 text-align:center;
875 font-weight:bold;
876 cursor:pointer;
877 }
878
879 .dialogbox {
880 position:absolute;
881     top: 0px;
882     right: 0px;
883 z-index:9;
884 float:none;
885 padding:11px;
886 border-style:solid;
887 border-width:1px;
888     background: #fff;
889     color: #000;
890 }
891
892 .dialogbox legend {
893 display:block !important;
894 margin-right:18px;
895 margin-bottom:18px;
896 }
897
898 .dialogbox button.close {
899 position:absolute;
900 right:3px;
901 top:3px;
902 }
903
904 .dialogbox .form_guide {
905 font-weight:normal;
906 padding:0;
907 }
908
909 .dialogbox .submit_dialogbox {
910 font-weight:bold;
911 text-indent:0;
912 min-width:46px;
913 }
914 .dialogbox input {
915 padding-left:4px;
916 }
917 .dialogbox fieldset {
918 margin-bottom:0;
919 }
920
921 #wrap form.processing input.submit,
922 .entity_actions a.processing,
923 .dialogbox.processing .submit_dialogbox {
924 cursor:wait;
925 outline:none;
926 text-indent:-9999px;
927 }
928
929 .pagination {
930     background-color: #f2f2f2;
931     clear: left;
932     margin-top: 20px;
933     padding: 1%;
934     height: 1em;
935 }
936
937 .pagination dt {
938     display: none;
939 }
940
941 .pagination li {
942     display: inline;
943 }
944
945 .pagination .nav_prev {
946     float: left;
947 }
948
949 .pagination .nav_next {
950     float: right;
951 }
952
953 #footer {
954     clear: both;
955     background-color: #ccc;
956     margin-left: 1%;
957     margin-right: 1%;
958     padding: 1%;
959 }
960
961 #site_nav_global_secondary dt {
962     display: none;
963 }
964
965 #site_nav_global_secondary li {
966     display: inline;
967     margin-right: 20px;
968 }
969
970 #licenses dt {
971     display: none;
972 }
973
974 #licenses dd {
975     margin-top: 10px;
976 }
977
978 #site_content_license_cc {
979 margin-bottom:0;
980 }
981 #site_content_license_cc img {
982 display:inline;
983 vertical-align:top;
984 margin-right:4px;
985 }
986
987 form ul li {
988     list-style-type:none;
989     margin:0 0 18px 0;
990 }
991
992 form label.submit {
993 display:none;
994 }
995
996 .form_settings {
997     clear:both;
998 }
999
1000 .form_settings fieldset {
1001     margin-top: 10px;
1002     margin-bottom: 30px;
1003     border: none;
1004 }
1005
1006 .form_settings fieldset fieldset {
1007     margin-bottom: 40px;
1008     padding: 10px;
1009     padding-top: 30px;
1010     border-width:1px;
1011     border-style:solid;
1012     background:rgba(240, 240, 240, 0.2);
1013 }
1014
1015 .form_settings fieldset fieldset legend {
1016     line-height:0;
1017     font-size: 1.4em;
1018     font-weight: normal;
1019 }
1020
1021 .form_settings input.remove {
1022 margin-left:11px;
1023 }
1024 .form_settings .form_data li {
1025 width:100%;
1026 float:left;
1027 }
1028 .form_settings .form_data label {
1029 float:left;
1030 }
1031 .form_settings .form_data textarea,
1032 .form_settings .form_data select,
1033 .form_settings .form_data input {
1034 margin-left:1.795%;
1035 float:left;
1036 }
1037 .form_settings .form_data input {
1038 width:39%;
1039 }
1040 .form_settings .form_data input.submit,
1041 .form_settings .form_data input.checkbox,
1042 .form_settings .form_data input.radio {
1043 width:auto;
1044 }
1045 .form_settings .form_data textarea {
1046 width:63%;
1047 }
1048
1049 .form_settings .form_data input.submit {
1050 margin-left:0;
1051 }
1052
1053 .form_settings label {
1054 margin-top:2px;
1055 width:24%;
1056     text-align: right;
1057 }
1058
1059 .form_settings label.checkbox {
1060     text-align: left;
1061 }
1062
1063 .form_actions label {
1064 display:none;
1065 }
1066 .form_guide {
1067 font-style:italic;
1068 }
1069
1070 .form_settings #settings_autosubscribe label {
1071 display:inline;
1072 font-weight:bold;
1073 }
1074
1075 #form_settings_profile legend,
1076 #form_login legend,
1077 #form_register legend,
1078 #form_password legend,
1079 #form_settings_avatar legend,
1080 #newgroup legend,
1081 #editgroup legend,
1082 #form_tag_user legend,
1083 #form_remote_subscribe legend,
1084 #form_openid_login legend,
1085 #form_search legend,
1086 #form_invite legend,
1087 #form_notice_delete legend,
1088 #form_password_recover legend,
1089 #form_password_change legend,
1090 .form_entity_block legend,
1091 #form_filter_bytag legend,
1092 #apioauthauthorize_allowdeny {
1093 display:none;
1094 }
1095
1096 .form_settings .form_data p.form_guide {
1097 clear:both;
1098 margin-left:26%;
1099 margin-bottom:0;
1100 }
1101
1102 .form_settings p {
1103 margin-bottom:11px;
1104 }
1105
1106 .form_settings input.checkbox,
1107 .form_settings input.radio {
1108 margin-top:3px;
1109 margin-left:0;
1110 }
1111 .form_settings label.checkbox {
1112 font-weight:normal;
1113 margin-top:0;
1114 margin-right:0;
1115 margin-left:11px;
1116 float:left;
1117 width:90%;
1118 }
1119 .form_settings label.radio {
1120 margin-top:0;
1121 margin-right:47px;
1122 margin-left:11px;
1123 width:auto;
1124 }
1125
1126 #form_login p.form_guide,
1127 #form_register #settings_rememberme p.form_guide,
1128 #form_openid_login #settings_rememberme p.form_guide,
1129 #settings_twitter_remove p.form_guide,
1130 #form_search ul.form_data #q,
1131 #design_background-image_onoff p.form_guide {
1132 margin-left:0;
1133 }
1134
1135 .form_settings .form_note {
1136 border-radius:4px;
1137 -moz-border-radius:4px;
1138 -webkit-border-radius:4px;
1139 padding:0 7px;
1140 }
1141
1142 .form_settings input {
1143     margin-right: 20px;
1144 }
1145
1146 #form_search .submit {
1147 margin-left:11px;
1148 }
1149 #form_search .form_data input {
1150 width:auto;
1151 }
1152
1153 .hentry .entry-content .form_settings ul {
1154 margin-left:0;
1155 }
1156
1157 /* override OStatus plugin style */
1158
1159 #form_ostatus_connect.form_settings.dialogbox, #form_ostatus_sub.dialogbox {
1160     width: 76%;
1161 }
1162
1163 #form_ostatus_connect.form_settings.dialogbox legend {
1164     font-size: 1.4em;
1165     font-weight: normal;
1166     padding-bottom: 10px;    
1167 }
1168
1169 #form_ostatus_connect.dialogbox .form_data label,
1170 #form_ostatus_sub.dialogbox .form_data label {
1171     font-weight: normal;
1172     font-size: 1.2em;
1173     width:34%;
1174 }
1175
1176 #form_ostatus_connect.dialogbox .form_data input,
1177 #form_ostatus_sub.dialogbox .form_data input {
1178     float: right;
1179     width: 52% !important;
1180 }
1181
1182 #form_ostatus_connect.dialogbox .form_data .form_guide,
1183 #form_ostatus_sub.dialogbox .form_data .form_guide {
1184     background: none !important;
1185     text-align: right;
1186     margin-right: 16px;
1187 }
1188
1189 .section .entity_actions {
1190     margin-right: 0px !important;
1191 }
1192
1193 .section .entity_remote_subscribe {
1194     color:#000 !important;
1195     padding-left: 26px !important;
1196     background-position: 4px -1183px !important;
1197 }
1198
1199 #filter_tags ul li,
1200 .entity_send-a-message .form_notice,
1201 .form_settings fieldset fieldset,
1202 .entity_moderation:hover ul,
1203 .entity_role:hover ul,
1204 .dialogbox {
1205 border-color:#DDDDDD;
1206 }
1207
1208 .form_settings input.form_action-primary {
1209 background:none;
1210 }
1211
1212 .form_settings .form_note {
1213 background-color:#9BB43E;
1214 }
1215
1216 #form_settings_photo .form_data {
1217 clear:both;
1218 }
1219
1220 #form_settings_avatar li {
1221 width:auto;
1222 }
1223 #form_settings_avatar input {
1224 margin-left:0;
1225 }
1226 #avatar_original,
1227 #avatar_preview {
1228 float:left;
1229 }
1230 #avatar_preview {
1231 margin-left:29px;
1232 }
1233 #avatar_preview_view {
1234 height:96px;
1235 width:96px;
1236 margin-bottom:18px;
1237 overflow:hidden;
1238 }
1239
1240 #settings_attach,
1241 #form_settings_avatar .form_actions {
1242 clear:both;
1243 }
1244
1245 #form_settings_avatar .form_actions {
1246 margin-bottom:0;
1247 }
1248
1249 #settings_design_background-image img {
1250     max-width:480px;
1251     max-height:480px;
1252     clear: left;
1253     display: block;
1254     margin-bottom: 10px;
1255 }
1256
1257 #settings_design_background-image .form_guide {
1258     float: left;
1259     margin-top: 10px;
1260 }
1261
1262 #settings_design_color .form_data,
1263 #color-picker {
1264 float:left;
1265 }
1266 #settings_design_color .form_data {
1267 width:400px;
1268 margin-right:1%;
1269 }
1270
1271 #settings_design_color .form_data li {
1272 width:33%;
1273 }
1274 #settings_design_color .form_data label {
1275 float:none;
1276 display:block;
1277 }
1278 #settings_design_color .form_data .swatch {
1279 padding:11px;
1280 margin-left:0;
1281 width:auto;
1282 }
1283
1284 .entity_profile {
1285 position:relative;
1286 width:73%;
1287 min-height:123px;
1288 float:left;
1289 margin-bottom:18px;
1290 margin-left:0;
1291 overflow:hidden;
1292 }
1293
1294 .entity_profile dt,
1295 #entity_statistics dt {
1296 font-weight:bold;
1297 }
1298 .entity_profile dd {
1299 display:inline;
1300 }
1301
1302 .entity_profile .entity_depiction {
1303     float:left;
1304     width:96px;
1305     margin-right:18px;
1306     margin-bottom:18px;
1307     text-align: center;
1308 }
1309
1310 .entity_profile .entity_fn,
1311 .entity_profile .entity_nickname,
1312 .entity_profile .entity_location,
1313 .entity_profile .entity_url,
1314 .entity_profile .entity_note,
1315 .entity_profile .entity_tags,
1316 .entity_profile .entity_aliases,
1317 .entity_profile .entity_statistics {
1318 margin-left:113px;
1319 margin-bottom:4px;
1320 }
1321
1322 .entity_profile .entity_nickname,
1323 .entity_profile .entity_fn {
1324 margin-left:0;
1325 }
1326
1327 .entity_profile .nickname {
1328     font-size:1.4em;
1329 }
1330
1331 .entity_profile .fn {
1332     font-size: 1.2em;
1333     clear: left;
1334 }
1335
1336 .entity_profile .fn:before {
1337 content: "(";
1338 font-weight:normal;
1339 }
1340 .entity_profile .fn:after {
1341 content: ")";
1342 font-weight:normal;
1343 }
1344 .entity_profile .nickname:after,
1345 .entity_profile .nickname:before {
1346 content:"";
1347 }
1348 .entity_profile dt,
1349 .entity_profile h2 {
1350 display:none;
1351 }
1352 .entity_profile .role {
1353 margin-left:11px;
1354 font-style:italic;
1355 }
1356
1357 .entity_actions {
1358 float:right;
1359 margin-left:2%;
1360     margin-bottom: 28px;
1361 min-width:21%;
1362 }
1363
1364 .entity_actions h2 {
1365 display:none;
1366 }
1367 .entity_actions ul {
1368 list-style-type:none;
1369 }
1370 .entity_actions li {
1371 margin-bottom:7px;
1372 }
1373 .entity_actions li:first-child {
1374 border-top:0;
1375 }
1376 .entity_actions fieldset {
1377 border:0;
1378 padding:0;
1379 }
1380 .entity_actions legend {
1381 display:none;
1382 }
1383
1384 .entity_actions input.submit {
1385 display:block;
1386 text-align:left;
1387 width:100%;
1388 }
1389 .entity_actions a {
1390 text-decoration:none;
1391 font-weight:bold;
1392 display:block;
1393 }
1394
1395 .entity_actions a, .entity_actions input, .entity_actions p {
1396     color: #333 !important;
1397     font-weight: normal;
1398     line-height: 1.6em;
1399 }
1400
1401 .entity_actions a {
1402     padding: 3px 4px 4px 28px;
1403 }
1404
1405 .entity_actions input {
1406     padding: 4px 4px 4px 26px;
1407 }
1408
1409 .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 {
1410     background-color: #ccc !important;
1411     border: none;
1412 }
1413
1414 .entity_actions p {
1415     padding: 2px 4px 4px 28px;
1416 }
1417
1418 .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 {
1419     background-color: #f2f2f2 !important;
1420 }
1421
1422 .entity_actions #entity_remote_subscribe a {
1423     padding-right: 6px;
1424 }
1425
1426 .entity_actions .accept {
1427 margin-bottom:18px;
1428 }
1429
1430 .entity_send-a-message button {
1431 position:absolute;
1432 top:3px;
1433 right:3px;
1434 }
1435
1436 .entity_send-a-message .form_notice {
1437     width: 410px;
1438     padding: 10px;
1439     position: absolute;
1440     top: 46px;
1441     right: 10px;
1442     z-index: 2;
1443 }
1444
1445 .entity_send-a-message .form_notice fieldset {
1446     width: 410px;
1447 }
1448
1449 .entity_send-a-message .form_notice textarea {
1450     width: 280px;
1451 }
1452
1453 .entity_send-a-message .form_notice legend {
1454 display:block;
1455 margin-bottom:11px;
1456     font-weight: normal;
1457     color: #333 !important;
1458 }
1459
1460 .entity_send-a-message .form_notice label,
1461 .entity_send-a-message .form_notice select {
1462 display:none;
1463 }
1464 .entity_send-a-message .form_notice .submit {
1465     position: absolute;
1466     top: 52px;
1467     right: 0px;
1468     text-align: center;
1469 }
1470
1471 .entity_moderation,
1472 .entity_role {
1473 position:relative;
1474 }
1475 .entity_moderation p,
1476 .entity_role p {
1477
1478 padding-bottom:2px;
1479 margin-bottom:7px;
1480 }
1481 .entity_moderation ul,
1482 .entity_role ul {
1483 display:none;
1484 }
1485 .entity_moderation:hover ul,
1486 .entity_role:hover ul {
1487 display:block;
1488 width:110%;
1489 padding:11px;
1490 position:absolute;
1491 z-index:1;
1492 border-width:1px;
1493 border-style:solid;
1494         top: 20px;
1495         right: 0px;
1496         background-color: #fff;
1497 }
1498
1499 .entity_tags ul {
1500 list-style-type:none;
1501 display:inline;
1502 }
1503 .entity_tags li {
1504 display:inline;
1505 margin-right:7px;
1506 }
1507 .entity_tags li:before {
1508 content:'\0009';
1509 }
1510
1511 #filter_tags {
1512     margin-bottom: 20px;
1513     padding-bottom: 10px;
1514     border-bottom: 1px solid #ccc;
1515     float: left;
1516 }
1517 #filter_tags dt {
1518 display:none;
1519 }
1520 #filter_tags ul {
1521 list-style-type:none;
1522 }
1523 #filter_tags li {
1524 float:left;
1525 margin-left:7px;
1526 padding-left:7px;
1527 border-left-width: 1px;
1528 border-left-style:solid;
1529 }
1530 #filter_tags #filter_tags_all {
1531     margin-left: 10px;
1532 border-left:0;
1533 padding-left:0;
1534 }
1535 #filter_tags_all a {
1536 font-weight:bold;
1537     margin-top: 4px;
1538 float:left;
1539 }
1540
1541 #filter_tags_item label {
1542     margin-right: 14px;
1543     margin-left: 7px;
1544     padding-top: 4px;
1545 }
1546 #filter_tags_item label,
1547 #filter_tags_item select {
1548 float:left;
1549 }
1550
1551 #filter_tags_item p {
1552 float:left;
1553 clear:both;
1554 margin-left:38px;
1555 }
1556 #filter_tags_item .submit {
1557 position:relative;
1558 top:3px;
1559 left:3px;
1560 }
1561
1562 .profile .entity_profile {
1563 margin-bottom:0;
1564 min-height:60px;
1565 }
1566
1567 .profile .form_group_join legend,
1568 .profile .form_group_leave legend,
1569 .profile .form_user_subscribe legend,
1570 .profile .form_user_unsubscribe legend {
1571 display:none;
1572 }
1573
1574 .profiles {
1575     list-style-type:none;
1576 }
1577
1578 .profiles li {
1579     margin-bottom: 20px;
1580 }
1581
1582 .profile .entity_profile .fn.nickname,
1583 .profile .entity_profile .url[rel~=contact] {
1584 margin-left:0;
1585 display:inline;
1586 }
1587
1588 .profile .entity_profile .fn,
1589 .profile .entity_profile .label {
1590 margin-left:11px;
1591 margin-bottom:4px;
1592 width:auto;
1593 clear:none;
1594 }
1595
1596 .profile .entity_profile .note,
1597 .profile .entity_profile .url,
1598 .profile .entity_profile .entity_tags,
1599 .profile .entity_profile .form_subscription_edit {
1600 margin-left:59px;
1601 clear:none;
1602 display:block;
1603 width:auto;
1604 }
1605 .profile .entity_profile .entity_tags dt {
1606 display:inline;
1607 margin-right:11px;
1608 }
1609
1610 .profile .entity_profile .form_subscription_edit label {
1611 font-weight:normal;
1612 margin-right:11px;
1613 }
1614
1615 .applications {
1616 margin-bottom:18px;
1617 float:left;
1618 width:100%;
1619 }
1620 .applications li {
1621 list-style-type:none;
1622 }
1623 .application img,
1624 #showapplication .entity_profile img,
1625 .form_data #application_icon img,
1626 #apioauthauthorize .form_data img {
1627 max-width:96px;
1628 max-height:96px;
1629 }
1630 #apioauthauthorize .form_data img {
1631 margin-right:18px;
1632 float:left;
1633 }
1634 #showapplication .entity_profile {
1635 width:68%;
1636 }
1637 #showapplication .entity_profile .entity_fn {
1638 margin-left:0;
1639 }
1640 #showapplication .entity_profile .entity_fn .fn:before,
1641 #showapplication .entity_profile .entity_fn .fn:after {
1642 content:'';
1643 }
1644 #showapplication .entity_data {
1645 clear:both;
1646 margin-bottom:18px;
1647 }
1648 #showapplication .entity_data h2 {
1649 display:none;
1650 }
1651 #showapplication .entity_data dl {
1652 margin-bottom:18px;
1653 }
1654 #showapplication .entity_data dt {
1655 font-weight:bold;
1656 }
1657 #showapplication .entity_data dd {
1658 margin-left:1.795%;
1659 font-family:monospace;
1660 font-size:1.3em;
1661 }
1662 .form_data #application_types label.radio,
1663 .form_data #default_access_types label.radio {
1664 width:14.5%;
1665 }
1666
1667 .mark-top {
1668     border-top: 1px solid #ccc;
1669 }
1670
1671 #realtime_actions li {
1672     margin-right: -4px;
1673 }
1674
1675 #realtime_play, #realtime_pause, #realtime_popup {
1676     background-image: url(../images/icons/icons-01.gif);
1677     background-repeat: no-repeat;
1678     background-color: transparent;
1679 }
1680
1681 #realtime_play {
1682     background-position: 0 -2308px;
1683 }
1684 #realtime_pause {
1685     background-position: 0 -2374px;
1686 }
1687 #realtime_popup {
1688     background-position: 0 -1714px;
1689 }
1690
1691 #realtime_play, #realtime_pause, #realtime_popup {
1692         opacity: 0.6;
1693 }
1694
1695 #realtime_play:hover, #realtime_pause:hover, #realtime_popup:hover {
1696         opacity: 1;
1697 }
1698
1699 body.realtime-popup {
1700     min-width: 100%;
1701 }
1702
1703 .realtime-popup #wrap {
1704     padding: 0px !important;
1705     margin: 0px !important;
1706 }
1707
1708 .realtime-popup #content {
1709     padding: 0px !important;
1710     margin: 0px !important;
1711     width: 98% !important;
1712 }
1713
1714 .realtime-popup .form_notice {
1715     float: left !important;
1716     position: static !important;
1717 }
1718
1719 .realtime-popup .form_notice fieldset {
1720     width: 450px !important;
1721 }
1722
1723 .realtime-popup .form_notice textarea {
1724     width: 340px !important;
1725 }
1726
1727 .realtime-popup .form_notice .submit {
1728     top: 58px !important;
1729     height: 2em;
1730     font-size: 0.8em;
1731     width: 86px;
1732 }
1733
1734 .realtime-popup .form_notice label.notice_data-attach {
1735     right: 70px;
1736 }
1737
1738 .realtime-popup .form_notice .notice_data-geo_wrap label, .form_notice .notice_data-geo_wrap input {
1739     right: 2px;
1740 }
1741
1742 /* icons */
1743
1744 .form_notice label.notice_data-attach,
1745 #export_data li a.rss,
1746 #export_data li a.atom,
1747 #export_data li a.foaf,
1748 .entity_edit a,
1749 .entity_send-a-message a,
1750 .entity_nudge p,
1751 .form_user_nudge input.submit,
1752 .form_user_block input.submit,
1753 .form_user_unblock input.submit,
1754 .form_group_block input.submit,
1755 .form_group_unblock input.submit,
1756 .form_make_admin input.submit,
1757 .notice .attachment,
1758 .notice-options .notice_reply,
1759 .notice-options form.form_favor input.submit,
1760 .notice-options form.form_disfavor input.submit,
1761 .notice-options .notice_delete,
1762 .notice-options form.form_repeat input.submit,
1763 #new_group a,
1764 .pagination .nav_prev a,
1765 .pagination .nav_next a,
1766 button.close,
1767 .form_group_leave input.submit,
1768 .form_user_unsubscribe input.submit,
1769 .form_group_join input.submit,
1770 .form_user_subscribe input.submit,
1771 .form_remote_authorize input.submit,
1772 .entity_subscribe a,
1773 .entity_moderation p,
1774 .entity_sandbox input.submit,
1775 .entity_silence input.submit,
1776 .entity_delete input.submit,
1777 .entity_role p,
1778 .entity_role_administrator input.submit,
1779 .entity_role_moderator input.submit,
1780 .notice-options .repeated,
1781 .form_notice label.notice_data-geo,
1782 button.minimize,
1783 .form_reset_key input.submit,
1784 .entity_clear input.submit,
1785 .entity_flag input.submit,
1786 .entity_flag p,
1787 .entity_subscribe input.submit,
1788 #realtime_play,
1789 #realtime_pause,
1790 #realtime_popup {
1791 background-image:url(../images/icons/icons-01.gif);
1792 background-repeat:no-repeat;
1793 background-color:transparent;
1794 }
1795
1796 button.close {
1797 background-position:0 -1120px;
1798 }
1799 button.minimize {
1800 background-position:0 -1912px;
1801 }
1802 #export_data li a.rss {
1803 background-position:0 -130px;
1804 }
1805 #export_data li a.atom {
1806 background-position:0 -64px;
1807 }
1808 #export_data li a.foaf {
1809 background-position:0 1px;
1810 }
1811 .form_group_leave input.submit,
1812 .form_user_unsubscribe input.submit {
1813 background-position:5px -1246px;
1814 }
1815 .form_group_join input.submit,
1816 .form_user_subscribe input.submit,
1817 .form_remote_authorize input.submit,
1818 .entity_subscribe a {
1819 background-position:5px -1181px;
1820 }
1821 .entity_edit a {
1822 background-position: 5px -719px;
1823 }
1824 .entity_send-a-message a {
1825 background-position: 5px -852px;
1826 }
1827 .entity_nudge p,
1828 .form_user_nudge input.submit {
1829 background-position: 5px -785px;
1830 }
1831 .form_user_block input.submit,
1832 .form_user_unblock input.submit,
1833 .form_group_block input.submit,
1834 .form_group_unblock input.submit {
1835 background-position: 5px -918px;
1836 }
1837 .form_make_admin input.submit {
1838 background-position: 5px -983px;
1839 }
1840 .entity_moderation p {
1841 background-position: 5px -1313px;
1842 }
1843 .entity_sandbox input.submit {
1844 background-position: 5px -1380px;
1845 }
1846 .entity_silence input.submit {
1847 background-position: 5px -1445px;
1848 }
1849 .entity_delete input.submit {
1850 background-position: 5px -1511px;
1851 }
1852 .entity_sandbox .form_user_unsandbox input.submit {
1853 background-position: 5px -2568px;
1854 }
1855 .entity_silence .form_user_unsilence input.submit {
1856 background-position: 5px -2633px;
1857 }
1858 .entity_role p {
1859 background-position: 5px -2436px;
1860 }
1861 .entity_role_administrator .form_user_grantrole input.submit {
1862 background-position: 5px -983px;
1863 }
1864 .entity_role_moderator .form_user_grantrole input.submit {
1865 background-position: 5px -1313px;
1866 }
1867 .entity_role_administrator .form_user_revokerole input.submit {
1868 background-position: 5px -2699px;
1869 }
1870 .entity_role_moderator .form_user_revokerole input.submit {
1871 background-position: 5px -2501px;
1872 }
1873 .form_reset_key input.submit {
1874 background-position: 5px -1973px;
1875 }
1876 .entity_clear input.submit {
1877 background-position: 5px -2039px;
1878 }
1879 .entity_flag input.submit,
1880 .entity_flag p {
1881 background-position: 5px -2105px;
1882 }
1883 .entity_subscribe input.accept {
1884 background-position: 5px -2171px;
1885 }
1886 .entity_subscribe input.reject {
1887 background-position: 5px -2237px;
1888 }
1889 #realtime_play {
1890 background-position: 0 -2308px;
1891 }
1892 #realtime_pause {
1893 background-position: 0 -2374px;
1894 }
1895 #realtime_popup {
1896 background-position: 0 -1714px;
1897 }
1898 .notice .attachment {
1899 background-position:0 -394px;
1900 }
1901 .notice .attachment.more {
1902 background-position:0 -2770px;
1903 }
1904 #attachments .attachment {
1905 background:none;
1906 }
1907 .notice-options .notice_reply {
1908 background-position:0 -592px;
1909 }
1910 .notice-options form.form_favor input.submit {
1911 background-position:0 -460px;
1912 }
1913 .notice-options form.form_disfavor input.submit {
1914 background-position:0 -526px;
1915 }
1916 .notice-options .notice_delete {
1917 background-position:0 -658px;
1918 }
1919 .notice-options .form_repeat.processing {
1920 background-image:none;
1921 }
1922 .notice-options form.form_repeat input.submit {
1923 background-position:0 -1582px;
1924 }
1925 .notice-options .repeated {
1926 background-position:0 -1648px;
1927 }
1928 #new_group a {
1929 background-position:0 -1054px;
1930 }
1931 .form_notice label.notice_data-attach {
1932     background-position: 0 -328px;
1933 }
1934 .form_notice label.notice_data-geo {
1935     background-position: 0 -1780px;
1936 }
1937 .form_notice label.notice_data-geo.checked {
1938     background-position: 0 -1846px;
1939 }
1940
1941 .pagination .nav_prev a {
1942     padding-top: 8px;
1943     padding-left: 25px;
1944     background-position:0 -187px;
1945 }
1946 .pagination .nav_next a { 
1947     padding-top: 9px;
1948     padding-right: 25px;
1949     background-position: 115% -252px;
1950 }
1951
1952 #usergroups #new_group {
1953 float: left;
1954 margin-right: 2em;
1955 }
1956 #new_group, #group_search {
1957 margin-bottom:18px;
1958 }
1959 #new_group a {
1960 padding-left:20px;
1961 }
1962
1963 #input_form_nav { 
1964     list-style-type: none;
1965 }
1966
1967 #input_form_nav li { 
1968     display:inline;
1969 }
1970
1971 .input_form_nav_tab.current {
1972     text-decoration: underline;
1973 }
1974
1975 .input_form { 
1976     display: none;
1977 }
1978
1979 .input_form.current { 
1980     display: block;
1981 }
1982
1983 /*end of @media screen, projection, tv*/
1984
1985
1986 @media print {
1987 a:after { background-color:#FFFFFF; }
1988 a:not([href^="#"]):after { content:" <"attr(href)"> "; }
1989 img { border:none; }
1990 p { orphans: 2; widows: 1; }
1991
1992 #site_nav_global_primary,
1993 #site_nav_local_views,
1994 #form_notice,
1995 .pagination,
1996 #site_nav_global_secondary,
1997 .entity_actions,
1998 .notice-options,
1999 #aside_primary,
2000 .form_subscription_edit .submit {
2001 display:none;
2002 }
2003 .timestamp dt, .timestamp dd,
2004 .device dt, .device dd {
2005 display:inline;
2006 }
2007 .profiles li,
2008 .notices li {
2009 margin-bottom:18px;
2010 }
2011
2012 }/*end of @media print*/