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