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