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