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