]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
Style for header search form.
[quix0rs-gnu-social.git] / theme / base / css / display.css
1 /** theme: base
2  *
3  * @package   StatusNet
4  * @author    Samantha Doherty <sammy@status.net>
5  * @copyright 2011 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: #f2f2f2;
27     color: #000;
28     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
29     font-size: 14px;
30     line-height: 1.6;
31 }
32
33 a {
34     text-decoration: none; 
35     outline: none;
36 }
37
38 a:hover {
39     text-decoration: underline;
40 }
41
42 a img {
43     border: 0;
44     text-decoration: none;
45 }
46
47 h1, h2, h3, h4, h5, h6 {
48     font-weight: normal;
49     margin-bottom: 15px;
50 }
51
52 h1 {font-size: 2.2em;}
53 h2 {font-size: 1.8em;}
54 h3 {font-size: 1.6em;}
55 h4 {font-size: 1.4em;}
56 h5 {font-size: 1.2em;}
57 h6 {font-size: 1em;}
58
59 p {
60     margin-bottom: 1.4em;
61 }
62
63 .form_notice p, li p, .section p {
64     margin-bottom: 0;
65 }
66
67 input, textarea, select, option {
68     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
69     font-size: 1em;
70 }
71
72 select {
73     padding-right: 10px;
74     padding-bottom: 0px;
75     margin-top: -4px;
76 }
77
78 option {
79     padding-bottom: 0px;
80 }
81
82 #wrap {
83     position: relative;
84     width: 960px;
85     margin: 0px auto;
86     background-color: #fff;
87     border-left: 10px solid #fff;
88     border-right: 10px solid #fff;
89     padding-top: 10px;
90 }
91
92 #header {
93     position: relative;
94     width: 960px;
95     padding: 0px
96 }
97
98 #core {
99     position: relative;
100     float: left;
101     clear: both;
102     margin: 0px;
103     width: 958px;
104     border-top: 5px solid #ccc;
105     border-left: 1px solid #ccc;
106     border-right: 1px solid #ccc;
107 }
108
109 #aside_primary_wrapper {
110     width: 100%;
111     float: left;
112     overflow: hidden;
113     position: relative;
114     background-color: #f2f2f2;  
115 }    
116
117 #content_wrapper  {  
118     width: 100%;  
119     float: left;
120     position: relative;  
121     right: 239px; 
122     background-color: #fff;  
123     border-right: 1px solid #ccc;
124 }  
125
126 #site_nav_local_views_wrapper  {  
127     width: 100%;  
128     float: left;
129     position: relative;  
130     right: 561px;
131     background-color: #f2f2f2;  
132     border-right: 1px solid #ccc;
133
134
135 #site_nav_local_views {
136     width: 138px;
137     float: left;
138     overflow: hidden;
139     position: relative;
140     left: 800px;
141     margin: 0px 0px 20px 0px;
142     padding: 22px 10px 40px 10px;
143 }
144
145 #content {
146     width: 520px;
147     float: left;
148     overflow: hidden;
149     position: relative;
150     left: 801px;
151     margin: 0px;
152     padding: 20px 20px 40px 20px;
153     background-color: #fff;
154 }
155
156 #aside_primary {
157     width: 218px;
158     float: left;
159     overflow: hidden;
160     position: relative;
161     left: 802px;
162     padding: 22px 10px 40px 10px;
163     margin: 0px 0px 20px 0px;
164 }
165
166 #footer {
167     clear: both;
168     position: relative;
169     width: 940px;
170     background-color: #ccc;
171     padding: 10px;
172 }
173
174 /* header elements */
175
176 address {
177     float: left;
178     position: relative;
179     top: 1px;
180     left: 2px;
181     margin: 0px;
182     padding: 0px;
183     height: 24px;
184     width: 148px;
185     z-index: 99;
186 }
187
188 address img + .fn {
189     display: none;
190 }
191
192 address .poweredby {
193     display: block;
194     width: auto;
195 }
196
197 #site_nav_global_primary {
198     display: block;
199     position: absolute;
200     top: 0;
201     right: 0;
202     width: 800px;
203     margin: 0px;
204     height: 24px;
205     line-height: 20px;
206 }
207
208 #site_nav_global_primary ul {
209     float: right;
210 }
211
212 #site_nav_global_primary li {
213     display: inline;
214     margin-right: 10px;
215 }
216
217 #site_nav_global_primary li:last-child {
218     margin-right: 0px;
219 }
220
221 #header-search {
222     float: right;
223     position: relative;
224     top: -8px;
225     margin-left: 10px;
226 }
227
228 #site_notice { 
229     float: right;
230     width: 300px;
231     margin: 26px 0px 4px 0px;
232     padding: 10px;
233     background-color: #f2f2f2;
234 }
235
236 #site_notice p {
237     margin-bottom: 0px;
238 }
239
240 /* input forms */
241
242 .input_forms {
243     float: left;
244     position: relative;
245     margin-bottom: 10px;
246     border-bottom: 1px dotted #ccc;
247 }
248
249 #input_form_nav {
250     float: left;
251     width: 100%;
252     margin-bottom: 10px;
253     list-style-type: none;
254 }
255
256 #input_form_nav li { 
257     display: inline;
258 }
259
260 #input_form_nav li a {
261     margin-right: 10px;
262 }
263
264 .input_form_nav_tab.current a {
265     text-decoration: underline;
266 }
267
268 .input_form { 
269     position: relative;
270     float: left;
271     width: 520px;
272     padding-bottom: 20px;
273     display: none;
274 }
275
276 .input_form.current { 
277     display: block;
278 }
279
280 #input_form_status, #input_form_direct {
281     padding-bottom: 50px;
282 }
283
284 .form_notice { 
285     margin-bottom: 10px;
286 }
287
288 .form_notice fieldset {
289     width: auto;
290 }
291
292 .form_notice legend {
293     display: none;
294 }
295
296 .form_notice #notice_data-text-label { /* XXX remove? */
297     display: none;
298 }
299
300 .form_notice_placeholder .placeholder {
301     width: 508px;
302     padding: 4px 4px 4px 6px;
303     border: 1px solid #a6a6a6;
304     z-index: 97;
305     font-size: 1em;
306     color: #888;
307 }
308
309 .form_notice textarea {
310     clear: left;
311     float: left;
312     position: relative;
313     width: 483px;
314     height: 42px;
315     padding: 6px 5px 18px 5px;
316     border: 1px solid #a6a6a6;
317     z-index: 97;
318     font-size: 1.2em;
319 }
320
321 #form_notice-direct.form_notice textarea {
322     width: 508px;
323 }
324
325 .form_notice label.notice_data-attach,
326 .form_notice input.notice_data-attach {
327     position: absolute;
328     cursor: pointer;
329 }
330 .form_notice label.notice_data-attach {
331     top: 0px;
332     right: 0px;
333     z-index: 96;
334     text-indent: -9999px;
335     width: 16px;
336     height: 16px;
337 }
338
339 .form_notice input.notice_data-attach {
340     top: 0;
341     right: 0;
342     padding:0;
343     height:16px;
344 }
345
346 .form_notice .notice_data-geo_wrap label,
347 .form_notice .notice_data-geo_wrap input {
348     position: absolute;
349     top: 26px;
350     right: 0px;
351     cursor: pointer;
352     width: 16px;
353     height: 16px;
354     display: block;
355     z-index: 99;
356 }
357
358 .form_notice .notice_data-geo_wrap input {
359     visibility:hidden;
360 }
361
362 .form_notice .notice_data-geo_wrap label {
363     font-weight:normal;
364     font-size:1em;
365     margin-bottom:0;
366     text-indent:-9999px;
367 }
368
369 .form_notice label {
370     opacity: 0.6;
371 }
372
373 .form_notice label:hover {
374     opacity: 1;
375 }
376
377 .form_notice input.notice_data-attach {
378     opacity: 0;
379 }
380
381 .form_notice .count {
382     position: absolute;
383     top: 50px;
384     right: 32px;
385     z-index: 99;
386     font-size: 0.8em;
387     height: 1em; 
388     color: #777;
389 }
390
391 .form_notice.warning .count {
392     color: #ff0000;
393 }
394
395 #form_notice-direct.form_notice .count {
396     top: 84px;
397     right: 7px;
398 }
399     
400 .form_notice .error,
401 .form_notice .success,
402 .form_notice .notice-status {
403     position: relative;
404     overflow: auto;
405     line-height: 1.2em;
406     padding: 5px 5px 5px 10px;
407     margin: 10px 0px 0px 0px;
408     width: 478px;
409     border: 1px solid #ccc;
410 }
411
412 .form_notice .error {
413     border: 1px solid #d05858;
414 }
415
416 .form_notice .attach-status button.close,
417 .form_notice .notice-status button.close {
418     float:right;
419     font-size:0.8em;
420 }
421
422 .input_form .form_settings fieldset {
423     margin: 0px;
424     padding: 0px;
425 }
426
427 .input_form .form_settings fieldset fieldset {
428     width: 400px;
429     float: left;
430     background: none;
431     border: none;
432     margin-bottom: 0px;
433     padding: 0px;
434 }
435
436 .input_form .form_settings .form_data li {
437     position: relative;
438     margin-bottom: 12px;
439 }
440
441 .input_form fieldset fieldset label {
442     position: absolute;
443     top: 0;
444     left: 6px;
445     float: none;
446     text-align: left;
447     color: #888;
448     cursor: text;
449     background: #fff;
450 }
451
452 .input_form .form_settings li input {
453     width: 388px;
454     margin-left: 0;
455     margin-right: 0;
456     padding: 4px 5px 4px 5px;
457     border: 1px solid #a6a6a6;
458     font-size: 1em;
459 }
460
461 .input_form .form_settings li textarea {
462     width: 388px;
463     margin-left: 0;
464     padding: 4px 5px 4px 5px;
465     border: 1px solid #a6a6a6;
466     z-index: 97;
467     font-size: 1em;
468 }
469
470 .input_form .form_settings .form_data p.form_guide {
471     margin-left: 5px;
472 }
473
474 .form_notice label[for=to] {
475     float: left;
476 }
477
478 .form_notice select[id=to] {
479     float:left;
480     margin: -4px 0px 10px 10px;
481     max-width: 450px;
482 }
483
484 .form_notice .to-selector { 
485     clear: left;
486     padding-top: 15px;
487     z-index: 99;
488 }
489
490 .form_settings label[for=notice_to] {
491     left: 5px;
492     margin-left: 0px;
493     margin-right: 10px;
494     position: relative;
495     clear: left;
496     background: none;
497 }
498
499 .checkbox-wrapper {
500     padding: 2px;
501     margin-left: 10px;
502 }
503
504 .form_notice .checkbox-wrapper {
505     display: inline;
506     margin-left: 10px;
507 }
508
509 .form_settings .checkbox-wrapper label.checkbox {
510     margin-left: 0px;
511     margin-top: 6px;
512     line-height: 1.2em;
513     left: -3px;
514     float: none;
515 }
516
517 .checkbox-wrapper #notice_private {
518     display:none;
519 }
520
521 .checkbox-wrapper.unchecked label.checkbox {
522     padding-left: 20px;
523     background: url(../images/lock_open.png) no-repeat 0px 0px;
524     opacity: 0.6;
525 }
526
527 .checkbox-wrapper.unchecked label.checkbox:hover {
528     opacity: 1;
529     cursor: pointer;
530 }
531
532 .checkbox-wrapper.checked label.checkbox {
533     padding-left: 20px;
534     background: url(../images/lock.png) no-repeat 0px 0px;
535     color: red;
536     opacity: 1;
537 }
538
539 .checkbox-wrapper.checked label.checkbox:hover {
540     cursor: pointer;
541 }
542
543 .form_notice input.submit {
544     position: absolute;
545     top: 100%;
546     left: 0px;
547     margin-top: -49px;
548     float: left;
549     width: 100px;
550     padding: 0px;
551     z-index: 99;
552 }
553
554 .input_form .form_settings .submit {
555     position: relative;
556     top: 0;
557     right: 0;
558     float: right;   
559     width: 100px;
560     height: 26px;
561     line-height: 26px;
562     padding: 0px 10px;
563     margin: 0px;
564     z-index: 1;
565 }
566
567 /* site nav local views */
568
569
570 #site_nav_local_views li {
571     display: block;
572     margin: 0px 0px 8px 0px;
573 }
574
575 #site_nav_local_views li ul {
576     margin-bottom: 20px;
577 }
578
579 #site_nav_local_views a {
580     word-wrap: break-word;
581 }
582
583 #site_nav_local_views .current a {
584     text-decoration: underline;
585 }
586
587
588 /* aside primary */
589
590 #aside_primary .section {
591     position: relative;
592     float: left;
593     clear: both;
594     width: 100%;
595     margin-bottom: 20px;
596 }
597
598 body[id$=adminpanel] #aside_primary {
599     display:none;
600 }
601
602
603 /* notices */
604
605 #notices_primary {
606     padding-top: 3px;
607     clear: both;
608 }
609
610 #notices_primary h2 {
611     display: none;
612 }
613
614 .notice {
615     list-style-type: none;
616     margin-bottom: 10px;
617     clear: left;
618     padding-bottom: 2px;
619     line-height: 1.36em;
620 }
621
622 .notice, .profile, .application, #content .peopletag {
623     position:relative;
624     clear:both;
625     float:left;
626     width:100%;
627 }
628
629 .notice .author {
630     margin-right: 8px;
631 }
632
633 .notice .addressees:before {
634     content: '\25B8';
635 }
636
637 .fn {
638     overflow: hidden;
639 }
640
641 .notice .author .fn {
642     font-weight: bold;
643 }
644
645 #core .vcard .photo {
646     display: inline;
647     margin-right: 11px;
648     float: left;
649 }
650
651 #content .notice .author .photo {
652     position: absolute;
653     top: 7px;
654     left: 0px;
655     float: none;
656 }
657
658 #content .notice .entry-title {
659     margin: 2px 7px 0px 59px;
660     min-height: 35px;
661 }
662
663 .vcard .url {
664     text-decoration:none;
665 }
666 .vcard .url:hover {
667     text-decoration:underline;
668 }
669
670 .notice .entry-title {
671     overflow:hidden;
672     word-wrap:break-word;
673 }
674
675 .notice .entry-title.ov {
676 overflow:visible;
677 }
678
679 .notice .automatic { 
680 font-style:italic;
681 }
682
683 #showstream h1 { 
684     display:none;
685 }
686
687 #showstream .notice .entry-title, #showstream .notice div.entry-content {
688     margin-left: 0;
689 }
690
691 #showstream .notice .entry-title {
692     min-height: 1px;
693 }
694
695 #showstream #content .notice .author {
696     display: none;
697 }
698
699 #showstream .notice {
700     min-height: 1em; 
701 }
702
703 #shownotice .vcard .photo {
704     margin-bottom: 4px;
705 }
706
707 #shownotice .notice .entry-title {
708     font-size:2.2em;
709     min-height:123px;
710     font-size: 1.6em;
711     line-height: 1.2em;
712 }
713
714 #shownotice .notice div.entry-content {
715     margin-left:0;
716 }
717
718 .notice p.entry-content {
719     display:inline;
720 }
721
722 .notice div.entry-content {
723     clear:left;
724     float:left;
725     margin-left:59px;
726     margin-top: 10px;
727 }
728
729 .entry-content .repeat {
730     display: block;
731 }
732
733 .entry-content .repeat .photo {
734 float:none;
735 margin-right:1px;
736 position:relative;
737 top:4px;
738 left:0;
739 }
740
741 .notice-options {
742     float: right;    
743     margin-top: 12px;
744     margin-right: -6px;
745     margin-bottom: 10px;
746 }
747
748 .notice-options fieldset {
749     border: none;
750 }
751
752 .notice-options legend {
753     display: none;
754 }
755
756 .notice-options form, .notice-options a, .notice-options .repeated {
757     float: left;
758     margin-right: 10px;
759 }
760
761 .notice-options input, .notice-options a, .notice-options .repeated {    
762     text-indent: -9999px;
763     outline:none;
764 }
765
766 .notice-options input.submit, .notice-options a, .notice-options .repeated {
767     display: block;
768     border: 0;
769     height: 16px;
770     width: 16px;
771 }
772
773 .notice-options input.submit, .notice-options a {
774     opacity: 0.6;
775 }
776
777 .notice-options input.submit:hover, .notice-options a:hover {
778     opacity: 1;
779 }
780
781 .notice .attachment {
782     position:relative;
783     padding-left:16px;
784 }
785
786 .notice .attachment.more, .mode-private .privacy_mode {
787 text-indent:-9999px;
788 width:16px;
789 height:16px;
790 display:inline-block;
791 overflow:hidden;
792 vertical-align:middle;
793 margin-left:4px;
794 }
795
796 #attachments .attachment,
797 .notice .attachment.more {
798 padding-left:0;
799 }
800
801 .notice .attachment img {
802 position:absolute;
803 top:18px;
804 left:0;
805 z-index:99;
806 }
807
808 #shownotice .notice .attachment img {
809 position:static;
810 }
811
812 #attachments {
813 clear:both;
814 float:left;
815 width:100%;
816 margin-top:18px;
817 }
818 #attachments dt {
819 font-weight:bold;
820 font-size:1.3em;
821 margin-bottom:4px;
822 }
823
824 #attachments ol li {
825 margin-bottom:18px;
826 list-style-type:decimal;
827 float:left;
828 clear:both;
829 }
830
831 #jOverlayContent,
832 #jOverlayContent #content,
833 #jOverlayContent #content_inner { /* XXX still needed? */
834 width: auto !important;
835 margin-bottom:0;
836 }
837 #jOverlayContent #content {
838 padding:11px;
839 min-height:auto;
840     border: 1px solid #fff;
841 }
842 #jOverlayContent .entry-title {
843 display:block;
844 margin-bottom:11px;
845 }
846 #jOverlayContent button {
847     position:absolute;
848     top: 5px;
849     right: 20px;
850 }
851 #jOverlayContent h1 {
852 max-width:425px;
853 }
854 #jOverlayLoading {
855 top:5%;
856 left:40%;
857 }
858 #attachment_view img {
859 max-width:480px;
860 max-height:480px;
861 }
862 #attachment_view #oembed_info {
863 margin-top:11px;
864 }
865 #attachment_view #oembed_info dt,
866 #attachment_view #oembed_info dd {
867 float:left;
868 }
869 #attachment_view #oembed_info dt {
870 clear:left;
871 margin-right:11px;
872 font-weight:bold;
873 }
874 #attachment_view #oembed_info dt:after {
875 content: ":";
876 }
877
878 /* threaded replies */
879
880 .threaded-replies {
881     clear: both;
882     float: left;
883     width: 458px;
884     margin-left: 59px;
885     margin-top: 10px;
886     margin-bottom: 10px;
887     padding-right: 2px;
888     border-left: 3px solid #ECECF2;
889     background: #fafafa;
890     color: #222;
891     font-size: 1em;
892 }
893
894 .threaded-replies:empty {
895     margin-bottom: 0px; 
896 }
897
898 .user_in .threaded-replies {
899     margin-top: 0px;
900 }
901
902 #content .notice .threaded-replies .notice,
903 #content .notice .threaded-replies .notice-data { 
904     width: 440px;
905     padding-bottom: 14px;
906     padding-top: 5px;
907     border-bottom: 2px dotted #eee;
908     line-height: 1.36em;
909     margin-top: 0px;
910     margin-bottom: 0px;
911     margin-left: 10px;
912     background: none;
913 }
914
915 #content .notice .threaded-replies .entry-title {
916     min-height: 1px;
917 }
918
919 #content .threaded-replies .notice .author .photo {
920     height: 24px;
921     width: 24px;
922     top: 12px;
923 }
924
925 #content .notice .threaded-replies .notice .entry-title {
926     margin: 2px 7px 0px 35px;
927 }
928
929 #content .notice .threaded-replies .notice div.entry-content {
930     clear:left;
931     float:left;
932     margin-left: 35px;
933     margin-top: 6px !important;
934 }
935
936 #content .notice .threaded-replies .notice div.entry-content.notice-faves {
937     margin-top: 2px !important;
938 }
939
940 #content .notice .threaded-replies .notice .notice-options {
941     margin-top: 5px;
942     margin-bottom: 0px;
943 }
944
945 .threaded-replies li {
946     list-style-type: none;
947 }
948
949 .threaded-replies .notice-reply-comments {
950     margin: 2px 0px 4px 10px;
951 }
952
953 .threaded-replies .placeholder {
954     margin: 10px;
955     width: 426px;
956     padding: 4px 4px 4px 6px;
957     border: 1px solid #a6a6a6;
958     color: #888;
959 }
960
961 .threaded-replies .notice-reply {
962     clear: left;
963     position: relative;
964     padding: 10px;
965     padding-bottom: 44px;
966 }
967
968 .threaded-replies .form_notice textarea {
969     width: 395px;
970 }
971
972 .threaded-replies .form_notice label.notice_data-attach {
973     top: 10px;
974     right: 10px;
975 }
976
977 .threaded-replies .form_notice .notice_data-geo_wrap label,
978 .threaded-replies .form_notice .notice_data-geo_wrap input {
979     top: 36px;
980     right: 10px;
981 }
982
983 .threaded-replies .form_notice .count {
984     top: 60px;
985     right: 50px;
986 }
987
988 .threaded-replies .form_notice #notice_action-submit {
989     left: 10px;
990     margin-top: -44px;
991 }
992
993 .threaded-replies .form_notice .error,
994 .threaded-replies .form_notice .success,
995 .threaded-replies .form_notice .notice-status {
996     width: 390px; 
997 }
998
999 .threaded-replies .to-selector {
1000     display: none;
1001 }
1002
1003
1004
1005 /* aside primary specific styles */
1006
1007 .aside .section p,
1008 .aside .section .more {
1009 clear:both;
1010 }
1011
1012 .section .vcard .photo {
1013 margin-right:7px;
1014 margin-bottom:0;
1015 }
1016
1017 .section .notice {
1018 padding-top:7px;
1019 padding-bottom:7px;
1020 border-top:0;
1021 }
1022
1023 .section .notice:first-child {
1024 padding-top:0;
1025 }
1026
1027 .section .notice .author {
1028 margin-right:0;
1029 }
1030 .section .notice .author .fn {
1031 display:none;
1032 }
1033
1034 #aside_primary ol.notices {
1035     list-style-type: none;
1036     float: left;
1037     position: relative;
1038     margin-bottom: 10px;
1039     width: 100%;
1040 }
1041
1042 #aside_primary .notices li {
1043     margin-bottom: 8px;
1044 }
1045
1046 #aside_primary .notice {
1047     min-height: 24px;
1048 }
1049
1050 #export_data li {
1051     list-style-type:none;
1052 }
1053
1054 #export_data li a {
1055     display: block;
1056     padding-left: 30px;
1057     height: 16px;
1058     line-height: 16px;
1059     margin-bottom: 15px;
1060 }
1061
1062 #aside_primary td {
1063     padding-right: 10px;
1064     padding-bottom: 10px;
1065 }
1066
1067 .section tbody td {
1068 padding-right:18px;
1069 padding-bottom:11px;
1070 }
1071
1072 #entity_statistics dt,
1073 #entity_statistics dd {
1074 display:inline;
1075 margin-right:11px;
1076 }
1077 #entity_statistics dt:after {
1078 content: ":";
1079 }
1080
1081 .section ul.entities {
1082     float:left;
1083     width:100%;
1084 }
1085
1086 .section .entities li {
1087     list-style-type: none;
1088     float: left;
1089     margin-right: 3px;
1090     margin-bottom: 8px;
1091     display: inline;
1092 }
1093 .section .entities li .photo {
1094     margin: 0;
1095 }
1096 .section .entities li .fn {
1097     display: none;
1098 }
1099
1100 .tag-cloud {
1101 list-style-type:none;
1102 text-align:center;
1103 }
1104 .aside .tag-cloud {
1105 font-size:0.8em;
1106 word-wrap:break-word;
1107 }
1108 .tag-cloud li {
1109 display:inline;
1110 margin-right:7px;
1111 line-height:1.25;
1112 }
1113
1114 .tag-cloud li:before {
1115 content:'\0009';
1116 }
1117
1118 .aside .tag-cloud li {
1119 line-height:1.5;
1120 }
1121 .tag-cloud li a {
1122 text-decoration:none;
1123 }
1124 #tagcloud.section dt {
1125 text-transform:uppercase;
1126 font-weight:bold;
1127 }
1128 .tag-cloud-1 {
1129 font-size:1em;
1130 }
1131 .tag-cloud-2 {
1132 font-size:1.25em;
1133 }
1134 .tag-cloud-3 {
1135 font-size:1.75em;
1136 }
1137 .tag-cloud-4 {
1138 font-size:2em;
1139 }
1140 .tag-cloud-5 {
1141 font-size:2.25em;
1142 }
1143 .tag-cloud-6 {
1144 font-size:2.75em;
1145 }
1146 .tag-cloud-7 {
1147 font-size:3.25em;
1148 }
1149
1150 #publictagcloud #tagcloud.section dt {
1151 display:none;
1152 }
1153
1154 /* secondary elements */
1155
1156 .error, .success, .notice-status {
1157     background-color: #F7E8E8;
1158     padding: 4px 10px;
1159 }
1160 .success, .notice-status {
1161     background-color: #f2f2f2;
1162 }
1163
1164 #page_notice {
1165 clear:both;
1166 margin-bottom:18px;
1167 }
1168
1169 .entry-content .success {
1170     padding: 6px;
1171 }
1172
1173 .system_notice ul,
1174 .instructions ul {
1175 margin-left:1em;
1176 }
1177 .instructions p,
1178 .instructions ul {
1179 margin-bottom:18px;
1180 }
1181 .help dt {
1182 display:none;
1183 }
1184 .guide {
1185 clear:both;
1186 }
1187
1188 #bookmarklet address {
1189 display:none;
1190 }
1191 #bookmarklet .form_notice {
1192 width:auto;
1193 }
1194 #bookmarklet #wrap {
1195 min-width:0;
1196 }
1197
1198 button.close,
1199 button.minimize {
1200 width:16px;
1201 height:16px;
1202 text-indent:-9999px;
1203 padding:0;
1204 border:0;
1205 text-align:center;
1206 font-weight:bold;
1207 cursor:pointer;
1208 }
1209
1210 .dialogbox {
1211 position:absolute;
1212     top: 0px;
1213     right: 0px;
1214 z-index:9;
1215 float:none;
1216 padding:11px;
1217 border-style:solid;
1218 border-width:1px;
1219     background: #fff;
1220     color: #000;
1221 }
1222
1223 .dialogbox legend {
1224 display:block !important;
1225 margin-right:18px;
1226 margin-bottom:18px;
1227 }
1228
1229 .dialogbox button.close {
1230 position:absolute;
1231 right:3px;
1232 top:3px;
1233 }
1234
1235 .dialogbox .form_guide {
1236 font-weight:normal;
1237 padding:0;
1238 }
1239
1240 .dialogbox .submit_dialogbox {
1241 font-weight:bold;
1242 text-indent:0;
1243 min-width:46px;
1244 }
1245 .dialogbox input {
1246 padding-left:4px;
1247 }
1248 .dialogbox fieldset {
1249 margin-bottom:0;
1250 }
1251
1252 #pagination {
1253     background-color: #f2f2f2;
1254     clear: left;
1255     margin-top: 20px;
1256     padding: 1%;
1257     height: 1em;
1258 }
1259
1260 #pagination li {
1261     display: inline;
1262 }
1263
1264 #pagination .nav_prev {
1265     float: left;
1266 }
1267
1268 #pagination .nav_next {
1269     float: right;
1270 }
1271
1272 #wrap form.processing input.submit,
1273 #wrap a.processing,
1274 .dialogbox.processing .submit_dialogbox {
1275     background: url(../images/icons/icon_processing.gif) no-repeat 47% 47%;
1276     cursor: wait;
1277     outline: none;
1278     text-indent: -9999px;
1279 }
1280
1281 /* footer elements */
1282
1283 #site_nav_global_secondary dt {
1284     display: none;
1285 }
1286
1287 #site_nav_global_secondary li {
1288     display: inline;
1289     margin-right: 20px;
1290 }
1291
1292 #licenses dt {
1293     display: none;
1294 }
1295
1296 #licenses dd {
1297     margin-top: 10px;
1298 }
1299
1300 #site_content_license_cc {
1301 margin-bottom:0;
1302 }
1303 #site_content_license_cc img {
1304 display:inline;
1305 vertical-align:top;
1306 margin-right:4px;
1307 }
1308
1309 form ul li {
1310     list-style-type:none;
1311     margin:0 0 18px 0;
1312 }
1313
1314 form label.submit {
1315 display:none;
1316 }
1317
1318 .form_settings {
1319     clear:both;
1320 }
1321
1322 .form_settings fieldset {
1323     margin-top: 10px;
1324     margin-bottom: 30px;
1325     border: none;
1326 }
1327
1328 .form_settings fieldset fieldset {
1329     margin-bottom: 40px;
1330     padding: 10px;
1331     padding-top: 30px;
1332     border-width:1px;
1333     border-style:solid;
1334     background:rgba(240, 240, 240, 0.2);
1335 }
1336
1337 .form_settings fieldset fieldset legend {
1338     line-height:0;
1339     font-size: 1.4em;
1340     font-weight: normal;
1341 }
1342
1343 .form_settings input.remove {
1344 margin-left:11px;
1345 }
1346 .form_settings .form_data li {
1347 width:100%;
1348 float:left;
1349 }
1350 .form_settings .form_data label {
1351 float:left;
1352 }
1353 .form_settings .form_data textarea,
1354 .form_settings .form_data select,
1355 .form_settings .form_data input {
1356 margin-left:1.795%;
1357 float:left;
1358 }
1359 .form_settings .form_data input {
1360 width:39%;
1361 }
1362 .form_settings .form_data input.submit,
1363 .form_settings .form_data input.checkbox,
1364 .form_settings .form_data input.radio {
1365 width:auto;
1366 }
1367 .form_settings .form_data textarea {
1368 width:63%;
1369 }
1370
1371 .form_settings .form_data input.submit {
1372 margin-left:0;
1373 }
1374
1375 .form_settings label {
1376 margin-top:2px;
1377 width:24%;
1378     text-align: right;
1379 }
1380
1381 .form_settings label.checkbox {
1382     text-align: left;
1383 }
1384
1385 .form_settings input.checkbox, .form_settings input.radio {
1386     margin-left: 24%;
1387     margin-top: 2px;
1388     position: relative;
1389     left: -14px;
1390 }
1391
1392 .form_settings label.checkbox, .form_settings label.radio {
1393     width: auto;
1394     max-width: 60%;
1395     position: relative;
1396     left: -30px;
1397 }
1398
1399 .form_settings li input.radio {
1400     clear: left;
1401 }
1402
1403 .form_settings label.radio {
1404     margin-left: 10px;
1405     margin-right: 10px;
1406     text-align: left;
1407 }
1408
1409 .form_actions label {
1410 display:none;
1411 }
1412 .form_guide {
1413 font-style:italic;
1414 }
1415
1416 .form_settings #settings_autosubscribe label {
1417 display:inline;
1418 font-weight:bold;
1419 }
1420
1421 #form_settings_profile legend,
1422 #form_login legend,
1423 #form_register legend,
1424 #form_password legend,
1425 #form_settings_avatar legend,
1426 #newgroup legend,
1427 #editgroup legend,
1428 .form_tag_user legend,
1429 #form_remote_subscribe legend,
1430 #form_openid_login legend,
1431 #form_search legend,
1432 #form_invite legend,
1433 #form_notice_delete legend,
1434 #form_password_recover legend,
1435 #form_password_change legend,
1436 .form_entity_block legend,
1437 #form_filter_bytag legend,
1438 #apioauthauthorize_allowdeny,
1439 .form_tag_user_wrap form,
1440 .form_tag_user_wrap label,
1441 .form_tag_user_wrap legend {
1442 display:none;
1443 }
1444
1445 .form_tag_user_wrap {
1446 clear:both;
1447 }
1448
1449 .form_tag_user {
1450 float:left;
1451 width:auto;
1452 }
1453
1454 .form_tag_user input.submit {
1455 width:50px;
1456 }
1457
1458 .form_settings .form_data p.form_guide {
1459 clear:both;
1460 margin-left:26%;
1461 margin-bottom:0;
1462 }
1463
1464 .form_settings p {
1465 margin-bottom:11px;
1466 }
1467
1468 .form_settings input.checkbox,
1469 .form_settings input.radio {
1470 margin-top:3px;
1471 margin-left:0;
1472 }
1473 .form_settings label.checkbox {
1474 font-weight:normal;
1475 margin-top:0;
1476 margin-right:0;
1477 margin-left:11px;
1478 float:left;
1479 width:90%;
1480 }
1481 .form_settings label.radio {
1482 margin-top:0;
1483 margin-right:47px;
1484 margin-left:11px;
1485 width:auto;
1486 }
1487
1488 #form_login p.form_guide,
1489 #form_register #settings_rememberme p.form_guide,
1490 #form_openid_login #settings_rememberme p.form_guide,
1491 #settings_twitter_remove p.form_guide,
1492 #form_search ul.form_data #q,
1493 #design_background-image_onoff p.form_guide {
1494 margin-left:0;
1495 }
1496
1497 .form_settings .form_note {
1498 border-radius:4px;
1499 -moz-border-radius:4px;
1500 -webkit-border-radius:4px;
1501 padding:0 7px;
1502 }
1503
1504 .form_settings input {
1505     margin-right: 20px;
1506 }
1507
1508 #form_search .submit {
1509 margin-left:11px;
1510 }
1511 #form_search .form_data input {
1512 width:auto;
1513 }
1514
1515 .hentry .entry-content .form_settings ul {
1516 margin-left:0;
1517 }
1518
1519 .limited-scope .entry-content .timestamp:before {
1520 content:'☠';
1521 font-size:150%;
1522 }
1523
1524 #content .notice-source-system div.entry-title, .notice-source-system div.entry-content {
1525     margin-left: 0;
1526
1527
1528 #content .notice-source-system div.entry-title {
1529     font-style: italic;
1530     min-height: 0;
1531 }
1532
1533 span.rtl {
1534     display: block;
1535     direction: rtl;
1536     text-align: right;
1537     float: right;
1538
1539
1540 /* override OStatus plugin style */
1541
1542 #form_ostatus_connect.form_settings.dialogbox, #form_ostatus_sub.dialogbox {
1543     width: 76%;
1544 }
1545
1546 #form_ostatus_connect.form_settings.dialogbox legend {
1547     font-size: 1.4em;
1548     font-weight: normal;
1549     padding-bottom: 10px;    
1550 }
1551
1552 #form_ostatus_connect.dialogbox .form_data label,
1553 #form_ostatus_sub.dialogbox .form_data label {
1554     font-weight: normal;
1555     font-size: 1.2em;
1556     width:34%;
1557 }
1558
1559 #form_ostatus_connect.dialogbox .form_data input,
1560 #form_ostatus_sub.dialogbox .form_data input {
1561     float: right;
1562     width: 52% !important;
1563 }
1564
1565 #form_ostatus_connect.dialogbox .form_data .form_guide,
1566 #form_ostatus_sub.dialogbox .form_data .form_guide {
1567     background: none !important;
1568     text-align: right;
1569     margin-right: 16px;
1570 }
1571
1572 .section .entity_actions {
1573     margin-right: 0px !important;
1574 }
1575
1576 .section .entity_remote_subscribe {
1577     color:#000 !important;
1578     padding-left: 26px !important;
1579     background-position: 4px -1183px !important;
1580 }
1581
1582 #filter_tags ul li,
1583 .entity_send-a-message .form_notice,
1584 .form_settings fieldset fieldset,
1585 .entity_moderation:hover ul,
1586 .entity_role:hover ul,
1587 .dialogbox {
1588 border-color:#DDDDDD;
1589 }
1590
1591 .form_settings input.form_action-primary {
1592 background:none;
1593 }
1594
1595 .form_settings .form_note {
1596 background-color:#9BB43E;
1597 }
1598
1599 #form_settings_photo .form_data {
1600 clear:both;
1601 }
1602
1603 #form_settings_avatar li {
1604 width:auto;
1605 }
1606 #form_settings_avatar input {
1607 margin-left:0;
1608 }
1609 #avatar_original,
1610 #avatar_preview {
1611 float:left;
1612 }
1613 #avatar_preview {
1614 margin-left:29px;
1615 }
1616 #avatar_preview_view {
1617 height:96px;
1618 width:96px;
1619 margin-bottom:18px;
1620 overflow:hidden;
1621 }
1622
1623 #settings_attach,
1624 #form_settings_avatar .form_actions {
1625 clear:both;
1626 }
1627
1628 #form_settings_avatar .form_actions {
1629 margin-bottom:0;
1630 }
1631
1632 #settings_design_background-image img {
1633     max-width:480px;
1634     max-height:480px;
1635     clear: left;
1636     display: block;
1637     margin-bottom: 10px;
1638 }
1639
1640 #settings_design_background-image .form_guide {
1641     float: left;
1642     margin-top: 10px;
1643 }
1644
1645 #settings_design_color .form_data,
1646 #color-picker {
1647 float:left;
1648 }
1649 #settings_design_color .form_data {
1650 width:400px;
1651 margin-right:1%;
1652 }
1653
1654 #settings_design_color .form_data li {
1655 width:33%;
1656 }
1657 #settings_design_color .form_data label {
1658 float:none;
1659 display:block;
1660 }
1661 #settings_design_color .form_data .swatch {
1662 padding:11px;
1663 margin-left:0;
1664 width:auto;
1665 }
1666
1667 .entity_profile {
1668 position:relative;
1669 width:73%;
1670 min-height:123px;
1671 float:left;
1672 margin-bottom:18px;
1673 margin-left:0;
1674 overflow:hidden;
1675 }
1676
1677 .entity_profile dt,
1678 #entity_statistics dt {
1679 font-weight:bold;
1680 }
1681 .entity_profile dd {
1682 display:inline;
1683 }
1684
1685 .entity_profile .entity_depiction {
1686     float:left;
1687     width:96px;
1688     margin-right:18px;
1689     margin-bottom:18px;
1690     text-align: center;
1691 }
1692
1693 .entity_profile .entity_fn,
1694 .entity_profile .entity_nickname,
1695 .entity_profile .entity_location,
1696 .entity_profile .entity_url,
1697 .entity_profile .entity_note,
1698 .entity_profile .entity_tags,
1699 .entity_profile .entity_aliases,
1700 .entity_profile .entity_statistics {
1701 margin-left:113px;
1702 margin-bottom:4px;
1703 }
1704
1705 .peopletags_edit_button {
1706 cursor:pointer;
1707 border:0;
1708 padding:0;
1709 width:16px;
1710 height:16px;
1711     position: relative;
1712     top: -3px;
1713 }
1714
1715 .entity_profile .entity_nickname,
1716 .entity_profile .entity_fn {
1717 margin-left:0;
1718 }
1719
1720 .entity_profile .nickname {
1721     font-size:1.4em;
1722 }
1723
1724 .entity_profile .fn {
1725     font-size: 1.2em;
1726     clear: left;
1727 }
1728
1729 .entity_profile .fn:before {
1730 content: "(";
1731 font-weight:normal;
1732 }
1733 .entity_profile .fn:after {
1734 content: ")";
1735 font-weight:normal;
1736 }
1737 .entity_profile .nickname:after,
1738 .entity_profile .nickname:before {
1739 content:"";
1740 }
1741 .entity_profile dt,
1742 .entity_profile h2 {
1743 display:none;
1744 }
1745 .entity_profile .role {
1746 margin-left:11px;
1747 font-style:italic;
1748 }
1749
1750 .entity_actions {
1751 float:right;
1752 margin-left:2%;
1753     margin-bottom: 28px;
1754 min-width:21%;
1755 }
1756
1757 .entity_actions h2 {
1758 display:none;
1759 }
1760 .entity_actions ul {
1761 list-style-type:none;
1762 }
1763 .entity_actions li {
1764 margin-bottom:7px;
1765 }
1766 .entity_actions li:first-child {
1767 border-top:0;
1768 }
1769 .entity_actions fieldset {
1770 border:0;
1771 padding:0;
1772 }
1773 .entity_actions legend {
1774 display:none;
1775 }
1776
1777 .entity_actions input.submit {
1778 display:block;
1779 text-align:left;
1780 width:100%;
1781 }
1782 .entity_actions a {
1783 text-decoration:none;
1784 font-weight:bold;
1785 display:block;
1786 }
1787
1788 .entity_actions a, .entity_actions input, .entity_actions p {
1789     color: #333 !important;
1790     font-weight: normal;
1791     line-height: 1.6em;
1792 }
1793
1794 .entity_actions a {
1795     padding: 3px 4px 4px 28px;
1796 }
1797
1798 .entity_actions input {
1799     padding: 4px 4px 4px 26px;
1800 }
1801
1802 .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, .entity_actions input.submit {
1803     background-color: #ccc !important;
1804     border: none;
1805 }
1806
1807 .entity_actions p {
1808     padding: 2px 4px 4px 28px;
1809 }
1810
1811 .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, .entity_actions input.submit:hover {
1812     background-color: #f2f2f2 !important;
1813 }
1814
1815 .entity_actions #entity_remote_subscribe a {
1816     padding-right: 6px;
1817 }
1818
1819 .entity_actions .accept {
1820 margin-bottom:18px;
1821 }
1822
1823 .entity_send-a-message button {
1824 position:absolute;
1825 top:3px;
1826 right:3px;
1827 }
1828
1829 .entity_send-a-message .form_notice {
1830     width: 410px;
1831     padding: 10px;
1832     position: absolute;
1833     top: 46px;
1834     right: 10px;
1835     z-index: 2;
1836 }
1837
1838 .entity_send-a-message .form_notice fieldset {
1839     width: 410px;
1840 }
1841
1842 .entity_send-a-message .form_notice textarea {
1843     width: 280px;
1844 }
1845
1846 .entity_send-a-message .form_notice legend {
1847 display:block;
1848 margin-bottom:11px;
1849     font-weight: normal;
1850     color: #333 !important;
1851 }
1852
1853 .entity_send-a-message .form_notice label,
1854 .entity_send-a-message .form_notice select {
1855 display:none;
1856 }
1857 .entity_send-a-message .form_notice .submit {
1858     position: absolute;
1859     top: 52px;
1860     right: 0px;
1861     text-align: center;
1862 }
1863
1864 .entity_moderation,
1865 .entity_role {
1866 position:relative;
1867 }
1868 .entity_moderation p,
1869 .entity_role p {
1870
1871 padding-bottom:2px;
1872 margin-bottom:7px;
1873 }
1874 .entity_moderation ul,
1875 .entity_role ul {
1876 display:none;
1877 }
1878 .entity_moderation:hover ul,
1879 .entity_role:hover ul {
1880 display:block;
1881 width:110%;
1882 padding:11px;
1883 position:absolute;
1884 z-index:1;
1885 border-width:1px;
1886 border-style:solid;
1887         top: 20px;
1888         right: 0px;
1889         background-color: #fff;
1890 }
1891
1892 .entity_tags ul {
1893 list-style-type:none;
1894 display:inline;
1895 }
1896 .entity_tags li {
1897 display:inline;
1898 margin-right:7px;
1899 }
1900 .entity_tags li:before {
1901 content:'\0009';
1902 }
1903 .entity_tags p.error {
1904 clear:both;
1905 }
1906
1907 #filter_tags {
1908     margin-bottom: 20px;
1909     padding-bottom: 10px;
1910     border-bottom: 1px solid #ccc;
1911     float: left;
1912 }
1913 #filter_tags dt {
1914 display:none;
1915 }
1916 #filter_tags ul {
1917 list-style-type:none;
1918 }
1919 #filter_tags li {
1920 float:left;
1921 margin-left:7px;
1922 padding-left:7px;
1923 border-left-width: 1px;
1924 border-left-style:solid;
1925 }
1926 #filter_tags #filter_tags_all,
1927 #filter_tags #filter_tags_for {
1928     margin-left: 10px;
1929 border-left:0;
1930 padding-left:0;
1931 }
1932 #filter_tags_all a,
1933 #filter_tags_for a  {
1934 font-weight:bold;
1935     margin-top: 4px;
1936 float:left;
1937 }
1938
1939 #filter_tags_for a {
1940 margin:0;
1941 }
1942
1943 #filter_tags #form_filter_bymode .form_guide {
1944 display:none;
1945 }
1946
1947 #filter_tags #form_filter_bymode .checkbox {
1948 float:none;
1949 }
1950
1951 #filter_tags #form_filter_bymode legend {
1952 display:none;
1953 }
1954
1955 #filter_tags_item label {
1956     margin-right: 14px;
1957     margin-left: 7px;
1958     padding-top: 4px;
1959 }
1960 #filter_tags_item label,
1961 #filter_tags_item select {
1962 float:left;
1963 }
1964
1965 #filter_tags_item p {
1966 float:left;
1967 clear:both;
1968 margin-left:38px;
1969 }
1970 #filter_tags_item .submit {
1971 position:relative;
1972 top:3px;
1973 left:3px;
1974 }
1975
1976 .profile .entity_profile {
1977 margin-bottom:0;
1978 min-height:60px;
1979 }
1980
1981 .profile .form_group_join legend,
1982 .profile .form_group_leave legend,
1983 .profile .form_user_subscribe legend,
1984 .profile .form_user_unsubscribe legend,
1985 .form_user_add_peopletag legend,
1986 .form_user_remove_peopletag legend {
1987 display:none;
1988 }
1989
1990 .profiles {
1991     list-style-type:none;
1992 }
1993
1994 .profiles li {
1995     margin-bottom: 20px;
1996 }
1997
1998 .profile .entity_profile .fn.nickname,
1999 .profile .entity_profile .url[rel~=contact] {
2000 margin-left:0;
2001 display:inline;
2002 }
2003
2004 .profile .entity_profile .fn,
2005 .profile .entity_profile .label {
2006 margin-left:11px;
2007 margin-bottom:4px;
2008 width:auto;
2009 clear:none;
2010 }
2011
2012 .profile .entity_profile .note,
2013 .profile .entity_profile .url,
2014 .profile .entity_profile .entity_tags,
2015 .profile .entity_profile .form_subscription_edit {
2016 margin-left:59px;
2017 clear:none;
2018 display:block;
2019 width:auto;
2020 }
2021
2022 .profile_block .entity_tags dt {
2023 display: inline;
2024 margin-right: 3px;
2025 font-weight: bold;
2026 }
2027
2028 .profile_block .entity_tags dd {
2029 display: inline;
2030 }
2031
2032 .profile .entity_profile .form_subscription_edit {
2033 clear:left;
2034 }
2035
2036 .peopletag {
2037 min-height: 90px;
2038 list-style: none;
2039 }
2040
2041 .peopletag .entry-content {
2042 width:auto;
2043 }
2044
2045 .peopletag .tagged-count a:after,
2046 .peopletag .subscriber-count a:after,
2047 .entity_tags dt:after {
2048 content: ':';
2049 }
2050
2051 .peopletag .updated {
2052 display:none;
2053 }
2054 .peopletag .tag a{
2055 font-weight: bold;
2056 }
2057
2058 .peopletag .tag:before {
2059 /* raquo */
2060 content: "\00BB";
2061 }
2062
2063 .peopletag .entity_statistics {
2064 font-size:80%;
2065 }
2066
2067 .profile-lister li {
2068 min-height:30px;
2069 padding:5px;
2070 clear:both;
2071 border-top: 1px #eee solid;
2072 }
2073
2074 .profile-lister {
2075 list-style-type:none;
2076 }
2077
2078 .profile_search_wrap h3 {
2079 float:left;
2080 font-weight:normal;
2081 margin-right:10px;
2082 }
2083
2084 .profile-lister li .photo {
2085 display:inline;
2086 margin-right:7px;
2087 margin-bottom:-5px;
2088 }
2089
2090 .profile-lister li .fn {
2091 font-weight:bold;
2092 }
2093
2094 .profile-lister li .entity_actions {
2095 margin:0;
2096 }
2097
2098 #profile_search_results {
2099 display:block;
2100 border-radius:4px;
2101 -moz-border-radius:4px;
2102 -webkit-border-radius:4px;
2103 max-height:800px;
2104 margin:10px 0;
2105 padding: 5px;
2106 border:1px #ddd solid;
2107 background:#f1f1f1;
2108 }
2109
2110 #profile_search_results.empty {
2111 display: none;
2112 }
2113
2114 .form_peopletag_edit_user_search legend,
2115 .form_peopletag_edit_user_search label,
2116 .form_peopletag_edit_user_search .form_guide {
2117 display:none;
2118 }
2119
2120 .form_peopletag_edit_user_search #field {
2121 height:30px;
2122 }
2123 .form_peopletag_edit_user_search .submit {
2124 width:60px;
2125 }
2126 .form_user_remove_peopletag,
2127 .form_user_add_peopletag {
2128 float:right;
2129 }
2130 .form_user_add_peopletag input.submit,
2131 .form_user_remove_peopletag input.submit {
2132 width:100px;
2133 padding-left:25px;
2134 text-align:left;
2135 }
2136
2137 .profile .entity_profile .form_subscription_edit label {
2138 font-weight:normal;
2139 margin-right:11px;
2140 }
2141
2142 .applications {
2143 margin-bottom:18px;
2144 float:left;
2145 width:100%;
2146 }
2147 .applications li {
2148 list-style-type:none;
2149 }
2150 .application img,
2151 #showapplication .entity_profile img,
2152 .form_data #application_icon img,
2153 #apioauthauthorize .form_data img {
2154 max-width:96px;
2155 max-height:96px;
2156 }
2157 #apioauthauthorize .form_data img {
2158 margin-right:18px;
2159 float:left;
2160 }
2161
2162 .oauth-desktop-mode #wrap {
2163     min-width: 500px;
2164 }
2165
2166 .oauth-desktop-mode #content {
2167     width: 480px;
2168     padding: 6px;
2169     margin: 4px 0px 0px 4px;
2170     border-top-left-radius: 7px;
2171     -moz-border-radius-topleft: 7px;
2172     -webkit-border-top-left-radius: 7px;
2173 }
2174
2175 .oauth-desktop-mode fieldset {
2176     margin-bottom: 10px !important;
2177 }
2178
2179 #oauth_pin {
2180     text-align: center;
2181     font-size: 3em;
2182 }
2183
2184 #showapplication .entity_profile {
2185 width:68%;
2186 }
2187 #showapplication .entity_profile .entity_fn {
2188 margin-left:0;
2189 }
2190 #showapplication .entity_profile .entity_fn .fn:before,
2191 #showapplication .entity_profile .entity_fn .fn:after {
2192 content:'';
2193 }
2194 #showapplication .entity_data {
2195 clear:both;
2196 margin-bottom:18px;
2197 }
2198 #showapplication .entity_data h2 {
2199 display:none;
2200 }
2201 #showapplication .entity_data dd {
2202 font-family:monospace;
2203 font-size:1.3em;
2204     margin-bottom: 10px;
2205 }
2206 .form_data #application_types label.radio,
2207 .form_data #default_access_types label.radio {
2208 width:14.5%;
2209 }
2210
2211 .mark-top {
2212     border-top: 1px solid #ccc;
2213 }
2214
2215 #realtime_actions {
2216     position: relative !important;
2217     right: -4px !important;
2218     float: right;
2219     padding-top: 15px;
2220     margin-bottom: -8px !important;
2221 }
2222
2223 #realtime_actions li {
2224     margin-left: 2px !important;
2225 }
2226
2227 #realtime_play, #realtime_pause, #realtime_popup {
2228     background-image: url(../images/icons/icons-01.gif);
2229     background-repeat: no-repeat;
2230     background-color: transparent;
2231 }
2232
2233 #realtime_play {
2234     background-position: 0 -2308px;
2235 }
2236 #realtime_pause {
2237     background-position: 0 -2374px;
2238 }
2239 #realtime_popup {
2240     background-position: 0 -1714px;
2241 }
2242
2243 #realtime_play, #realtime_pause, #realtime_popup {
2244     opacity: 0.6;
2245 }
2246
2247 #realtime_play:hover, #realtime_pause:hover, #realtime_popup:hover {
2248     opacity: 1;
2249 }
2250
2251 body.realtime-popup {
2252     min-width: 100%;
2253     overflow-x: hidden;
2254 }
2255
2256 .realtime-popup #content {
2257     padding: 0px !important;
2258     margin: 0px !important;
2259     left: 0;
2260     right: 0;
2261     width: 100% !important;
2262     overflow: visible;
2263 }
2264
2265 .realtime-popup #content_inner {
2266     padding: 5px;
2267 }
2268
2269 .realtime-popup .input_forms {
2270     top: 0px;
2271     left: 0px;
2272     padding: 10px 0px 0px 5px;
2273 }
2274
2275 .realtime-popup .form_notice_placeholder .placeholder {
2276     width: 445px;
2277 }
2278
2279 .realtime-popup .input_form {
2280     width: 470px;
2281 }
2282
2283 .realtime-popup .form_notice fieldset {
2284     width: 430px !important;
2285 }
2286
2287 .realtime-popup .form_notice textarea {
2288     width: 425px !important;
2289 }
2290
2291 .realtime-popup .form_notice label.notice_data-attach {
2292     right: 0px !important;
2293     top: 3px !important;
2294 }
2295
2296 .realtime-popup .form_notice #notice_data-geo_wrap label, .realtime-popup .form_notice #notice_data-geo_wrap input {
2297     right: 8px !important;
2298     top: 3px !important;
2299 }
2300
2301 .realtime-popup .form_notice .error,
2302 .realtime-popup .form_notice .success,
2303 .realtime-popup .form_notice .notice-status {
2304     width: 430px; 
2305 }
2306
2307 /* icons */
2308
2309 .form_notice label.notice_data-attach,
2310 #export_data li a.rss,
2311 #export_data li a.atom,
2312 #export_data li a.foaf,
2313 .entity_edit a,
2314 .entity_send-a-message a,
2315 .entity_nudge p,
2316 .form_user_nudge input.submit,
2317 .form_user_block input.submit,
2318 .form_user_unblock input.submit,
2319 .form_group_block input.submit,
2320 .form_group_unblock input.submit,
2321 .form_make_admin input.submit,
2322 .notice .attachment,
2323 .notice-options .notice_reply,
2324 .notice-options form.form_favor input.submit,
2325 .notice-options form.form_disfavor input.submit,
2326 .notice-options .notice_delete,
2327 .notice-options form.form_repeat input.submit,
2328 #new_group a,
2329 #pagination .nav_prev a,
2330 #pagination .nav_next a,
2331 button.close,
2332 .form_group_leave input.submit,
2333 .form_user_unsubscribe input.submit,
2334 .form_group_join input.submit,
2335 .form_user_subscribe input.submit,
2336 .form_remote_authorize input.submit,
2337 .entity_subscribe a,
2338 .entity_moderation p,
2339 .entity_sandbox input.submit,
2340 .entity_silence input.submit,
2341 .entity_delete input.submit,
2342 .entity_role p,
2343 .entity_role_administrator input.submit,
2344 .entity_role_moderator input.submit,
2345 .form_user_remove_peopletag input.submit,
2346 .form_user_add_peopletag input.submit,
2347 .form_peopletag_subscribe input.submit,
2348 .form_peopletag_unsubscribe input.submit,
2349 .notice-options .repeated,
2350 .form_notice label.notice_data-geo,
2351 button.minimize,
2352 .form_reset_key input.submit,
2353 .entity_tag a,
2354 .entity_clear input.submit,
2355 .entity_flag input.submit,
2356 .entity_flag p,
2357 .entity_subscribe input.submit,
2358 #realtime_play,
2359 #realtime_pause,
2360 #realtime_popup,
2361 .peopletags_edit_button,
2362 .mode-private .privacy_mode {
2363 background-image:url(../images/icons/icons-01.gif);
2364 background-repeat:no-repeat;
2365 background-color:transparent;
2366 }
2367
2368 button.close {
2369 background-position:0 -1120px;
2370 }
2371 button.minimize {
2372 background-position:0 -1912px;
2373 }
2374 #export_data li a.rss {
2375 background-position:0 -130px;
2376 }
2377 #export_data li a.atom {
2378 background-position:0 -64px;
2379 }
2380 #export_data li a.foaf {
2381 background-position:0 1px;
2382 }
2383
2384 #export_data li a.json {
2385 background-image:url(../images/icons/activitystreams.png);
2386 background-repeat:no-repeat;
2387 background-color:transparent;
2388 }
2389
2390 .form_group_leave input.submit,
2391 .form_user_unsubscribe input.submit,
2392 .form_user_remove_peopletag input.submit,
2393 .form_peopletag_unsubscribe input.submit {
2394 background-position:5px -1246px;
2395 }
2396 .form_group_join input.submit,
2397 .form_user_subscribe input.submit,
2398 .form_remote_authorize input.submit,
2399 .form_user_add_peopletag input.submit,
2400 .form_peopletag_subscribe input.submit,
2401 .entity_subscribe a {
2402 background-position:5px -1181px;
2403 }
2404  .peopletags_edit_button {
2405 background-position: 0 -724px;
2406 }
2407
2408 .entity_edit a {
2409 background-position: 5px -719px;
2410 }
2411 .entity_send-a-message a {
2412 background-position: 5px -852px;
2413 }
2414 .entity_nudge p,
2415 .form_user_nudge input.submit {
2416 background-position: 5px -785px;
2417 }
2418 .form_user_block input.submit,
2419 .form_user_unblock input.submit,
2420 .form_group_block input.submit,
2421 .form_group_unblock input.submit {
2422 background-position: 5px -918px;
2423 }
2424 .form_make_admin input.submit {
2425 background-position: 5px -983px;
2426 }
2427 .entity_moderation p {
2428 background-position: 5px -1313px;
2429 }
2430 .entity_sandbox input.submit {
2431 background-position: 5px -1380px;
2432 }
2433 .entity_silence input.submit {
2434 background-position: 5px -1445px;
2435 }
2436 .entity_delete input.submit {
2437 background-position: 5px -1511px;
2438 }
2439 .entity_sandbox .form_user_unsandbox input.submit {
2440 background-position: 5px -2568px;
2441 }
2442 .entity_silence .form_user_unsilence input.submit {
2443 background-position: 5px -2633px;
2444 }
2445 .entity_role p {
2446 background-position: 5px -2436px;
2447 }
2448 .entity_role_administrator .form_user_grantrole input.submit {
2449 background-position: 5px -983px;
2450 }
2451 .entity_role_moderator .form_user_grantrole input.submit {
2452 background-position: 5px -1313px;
2453 }
2454 .entity_role_administrator .form_user_revokerole input.submit {
2455 background-position: 5px -2699px;
2456 }
2457 .entity_role_moderator .form_user_revokerole input.submit {
2458 background-position: 5px -2501px;
2459 }
2460 .form_reset_key input.submit {
2461 background-position: 5px -1973px;
2462 }
2463 .entity_clear input.submit {
2464 background-position: 5px -2039px;
2465 }
2466 .entity_flag input.submit,
2467 .entity_flag p {
2468 background-position: 5px -2105px;
2469 }
2470 .entity_subscribe input.accept {
2471 background-position: 5px -2171px;
2472 }
2473 .entity_subscribe input.reject {
2474 background-position: 5px -2237px;
2475 }
2476 #realtime_play {
2477 background-position: 0 -2308px;
2478 }
2479 #realtime_pause {
2480 background-position: 0 -2374px;
2481 }
2482 #realtime_popup {
2483 background-position: 0 -1714px;
2484 }
2485 .notice .attachment {
2486 background-position:0 -394px;
2487 }
2488 .notice .attachment.more {
2489 background-position:0 -2770px;
2490 }
2491 #attachments .attachment {
2492 background:none;
2493 }
2494 .notice-options .notice_reply {
2495 background-position:0 -592px;
2496 }
2497 .notice-options form.form_favor input.submit {
2498 background-position:0 -460px;
2499 }
2500 .notice-options form.form_disfavor input.submit {
2501 background-position:0 -526px;
2502 }
2503 .notice-options .notice_delete {
2504 background-position:0 -658px;
2505 }
2506 .notice-options .form_repeat.processing {
2507 background-image:none;
2508 }
2509 .notice-options form.form_repeat input.submit {
2510 background-position:0 -1582px;
2511 }
2512 .notice-options .repeated {
2513 background-position:0 -1648px;
2514 }
2515 #new_group a {
2516 background-position:0 -1054px;
2517 }
2518 .form_notice label.notice_data-attach {
2519     background-position: 0 -328px;
2520 }
2521 .form_notice label.notice_data-geo {
2522     background-position: 0 -1780px;
2523 }
2524 .form_notice label.notice_data-geo.checked {
2525     background-position: 0 -1846px;
2526 }
2527
2528 #pagination .nav_prev a {
2529     padding-top: 8px;
2530     padding-left: 25px;
2531     background-position:0 -187px;
2532 }
2533 #pagination .nav_next a { 
2534     padding-top: 9px;
2535     padding-right: 25px;
2536     background-position: 115% -252px;
2537 }
2538
2539 #usergroups #new_group {
2540 float: left;
2541 margin-right: 2em;
2542 }
2543 #new_group, #group_search {
2544 margin-bottom:18px;
2545 }
2546 #new_group a {
2547 padding-left:20px;
2548 }
2549
2550
2551
2552 .entity_tags li.mode-private {
2553 color: #829D25;
2554 }
2555 .mode-private .privacy_mode {
2556 background-position: 0px -1978px;
2557 }
2558
2559 /* tag autocomplete */
2560
2561 .ptag-ac-line {
2562 font-weight: normal;
2563 background-color: white;
2564 min-height:30px;
2565 }
2566 .ptag-ac-line:nth-child(odd) {
2567 background-color: #fafafa;
2568 }
2569
2570 .ptag-ac-line-tag {
2571 min-width: 150px;
2572 display: inline-block;
2573 }
2574
2575 .ptag-ac-line .freq {
2576 min-width: 50px;
2577 text-align: right;
2578 float:right;
2579 }
2580
2581 .ptag-ac-line.mode-public .privacy_mode {
2582 display:none;
2583 }
2584
2585 #site_nav_local_views li.extended_menu a {
2586     display:none;
2587 }
2588
2589 /*end of @media screen, projection, tv*/
2590
2591
2592 @media print {
2593 a:after { background-color:#FFFFFF; }
2594 a:not([href^="#"]):after { content:" <"attr(href)"> "; }
2595 img { border:none; }
2596 p { orphans: 2; widows: 1; }
2597
2598 #site_nav_global_primary,
2599 #site_nav_local_views,
2600 #form_notice,
2601 .pagination,
2602 #site_nav_global_secondary,
2603 .entity_actions,
2604 .notice-options,
2605 #aside_primary,
2606 .form_subscription_edit .submit {
2607 display:none;
2608 }
2609 .timestamp dt, .timestamp dd,
2610 .device dt, .device dd {
2611 display:inline;
2612 }
2613 .profiles li,
2614 .notices li {
2615 margin-bottom:18px;
2616 }
2617
2618 }/*end of @media print*/