]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/rebase/css/display.css
better formatting for RSVPs
[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 /* override OStatus plugin style */
1160
1161 #form_ostatus_connect.form_settings.dialogbox, #form_ostatus_sub.dialogbox {
1162     width: 76%;
1163 }
1164
1165 #form_ostatus_connect.form_settings.dialogbox legend {
1166     font-size: 1.4em;
1167     font-weight: normal;
1168     padding-bottom: 10px;    
1169 }
1170
1171 #form_ostatus_connect.dialogbox .form_data label,
1172 #form_ostatus_sub.dialogbox .form_data label {
1173     font-weight: normal;
1174     font-size: 1.2em;
1175     width:34%;
1176 }
1177
1178 #form_ostatus_connect.dialogbox .form_data input,
1179 #form_ostatus_sub.dialogbox .form_data input {
1180     float: right;
1181     width: 52% !important;
1182 }
1183
1184 #form_ostatus_connect.dialogbox .form_data .form_guide,
1185 #form_ostatus_sub.dialogbox .form_data .form_guide {
1186     background: none !important;
1187     text-align: right;
1188     margin-right: 16px;
1189 }
1190
1191 .section .entity_actions {
1192     margin-right: 0px !important;
1193 }
1194
1195 .section .entity_remote_subscribe {
1196     color:#000 !important;
1197     padding-left: 26px !important;
1198     background-position: 4px -1183px !important;
1199 }
1200
1201 #filter_tags ul li,
1202 .entity_send-a-message .form_notice,
1203 .form_settings fieldset fieldset,
1204 .entity_moderation:hover ul,
1205 .entity_role:hover ul,
1206 .dialogbox {
1207 border-color:#DDDDDD;
1208 }
1209
1210 .form_settings input.form_action-primary {
1211 background:none;
1212 }
1213
1214 .form_settings .form_note {
1215 background-color:#9BB43E;
1216 }
1217
1218 #form_settings_photo .form_data {
1219 clear:both;
1220 }
1221
1222 #form_settings_avatar li {
1223 width:auto;
1224 }
1225 #form_settings_avatar input {
1226 margin-left:0;
1227 }
1228 #avatar_original,
1229 #avatar_preview {
1230 float:left;
1231 }
1232 #avatar_preview {
1233 margin-left:29px;
1234 }
1235 #avatar_preview_view {
1236 height:96px;
1237 width:96px;
1238 margin-bottom:18px;
1239 overflow:hidden;
1240 }
1241
1242 #settings_attach,
1243 #form_settings_avatar .form_actions {
1244 clear:both;
1245 }
1246
1247 #form_settings_avatar .form_actions {
1248 margin-bottom:0;
1249 }
1250
1251 #settings_design_background-image img {
1252     max-width:480px;
1253     max-height:480px;
1254     clear: left;
1255     display: block;
1256     margin-bottom: 10px;
1257 }
1258
1259 #settings_design_background-image .form_guide {
1260     float: left;
1261     margin-top: 10px;
1262 }
1263
1264 #settings_design_color .form_data,
1265 #color-picker {
1266 float:left;
1267 }
1268 #settings_design_color .form_data {
1269 width:400px;
1270 margin-right:1%;
1271 }
1272
1273 #settings_design_color .form_data li {
1274 width:33%;
1275 }
1276 #settings_design_color .form_data label {
1277 float:none;
1278 display:block;
1279 }
1280 #settings_design_color .form_data .swatch {
1281 padding:11px;
1282 margin-left:0;
1283 width:auto;
1284 }
1285
1286 .entity_profile {
1287 position:relative;
1288 width:73%;
1289 min-height:123px;
1290 float:left;
1291 margin-bottom:18px;
1292 margin-left:0;
1293 overflow:hidden;
1294 }
1295
1296 .entity_profile dt,
1297 #entity_statistics dt {
1298 font-weight:bold;
1299 }
1300 .entity_profile dd {
1301 display:inline;
1302 }
1303
1304 .entity_profile .entity_depiction {
1305     float:left;
1306     width:96px;
1307     margin-right:18px;
1308     margin-bottom:18px;
1309     text-align: center;
1310 }
1311
1312 .entity_profile .entity_fn,
1313 .entity_profile .entity_nickname,
1314 .entity_profile .entity_location,
1315 .entity_profile .entity_url,
1316 .entity_profile .entity_note,
1317 .entity_profile .entity_tags,
1318 .entity_profile .entity_aliases,
1319 .entity_profile .entity_statistics {
1320 margin-left:113px;
1321 margin-bottom:4px;
1322 }
1323
1324 .entity_profile .entity_nickname,
1325 .entity_profile .entity_fn {
1326 margin-left:0;
1327 }
1328
1329 .entity_profile .nickname {
1330     font-size:1.4em;
1331 }
1332
1333 .entity_profile .fn {
1334     font-size: 1.2em;
1335     clear: left;
1336 }
1337
1338 .entity_profile .fn:before {
1339 content: "(";
1340 font-weight:normal;
1341 }
1342 .entity_profile .fn:after {
1343 content: ")";
1344 font-weight:normal;
1345 }
1346 .entity_profile .nickname:after,
1347 .entity_profile .nickname:before {
1348 content:"";
1349 }
1350 .entity_profile dt,
1351 .entity_profile h2 {
1352 display:none;
1353 }
1354 .entity_profile .role {
1355 margin-left:11px;
1356 font-style:italic;
1357 }
1358
1359 .entity_actions {
1360 float:right;
1361 margin-left:2%;
1362     margin-bottom: 28px;
1363 min-width:21%;
1364 }
1365
1366 .entity_actions h2 {
1367 display:none;
1368 }
1369 .entity_actions ul {
1370 list-style-type:none;
1371 }
1372 .entity_actions li {
1373 margin-bottom:7px;
1374 }
1375 .entity_actions li:first-child {
1376 border-top:0;
1377 }
1378 .entity_actions fieldset {
1379 border:0;
1380 padding:0;
1381 }
1382 .entity_actions legend {
1383 display:none;
1384 }
1385
1386 .entity_actions input.submit {
1387 display:block;
1388 text-align:left;
1389 width:100%;
1390 }
1391 .entity_actions a {
1392 text-decoration:none;
1393 font-weight:bold;
1394 display:block;
1395 }
1396
1397 .entity_actions a, .entity_actions input, .entity_actions p {
1398     color: #333 !important;
1399     font-weight: normal;
1400     line-height: 1.6em;
1401 }
1402
1403 .entity_actions a {
1404     padding: 3px 4px 4px 28px;
1405 }
1406
1407 .entity_actions input {
1408     padding: 4px 4px 4px 26px;
1409 }
1410
1411 .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 {
1412     background-color: #ccc !important;
1413     border: none;
1414 }
1415
1416 .entity_actions p {
1417     padding: 2px 4px 4px 28px;
1418 }
1419
1420 .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 {
1421     background-color: #f2f2f2 !important;
1422 }
1423
1424 .entity_actions #entity_remote_subscribe a {
1425     padding-right: 6px;
1426 }
1427
1428 .entity_actions .accept {
1429 margin-bottom:18px;
1430 }
1431
1432 .entity_send-a-message button {
1433 position:absolute;
1434 top:3px;
1435 right:3px;
1436 }
1437
1438 .entity_send-a-message .form_notice {
1439     width: 410px;
1440     padding: 10px;
1441     position: absolute;
1442     top: 46px;
1443     right: 10px;
1444     z-index: 2;
1445 }
1446
1447 .entity_send-a-message .form_notice fieldset {
1448     width: 410px;
1449 }
1450
1451 .entity_send-a-message .form_notice textarea {
1452     width: 280px;
1453 }
1454
1455 .entity_send-a-message .form_notice legend {
1456 display:block;
1457 margin-bottom:11px;
1458     font-weight: normal;
1459     color: #333 !important;
1460 }
1461
1462 .entity_send-a-message .form_notice label,
1463 .entity_send-a-message .form_notice select {
1464 display:none;
1465 }
1466 .entity_send-a-message .form_notice .submit {
1467     position: absolute;
1468     top: 52px;
1469     right: 0px;
1470     text-align: center;
1471 }
1472
1473 .entity_moderation,
1474 .entity_role {
1475 position:relative;
1476 }
1477 .entity_moderation p,
1478 .entity_role p {
1479
1480 padding-bottom:2px;
1481 margin-bottom:7px;
1482 }
1483 .entity_moderation ul,
1484 .entity_role ul {
1485 display:none;
1486 }
1487 .entity_moderation:hover ul,
1488 .entity_role:hover ul {
1489 display:block;
1490 width:110%;
1491 padding:11px;
1492 position:absolute;
1493 z-index:1;
1494 border-width:1px;
1495 border-style:solid;
1496         top: 20px;
1497         right: 0px;
1498         background-color: #fff;
1499 }
1500
1501 .entity_tags ul {
1502 list-style-type:none;
1503 display:inline;
1504 }
1505 .entity_tags li {
1506 display:inline;
1507 margin-right:7px;
1508 }
1509 .entity_tags li:before {
1510 content:'\0009';
1511 }
1512
1513 #filter_tags {
1514     margin-bottom: 20px;
1515     padding-bottom: 10px;
1516     border-bottom: 1px solid #ccc;
1517     float: left;
1518 }
1519 #filter_tags dt {
1520 display:none;
1521 }
1522 #filter_tags ul {
1523 list-style-type:none;
1524 }
1525 #filter_tags li {
1526 float:left;
1527 margin-left:7px;
1528 padding-left:7px;
1529 border-left-width: 1px;
1530 border-left-style:solid;
1531 }
1532 #filter_tags #filter_tags_all {
1533     margin-left: 10px;
1534 border-left:0;
1535 padding-left:0;
1536 }
1537 #filter_tags_all a {
1538 font-weight:bold;
1539     margin-top: 4px;
1540 float:left;
1541 }
1542
1543 #filter_tags_item label {
1544     margin-right: 14px;
1545     margin-left: 7px;
1546     padding-top: 4px;
1547 }
1548 #filter_tags_item label,
1549 #filter_tags_item select {
1550 float:left;
1551 }
1552
1553 #filter_tags_item p {
1554 float:left;
1555 clear:both;
1556 margin-left:38px;
1557 }
1558 #filter_tags_item .submit {
1559 position:relative;
1560 top:3px;
1561 left:3px;
1562 }
1563
1564 .profile .entity_profile {
1565 margin-bottom:0;
1566 min-height:60px;
1567 }
1568
1569 .profile .form_group_join legend,
1570 .profile .form_group_leave legend,
1571 .profile .form_user_subscribe legend,
1572 .profile .form_user_unsubscribe legend {
1573 display:none;
1574 }
1575
1576 .profiles {
1577     list-style-type:none;
1578 }
1579
1580 .profiles li {
1581     margin-bottom: 20px;
1582 }
1583
1584 .profile .entity_profile .fn.nickname,
1585 .profile .entity_profile .url[rel~=contact] {
1586 margin-left:0;
1587 display:inline;
1588 }
1589
1590 .profile .entity_profile .fn,
1591 .profile .entity_profile .label {
1592 margin-left:11px;
1593 margin-bottom:4px;
1594 width:auto;
1595 clear:none;
1596 }
1597
1598 .profile .entity_profile .note,
1599 .profile .entity_profile .url,
1600 .profile .entity_profile .entity_tags,
1601 .profile .entity_profile .form_subscription_edit {
1602 margin-left:59px;
1603 clear:none;
1604 display:block;
1605 width:auto;
1606 }
1607 .profile .entity_profile .entity_tags dt {
1608 display:inline;
1609 margin-right:11px;
1610 }
1611
1612 .profile .entity_profile .form_subscription_edit label {
1613 font-weight:normal;
1614 margin-right:11px;
1615 }
1616
1617 .applications {
1618 margin-bottom:18px;
1619 float:left;
1620 width:100%;
1621 }
1622 .applications li {
1623 list-style-type:none;
1624 }
1625 .application img,
1626 #showapplication .entity_profile img,
1627 .form_data #application_icon img,
1628 #apioauthauthorize .form_data img {
1629 max-width:96px;
1630 max-height:96px;
1631 }
1632 #apioauthauthorize .form_data img {
1633 margin-right:18px;
1634 float:left;
1635 }
1636 #showapplication .entity_profile {
1637 width:68%;
1638 }
1639 #showapplication .entity_profile .entity_fn {
1640 margin-left:0;
1641 }
1642 #showapplication .entity_profile .entity_fn .fn:before,
1643 #showapplication .entity_profile .entity_fn .fn:after {
1644 content:'';
1645 }
1646 #showapplication .entity_data {
1647 clear:both;
1648 margin-bottom:18px;
1649 }
1650 #showapplication .entity_data h2 {
1651 display:none;
1652 }
1653 #showapplication .entity_data dl {
1654 margin-bottom:18px;
1655 }
1656 #showapplication .entity_data dt {
1657 font-weight:bold;
1658 }
1659 #showapplication .entity_data dd {
1660 margin-left:1.795%;
1661 font-family:monospace;
1662 font-size:1.3em;
1663 }
1664 .form_data #application_types label.radio,
1665 .form_data #default_access_types label.radio {
1666 width:14.5%;
1667 }
1668
1669 .mark-top {
1670     border-top: 1px solid #ccc;
1671 }
1672
1673 #realtime_actions li {
1674     margin-right: -4px;
1675 }
1676
1677 #realtime_play, #realtime_pause, #realtime_popup {
1678     background-image: url(../images/icons/icons-01.gif);
1679     background-repeat: no-repeat;
1680     background-color: transparent;
1681 }
1682
1683 #realtime_play {
1684     background-position: 0 -2308px;
1685 }
1686 #realtime_pause {
1687     background-position: 0 -2374px;
1688 }
1689 #realtime_popup {
1690     background-position: 0 -1714px;
1691 }
1692
1693 #realtime_play, #realtime_pause, #realtime_popup {
1694         opacity: 0.6;
1695 }
1696
1697 #realtime_play:hover, #realtime_pause:hover, #realtime_popup:hover {
1698         opacity: 1;
1699 }
1700
1701 body.realtime-popup {
1702     min-width: 100%;
1703 }
1704
1705 .realtime-popup #wrap {
1706     padding: 0px !important;
1707     margin: 0px !important;
1708 }
1709
1710 .realtime-popup #content {
1711     padding: 0px !important;
1712     margin: 0px !important;
1713     width: 98% !important;
1714 }
1715
1716 .realtime-popup .form_notice {
1717     float: left !important;
1718     position: static !important;
1719 }
1720
1721 .realtime-popup .form_notice fieldset {
1722     width: 450px !important;
1723 }
1724
1725 .realtime-popup .form_notice textarea {
1726     width: 340px !important;
1727 }
1728
1729 .realtime-popup .form_notice .submit {
1730     top: 58px !important;
1731     height: 2em;
1732     font-size: 0.8em;
1733     width: 86px;
1734 }
1735
1736 .realtime-popup .form_notice label.notice_data-attach {
1737     right: 70px;
1738 }
1739
1740 .realtime-popup .form_notice .notice_data-geo_wrap label, .realtime-popup .form_notice .notice_data-geo_wrap input {
1741     right: 2px;
1742 }
1743
1744 /* icons */
1745
1746 .form_notice label.notice_data-attach,
1747 #export_data li a.rss,
1748 #export_data li a.atom,
1749 #export_data li a.foaf,
1750 .entity_edit a,
1751 .entity_send-a-message a,
1752 .entity_nudge p,
1753 .form_user_nudge input.submit,
1754 .form_user_block input.submit,
1755 .form_user_unblock input.submit,
1756 .form_group_block input.submit,
1757 .form_group_unblock input.submit,
1758 .form_make_admin input.submit,
1759 .notice .attachment,
1760 .notice-options .notice_reply,
1761 .notice-options form.form_favor input.submit,
1762 .notice-options form.form_disfavor input.submit,
1763 .notice-options .notice_delete,
1764 .notice-options form.form_repeat input.submit,
1765 #new_group a,
1766 #pagination .nav_prev a,
1767 #pagination .nav_next a,
1768 button.close,
1769 .form_group_leave input.submit,
1770 .form_user_unsubscribe input.submit,
1771 .form_group_join input.submit,
1772 .form_user_subscribe input.submit,
1773 .form_remote_authorize input.submit,
1774 .entity_subscribe a,
1775 .entity_moderation p,
1776 .entity_sandbox input.submit,
1777 .entity_silence input.submit,
1778 .entity_delete input.submit,
1779 .entity_role p,
1780 .entity_role_administrator input.submit,
1781 .entity_role_moderator input.submit,
1782 .notice-options .repeated,
1783 .form_notice label.notice_data-geo,
1784 button.minimize,
1785 .form_reset_key input.submit,
1786 .entity_clear input.submit,
1787 .entity_flag input.submit,
1788 .entity_flag p,
1789 .entity_subscribe input.submit,
1790 #realtime_play,
1791 #realtime_pause,
1792 #realtime_popup {
1793 background-image:url(../images/icons/icons-01.gif);
1794 background-repeat:no-repeat;
1795 background-color:transparent;
1796 }
1797
1798 button.close {
1799 background-position:0 -1120px;
1800 }
1801 button.minimize {
1802 background-position:0 -1912px;
1803 }
1804 #export_data li a.rss {
1805 background-position:0 -130px;
1806 }
1807 #export_data li a.atom {
1808 background-position:0 -64px;
1809 }
1810 #export_data li a.foaf {
1811 background-position:0 1px;
1812 }
1813 .form_group_leave input.submit,
1814 .form_user_unsubscribe input.submit {
1815 background-position:5px -1246px;
1816 }
1817 .form_group_join input.submit,
1818 .form_user_subscribe input.submit,
1819 .form_remote_authorize input.submit,
1820 .entity_subscribe a {
1821 background-position:5px -1181px;
1822 }
1823 .entity_edit a {
1824 background-position: 5px -719px;
1825 }
1826 .entity_send-a-message a {
1827 background-position: 5px -852px;
1828 }
1829 .entity_nudge p,
1830 .form_user_nudge input.submit {
1831 background-position: 5px -785px;
1832 }
1833 .form_user_block input.submit,
1834 .form_user_unblock input.submit,
1835 .form_group_block input.submit,
1836 .form_group_unblock input.submit {
1837 background-position: 5px -918px;
1838 }
1839 .form_make_admin input.submit {
1840 background-position: 5px -983px;
1841 }
1842 .entity_moderation p {
1843 background-position: 5px -1313px;
1844 }
1845 .entity_sandbox input.submit {
1846 background-position: 5px -1380px;
1847 }
1848 .entity_silence input.submit {
1849 background-position: 5px -1445px;
1850 }
1851 .entity_delete input.submit {
1852 background-position: 5px -1511px;
1853 }
1854 .entity_sandbox .form_user_unsandbox input.submit {
1855 background-position: 5px -2568px;
1856 }
1857 .entity_silence .form_user_unsilence input.submit {
1858 background-position: 5px -2633px;
1859 }
1860 .entity_role p {
1861 background-position: 5px -2436px;
1862 }
1863 .entity_role_administrator .form_user_grantrole input.submit {
1864 background-position: 5px -983px;
1865 }
1866 .entity_role_moderator .form_user_grantrole input.submit {
1867 background-position: 5px -1313px;
1868 }
1869 .entity_role_administrator .form_user_revokerole input.submit {
1870 background-position: 5px -2699px;
1871 }
1872 .entity_role_moderator .form_user_revokerole input.submit {
1873 background-position: 5px -2501px;
1874 }
1875 .form_reset_key input.submit {
1876 background-position: 5px -1973px;
1877 }
1878 .entity_clear input.submit {
1879 background-position: 5px -2039px;
1880 }
1881 .entity_flag input.submit,
1882 .entity_flag p {
1883 background-position: 5px -2105px;
1884 }
1885 .entity_subscribe input.accept {
1886 background-position: 5px -2171px;
1887 }
1888 .entity_subscribe input.reject {
1889 background-position: 5px -2237px;
1890 }
1891 #realtime_play {
1892 background-position: 0 -2308px;
1893 }
1894 #realtime_pause {
1895 background-position: 0 -2374px;
1896 }
1897 #realtime_popup {
1898 background-position: 0 -1714px;
1899 }
1900 .notice .attachment {
1901 background-position:0 -394px;
1902 }
1903 .notice .attachment.more {
1904 background-position:0 -2770px;
1905 }
1906 #attachments .attachment {
1907 background:none;
1908 }
1909 .notice-options .notice_reply {
1910 background-position:0 -592px;
1911 }
1912 .notice-options form.form_favor input.submit {
1913 background-position:0 -460px;
1914 }
1915 .notice-options form.form_disfavor input.submit {
1916 background-position:0 -526px;
1917 }
1918 .notice-options .notice_delete {
1919 background-position:0 -658px;
1920 }
1921 .notice-options .form_repeat.processing {
1922 background-image:none;
1923 }
1924 .notice-options form.form_repeat input.submit {
1925 background-position:0 -1582px;
1926 }
1927 .notice-options .repeated {
1928 background-position:0 -1648px;
1929 }
1930 #new_group a {
1931 background-position:0 -1054px;
1932 }
1933 .form_notice label.notice_data-attach {
1934     background-position: 0 -328px;
1935 }
1936 .form_notice label.notice_data-geo {
1937     background-position: 0 -1780px;
1938 }
1939 .form_notice label.notice_data-geo.checked {
1940     background-position: 0 -1846px;
1941 }
1942
1943 #pagination .nav_prev a {
1944     padding-top: 8px;
1945     padding-left: 25px;
1946     background-position:0 -187px;
1947 }
1948 #pagination .nav_next a { 
1949     padding-top: 9px;
1950     padding-right: 25px;
1951     background-position: 115% -252px;
1952 }
1953
1954 #usergroups #new_group {
1955 float: left;
1956 margin-right: 2em;
1957 }
1958 #new_group, #group_search {
1959 margin-bottom:18px;
1960 }
1961 #new_group a {
1962 padding-left:20px;
1963 }
1964
1965 #input_form_nav { 
1966     list-style-type: none;
1967 }
1968
1969 #input_form_nav li { 
1970     display:inline;
1971 }
1972
1973 .input_form_nav_tab.current {
1974     text-decoration: underline;
1975 }
1976
1977 .input_form { 
1978     display: none;
1979 }
1980
1981 .input_form.current { 
1982     display: block;
1983 }
1984
1985 /*end of @media screen, projection, tv*/
1986
1987
1988 @media print {
1989 a:after { background-color:#FFFFFF; }
1990 a:not([href^="#"]):after { content:" <"attr(href)"> "; }
1991 img { border:none; }
1992 p { orphans: 2; widows: 1; }
1993
1994 #site_nav_global_primary,
1995 #site_nav_local_views,
1996 #form_notice,
1997 .pagination,
1998 #site_nav_global_secondary,
1999 .entity_actions,
2000 .notice-options,
2001 #aside_primary,
2002 .form_subscription_edit .submit {
2003 display:none;
2004 }
2005 .timestamp dt, .timestamp dd,
2006 .device dt, .device dd {
2007 display:inline;
2008 }
2009 .profiles li,
2010 .notices li {
2011 margin-bottom:18px;
2012 }
2013
2014 }/*end of @media print*/