]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
Merge 1.1.x into master
[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 #remoteprofile .notice .entry-title, #remoteprofile .notice div.entry-content,
692 #showstream .notice .entry-title, #showstream .notice div.entry-content {
693     margin-left: 0;
694 }
695
696 #remoteprofile .notice .entry-title,
697 #showstream .notice .entry-title {
698     min-height: 1px;
699 }
700
701 #remoteprofile #content .notice .author,
702 #showstream #content .notice .author {
703     display: none;
704 }
705
706 #remoteprofile .notice,
707 #showstream .notice {
708     min-height: 1em; 
709 }
710
711 #shownotice .notice .entry-title {
712     font-size:2.2em;
713     min-height:123px;
714     font-size: 1.6em;
715     line-height: 1.2em;
716 }
717
718 #shownotice .notice div.entry-content {
719     margin-left:0;
720 }
721
722 .notice p.entry-content {
723     display:inline;
724 }
725
726 .notice div.entry-content {
727     clear:left;
728     float:left;
729     margin-left:59px;
730     margin-top: 10px;
731 }
732
733 .entry-content .repeat {
734     display: block;
735 }
736
737 .entry-content .repeat .photo {
738 float:none;
739 margin-right:1px;
740 position:relative;
741 top:4px;
742 left:0;
743 }
744
745 .notice-options {
746     float: right;    
747     margin-top: 12px;
748     margin-right: -6px;
749     margin-bottom: 10px;
750 }
751
752 .notice-options fieldset {
753     border: none;
754 }
755
756 .notice-options legend {
757     display: none;
758 }
759
760 .notice-options form, .notice-options a, .notice-options .repeated {
761     float: left;
762     margin-right: 10px;
763 }
764
765 .notice-options input, .notice-options a, .notice-options .repeated {    
766     text-indent: -9999px;
767     outline:none;
768 }
769
770 .notice-options input.submit, .notice-options a, .notice-options .repeated {
771     display: block;
772     border: 0;
773     height: 16px;
774     width: 16px;
775 }
776
777 .notice-options input.submit, .notice-options a {
778     opacity: 0.6;
779 }
780
781 .notice-options input.submit:hover, .notice-options a:hover {
782     opacity: 1;
783 }
784
785 .notice .attachment {
786     position:relative;
787     padding-left:16px;
788 }
789
790 .notice .attachment.more, .mode-private .privacy_mode {
791 text-indent:-9999px;
792 width:16px;
793 height:16px;
794 display:inline-block;
795 overflow:hidden;
796 vertical-align:middle;
797 margin-left:4px;
798 }
799
800 #attachments .attachment,
801 .notice .attachment.more {
802 padding-left:0;
803 }
804
805 .notice .attachment img {
806 position:absolute;
807 top:18px;
808 left:0;
809 z-index:99;
810 }
811
812 #shownotice .notice .attachment img {
813 position:static;
814 }
815
816 #attachments {
817 clear:both;
818 float:left;
819 width:100%;
820 margin-top:18px;
821 }
822 #attachments dt {
823 font-weight:bold;
824 font-size:1.3em;
825 margin-bottom:4px;
826 }
827
828 #attachments ol li {
829 margin-bottom:18px;
830 list-style-type:decimal;
831 float:left;
832 clear:both;
833 }
834
835 #jOverlayContent,
836 #jOverlayContent #content,
837 #jOverlayContent #content_inner { /* TODO can remove this now? */
838 width: auto !important;
839 margin-bottom:0;
840 }
841 #jOverlayContent #content {
842 padding:11px;
843 min-height:auto;
844     border: 1px solid #fff;
845 }
846 #jOverlayContent .entry-title {
847 display:block;
848 margin-bottom:11px;
849 }
850 #jOverlayContent button {
851     position:absolute;
852     top: 5px;
853     right: 20px;
854 }
855 #jOverlayContent h1 {
856 max-width:425px;
857 }
858 #jOverlayLoading {
859 top:5%;
860 left:40%;
861 }
862 #attachment_view img {
863 max-width:480px;
864 max-height:480px;
865 }
866 #attachment_view #oembed_info {
867 margin-top:11px;
868 }
869 #attachment_view #oembed_info dt,
870 #attachment_view #oembed_info dd {
871 float:left;
872 }
873 #attachment_view #oembed_info dt {
874 clear:left;
875 margin-right:11px;
876 font-weight:bold;
877 }
878 #attachment_view #oembed_info dt:after {
879 content: ":";
880 }
881
882 /* threaded replies */
883
884 .threaded-replies {
885     clear: both;
886     float: left;
887     width: 458px;
888     margin-left: 59px;
889     margin-top: 10px;
890     margin-bottom: 10px;
891     padding-right: 2px;
892     border-left: 3px solid #ECECF2;
893     background: #fafafa;
894     color: #222;
895     font-size: 1em;
896 }
897
898 .threaded-replies:empty {
899     margin-bottom: 0px; 
900 }
901
902 .user_in .threaded-replies {
903     margin-top: 0px;
904 }
905
906 #content .notice .threaded-replies .notice,
907 #content .notice .threaded-replies .notice-data { 
908     width: 440px;
909     padding-bottom: 14px;
910     padding-top: 5px;
911     border-bottom: 2px dotted #eee;
912     line-height: 1.36em;
913     margin-top: 0px;
914     margin-bottom: 0px;
915     margin-left: 10px;
916     background: none;
917 }
918
919 #content .notice .threaded-replies .entry-title {
920     min-height: 1px;
921 }
922
923 #content .threaded-replies .notice .author .photo {
924     height: 24px;
925     width: 24px;
926     top: 12px;
927 }
928
929 #content .notice .threaded-replies .notice .entry-title {
930     margin: 2px 7px 0px 35px;
931 }
932
933 #content .notice .threaded-replies .notice div.entry-content {
934     clear:left;
935     float:left;
936     margin-left: 35px;
937     margin-top: 6px !important;
938 }
939
940 #content .notice .threaded-replies .notice div.entry-content.notice-faves {
941     margin-top: 2px !important;
942 }
943
944 #content .notice .threaded-replies .notice .notice-options {
945     margin-top: 5px;
946     margin-bottom: 0px;
947 }
948
949 .threaded-replies li {
950     list-style-type: none;
951 }
952
953 .threaded-replies .notice-reply-comments {
954     margin: 2px 0px 4px 10px;
955 }
956
957 .threaded-replies .placeholder {
958     margin: 10px;
959     width: 426px;
960     padding: 4px 4px 4px 6px;
961     border: 1px solid #a6a6a6;
962     color: #888;
963 }
964
965 .threaded-replies .notice-reply {
966     clear: left;
967     position: relative;
968     padding: 10px;
969     padding-bottom: 44px;
970 }
971
972 .threaded-replies .form_notice textarea {
973     width: 395px;
974 }
975
976 .threaded-replies .form_notice label.notice_data-attach {
977     top: 10px;
978     right: 10px;
979 }
980
981 .threaded-replies .form_notice .notice_data-geo_wrap label,
982 .threaded-replies .form_notice .notice_data-geo_wrap input {
983     top: 36px;
984     right: 10px;
985 }
986
987 .threaded-replies .form_notice .count {
988     top: 60px;
989     right: 50px;
990 }
991
992 .threaded-replies .form_notice #notice_action-submit {
993     left: 10px;
994     margin-top: -44px;
995 }
996
997 .threaded-replies .form_notice .error,
998 .threaded-replies .form_notice .success,
999 .threaded-replies .form_notice .notice-status {
1000     width: 390px; 
1001 }
1002
1003 .threaded-replies .to-selector {
1004     display: none;
1005 }
1006
1007 /* old school conversation style */
1008
1009 #conversation .notices .notices {
1010     float: left;
1011     background-color:rgba(200, 200, 200, 0.050);
1012     margin-left: 15px;
1013     width: auto;
1014 }
1015
1016 #conversation .notices .threaded-replies {
1017     margin-left: 59px;
1018     background: #fafafa;
1019 }
1020
1021 #conversation .notices .notices .notices .notices .notices .notices .notices .notices .notices .notices .notices .notices .notices  {
1022     background: none;
1023     margin-left: 0px;
1024 }
1025
1026 /* aside primary specific styles */
1027
1028 .aside .section p,
1029 .aside .section .more {
1030 clear:both;
1031 }
1032
1033 .section .vcard .photo {
1034 margin-right:7px;
1035 margin-bottom:0;
1036 }
1037
1038 .section .notice {
1039 padding-top:7px;
1040 padding-bottom:7px;
1041 border-top:0;
1042 }
1043
1044 .section .notice:first-child {
1045 padding-top:0;
1046 }
1047
1048 .section .notice .author {
1049 margin-right:0;
1050 }
1051 .section .notice .author .fn {
1052 display:none;
1053 }
1054
1055 #aside_primary ol.notices {
1056     list-style-type: none;
1057     float: left;
1058     position: relative;
1059     margin-bottom: 10px;
1060     width: 100%;
1061 }
1062
1063 #aside_primary .notices li {
1064     margin-bottom: 8px;
1065 }
1066
1067 #aside_primary .notice {
1068     min-height: 24px;
1069 }
1070
1071 #export_data li {
1072     list-style-type:none;
1073 }
1074
1075 #export_data li a {
1076     display: block;
1077     padding-left: 30px;
1078     height: 16px;
1079     line-height: 16px;
1080     margin-bottom: 15px;
1081 }
1082
1083 #aside_primary td {
1084     padding-right: 10px;
1085     padding-bottom: 10px;
1086 }
1087
1088 .section tbody td {
1089 padding-right:18px;
1090 padding-bottom:11px;
1091 }
1092
1093 #entity_statistics dt,
1094 #entity_statistics dd {
1095 display:inline;
1096 margin-right:11px;
1097 }
1098 #entity_statistics dt:after {
1099 content: ":";
1100 }
1101
1102 .section ul.entities {
1103     float:left;
1104     width:100%;
1105 }
1106
1107 .section .entities li {
1108     list-style-type: none;
1109     float: left;
1110     margin-right: 3px;
1111     margin-bottom: 8px;
1112     display: inline;
1113 }
1114 .section .entities li .photo {
1115     margin: 0;
1116 }
1117 .section .entities li .fn {
1118     display: none;
1119 }
1120
1121 .tag-cloud {
1122 list-style-type:none;
1123 text-align:center;
1124 }
1125 .aside .tag-cloud {
1126 font-size:0.8em;
1127 word-wrap:break-word;
1128 }
1129 .tag-cloud li {
1130 display:inline;
1131 margin-right:7px;
1132 line-height:1.25;
1133 }
1134
1135 .tag-cloud li:before {
1136 content:'\0009';
1137 }
1138
1139 .aside .tag-cloud li {
1140 line-height:1.5;
1141 }
1142 .tag-cloud li a {
1143 text-decoration:none;
1144 }
1145 #tagcloud.section dt {
1146 text-transform:uppercase;
1147 font-weight:bold;
1148 }
1149 .tag-cloud-1 {
1150 font-size:1em;
1151 }
1152 .tag-cloud-2 {
1153 font-size:1.25em;
1154 }
1155 .tag-cloud-3 {
1156 font-size:1.75em;
1157 }
1158 .tag-cloud-4 {
1159 font-size:2em;
1160 }
1161 .tag-cloud-5 {
1162 font-size:2.25em;
1163 }
1164 .tag-cloud-6 {
1165 font-size:2.75em;
1166 }
1167 .tag-cloud-7 {
1168 font-size:3.25em;
1169 }
1170
1171 #publictagcloud #tagcloud.section dt {
1172 display:none;
1173 }
1174
1175 /* secondary elements */
1176
1177 .error, .success, .notice-status {
1178     background-color: #F7E8E8;
1179     padding: 4px 10px;
1180 }
1181 .success, .notice-status {
1182     background-color: #f2f2f2;
1183 }
1184
1185 #page_notice {
1186 clear:both;
1187 margin-bottom:18px;
1188 }
1189
1190 .entry-content .success {
1191     padding: 6px;
1192 }
1193
1194 .system_notice ul,
1195 .instructions ul {
1196 margin-left:1em;
1197 }
1198 .instructions p,
1199 .instructions ul {
1200 margin-bottom:18px;
1201 }
1202 .help dt {
1203 display:none;
1204 }
1205 .guide {
1206 clear:both;
1207 }
1208
1209 #bookmarklet address {
1210 display:none;
1211 }
1212 #bookmarklet .form_notice {
1213 width:auto;
1214 }
1215 #bookmarklet #wrap {
1216 min-width:0;
1217 }
1218
1219 button.close,
1220 button.minimize {
1221 width:16px;
1222 height:16px;
1223 text-indent:-9999px;
1224 padding:0;
1225 border:0;
1226 text-align:center;
1227 font-weight:bold;
1228 cursor:pointer;
1229 }
1230
1231 .dialogbox {
1232 position:absolute;
1233     top: 0px;
1234     right: 0px;
1235 z-index:9;
1236 float:none;
1237 padding:11px;
1238 border-style:solid;
1239 border-width:1px;
1240     background: #fff;
1241     color: #000;
1242 }
1243
1244 .dialogbox legend {
1245 display:block !important;
1246 margin-right:18px;
1247 margin-bottom:18px;
1248 }
1249
1250 .dialogbox button.close {
1251 position:absolute;
1252 right:3px;
1253 top:3px;
1254 }
1255
1256 .dialogbox .form_guide {
1257 font-weight:normal;
1258 padding:0;
1259 }
1260
1261 .dialogbox .submit_dialogbox {
1262 font-weight:bold;
1263 text-indent:0;
1264 min-width:46px;
1265 }
1266 .dialogbox input {
1267 padding-left:4px;
1268 }
1269 .dialogbox fieldset {
1270 margin-bottom:0;
1271 }
1272
1273 #pagination {
1274     background-color: #f2f2f2;
1275     clear: left;
1276     margin-top: 20px;
1277     padding: 1%;
1278     height: 1em;
1279 }
1280
1281 #pagination li {
1282     display: inline;
1283 }
1284
1285 #pagination .nav_prev {
1286     float: left;
1287 }
1288
1289 #pagination .nav_next {
1290     float: right;
1291 }
1292
1293 #wrap form.processing input.submit,
1294 #wrap a.processing,
1295 .dialogbox.processing .submit_dialogbox {
1296     background: url(../images/icons/icon_processing.gif) no-repeat 47% 47%;
1297     cursor: wait;
1298     outline: none;
1299     text-indent: -9999px;
1300 }
1301
1302 /* footer elements */
1303
1304 #site_nav_global_secondary dt {
1305     display: none;
1306 }
1307
1308 #site_nav_global_secondary li {
1309     display: inline;
1310     margin-right: 20px;
1311 }
1312
1313 #licenses dt {
1314     display: none;
1315 }
1316
1317 #licenses dd {
1318     margin-top: 10px;
1319 }
1320
1321 #site_content_license_cc {
1322 margin-bottom:0;
1323 }
1324 #site_content_license_cc img {
1325 display:inline;
1326 vertical-align:top;
1327 margin-right:4px;
1328 }
1329
1330 form ul li {
1331     list-style-type:none;
1332     margin:0 0 18px 0;
1333 }
1334
1335 form label.submit {
1336 display:none;
1337 }
1338
1339 .form_settings {
1340     clear:both;
1341 }
1342
1343 .form_settings fieldset {
1344     margin-top: 10px;
1345     margin-bottom: 30px;
1346     border: none;
1347 }
1348
1349 .form_settings fieldset fieldset {
1350     margin-bottom: 40px;
1351     padding: 10px;
1352     padding-top: 30px;
1353     border-width:1px;
1354     border-style:solid;
1355     background:rgba(240, 240, 240, 0.2);
1356 }
1357
1358 .form_settings fieldset fieldset legend {
1359     line-height:0;
1360     font-size: 1.4em;
1361     font-weight: normal;
1362 }
1363
1364 .form_settings input.remove {
1365 margin-left:11px;
1366 }
1367 .form_settings .form_data li {
1368 width:100%;
1369 float:left;
1370     margin-bottom: 22px;
1371 }
1372 .form_settings .form_data label {
1373 float:left;
1374 }
1375 .form_settings .form_data textarea,
1376 .form_settings .form_data select,
1377 .form_settings .form_data input {
1378 margin-left:1.795%;
1379 float:left;
1380 }
1381
1382 .form_settings .form_data select {
1383     margin-top: 0px;
1384 }
1385
1386
1387 .form_settings .form_data input {
1388 width:39%;
1389 }
1390 .form_settings .form_data input.submit,
1391 .form_settings .form_data input.checkbox,
1392 .form_settings .form_data input.radio {
1393 width:auto;
1394 }
1395 .form_settings .form_data textarea {
1396 width:63%;
1397 }
1398
1399 .form_settings .form_data input.submit {
1400 margin-left:0;
1401 }
1402
1403 .form_settings label {
1404 margin-top:2px;
1405     width: 25%;
1406     text-align: right;
1407 }
1408
1409 .form_settings input.checkbox, .form_settings input.radio {
1410     margin-left: 25%;
1411     margin-top: 3px;
1412     position: relative;
1413     left: -14px;
1414 }
1415
1416 .form_settings label.checkbox, .form_settings label.radio {
1417     width: auto;
1418     max-width: 60%;
1419     position: relative;
1420     left: -25px;
1421 }
1422
1423 .form_settings label.checkbox {
1424     text-align: left;
1425     line-height: 1.2em;
1426 }
1427
1428 .form_settings label.radio {
1429     text-align: left;
1430     margin: 0px;
1431 }
1432
1433 .form_settings li input.radio {
1434     clear: left;
1435 }
1436
1437 .form_actions label {
1438 display:none;
1439 }
1440 .form_guide {
1441 font-style:italic;
1442 }
1443
1444 .form_settings #settings_autosubscribe label {
1445 display:inline;
1446 font-weight:bold;
1447 }
1448
1449 #form_settings_profile legend,
1450 #form_login legend,
1451 #form_register legend,
1452 #form_password legend,
1453 #form_settings_avatar legend,
1454 #newgroup legend,
1455 #editgroup legend,
1456 .form_tag_user legend,
1457 #form_remote_subscribe legend,
1458 #form_openid_login legend,
1459 #form_search legend,
1460 #form_invite legend,
1461 #form_notice_delete legend,
1462 #form_password_recover legend,
1463 #form_password_change legend,
1464 .form_entity_block legend,
1465 #form_filter_bytag legend,
1466 #apioauthauthorize_allowdeny,
1467 .form_tag_user_wrap form,
1468 .form_tag_user_wrap label,
1469 .form_tag_user_wrap legend {
1470 display:none;
1471 }
1472
1473 .form_tag_user_wrap {
1474 clear:both;
1475 }
1476
1477 .form_tag_user {
1478 float:left;
1479 width:auto;
1480 }
1481
1482 .form_tag_user input.submit {
1483 width:50px;
1484 }
1485
1486 .form_settings .form_data p.form_guide {
1487 clear:both;
1488     margin-left: 27%;
1489 margin-bottom:0;
1490     line-height: 1.2em;
1491     padding-top: 4px;
1492 }
1493
1494 .form_settings p {
1495 margin-bottom:11px;
1496 }
1497
1498 .form_settings .form_note {
1499 padding:0 7px;
1500 }
1501
1502 .form_settings .form_response {
1503     margin-top: 10px;
1504 }
1505
1506 .form_settings input {
1507     margin-right: 20px;
1508 }
1509
1510 #form_search .submit {
1511 margin-left:11px;
1512 }
1513 #form_search .form_data input {
1514 width:auto;
1515 }
1516
1517 .hentry .entry-content .form_settings ul {
1518 margin-left:0;
1519 }
1520
1521 .limited-scope .entry-content .timestamp:before {
1522 content:'☠';
1523 font-size:150%;
1524 }
1525
1526 #content .notice-source-activity div.entry-title, .notice-source-activity div.entry-content {
1527     margin-left: 0;
1528
1529
1530 #content .notice-source-activity div.entry-title {
1531     font-style: italic;
1532     min-height: 0;
1533 }
1534
1535 #content .notice-source-activity .notice div.entry-title {
1536     font-style: normal;
1537 }
1538
1539 span.rtl {
1540     display: block;
1541     direction: rtl;
1542     text-align: right;
1543     float: right;
1544
1545
1546 #filter_tags ul li,
1547 .entity_send-a-message .form_notice,
1548 .form_settings fieldset fieldset,
1549 .entity_moderation:hover ul,
1550 .entity_role:hover ul,
1551 .dialogbox {
1552 border-color:#DDDDDD;
1553 }
1554
1555 .form_settings input.form_action-primary {
1556 background:none;
1557 }
1558
1559 .form_settings .form_note {
1560     background-color: #d1f7cb;
1561 }
1562
1563 #form_settings_photo .form_data {
1564 clear:both;
1565 }
1566
1567 #form_settings_avatar li {
1568 width:auto;
1569 }
1570 #form_settings_avatar input {
1571 margin-left:0;
1572 }
1573 #avatar_original,
1574 #avatar_preview {
1575 float:left;
1576 }
1577 #avatar_preview {
1578 margin-left:29px;
1579 }
1580 #avatar_preview_view {
1581 height:96px;
1582 width:96px;
1583 margin-bottom:18px;
1584 overflow:hidden;
1585 }
1586
1587 #settings_attach,
1588 #form_settings_avatar .form_actions {
1589 clear:both;
1590 }
1591
1592 #form_settings_avatar .form_actions {
1593 margin-bottom:0;
1594 }
1595
1596 #settings_design_background-image img {
1597     max-width:480px;
1598     max-height:480px;
1599     clear: left;
1600     display: block;
1601     margin-bottom: 10px;
1602 }
1603
1604 #settings_design_background-image .form_guide {
1605     float: left;
1606     margin-top: 10px;
1607 }
1608
1609 #settings_design_color .form_data,
1610 #color-picker {
1611 float:left;
1612 }
1613 #settings_design_color .form_data {
1614 width:400px;
1615 margin-right:1%;
1616 }
1617
1618 #settings_design_color .form_data li {
1619 width:33%;
1620 }
1621 #settings_design_color .form_data label {
1622 float:none;
1623 display:block;
1624 }
1625 #settings_design_color .form_data .swatch {
1626 padding:11px;
1627 margin-left:0;
1628 width:auto;
1629 }
1630
1631 .entity_profile {
1632 position:relative;
1633 width:73%;
1634 min-height:123px;
1635 float:left;
1636 margin-bottom:18px;
1637 margin-left:0;
1638 overflow:hidden;
1639 }
1640
1641 .entity_profile dt,
1642 #entity_statistics dt {
1643 font-weight:bold;
1644 }
1645 .entity_profile dd {
1646 display:inline;
1647 }
1648
1649 .entity_profile .entity_depiction {
1650     float:left;
1651     width:96px;
1652     margin-right:18px;
1653     margin-bottom:18px;
1654     text-align: center;
1655 }
1656
1657 .entity_profile .entity_fn,
1658 .entity_profile .entity_nickname,
1659 .entity_profile .entity_location,
1660 .entity_profile .entity_url,
1661 .entity_profile .entity_note,
1662 .entity_profile .entity_tags,
1663 .entity_profile .entity_aliases,
1664 .entity_profile .entity_statistics {
1665 margin-left:113px;
1666 margin-bottom:4px;
1667 }
1668
1669 .peopletags_edit_button {
1670 cursor:pointer;
1671 border:0;
1672 padding:0;
1673 width:16px;
1674 height:16px;
1675     position: relative;
1676     top: -3px;
1677 }
1678
1679 .entity_profile .entity_nickname,
1680 .entity_profile .entity_fn {
1681 margin-left:0;
1682 }
1683
1684 .entity_profile .nickname {
1685     font-size:1.4em;
1686 }
1687
1688 .entity_profile .fn {
1689     font-size: 1.2em;
1690     clear: left;
1691 }
1692
1693 .entity_profile .fn:before {
1694 content: "(";
1695 font-weight:normal;
1696 }
1697 .entity_profile .fn:after {
1698 content: ")";
1699 font-weight:normal;
1700 }
1701 .entity_profile .nickname:after,
1702 .entity_profile .nickname:before {
1703 content:"";
1704 }
1705 .entity_profile dt,
1706 .entity_profile h2 {
1707 display:none;
1708 }
1709 .entity_profile .role {
1710 margin-left:11px;
1711 font-style:italic;
1712 }
1713
1714 .entity_actions {
1715 float:right;
1716 margin-left:2%;
1717     margin-bottom: 28px;
1718 min-width:21%;
1719 }
1720
1721 .entity_actions h2 {
1722 display:none;
1723 }
1724 .entity_actions ul {
1725 list-style-type:none;
1726 }
1727 .entity_actions li {
1728 margin-bottom:7px;
1729 }
1730 .entity_actions li:first-child {
1731 border-top:0;
1732 }
1733 .entity_actions fieldset {
1734 border:0;
1735 padding:0;
1736 }
1737 .entity_actions legend {
1738 display:none;
1739 }
1740
1741 .entity_actions input.submit {
1742 display:block;
1743 text-align:left;
1744 width:100%;
1745 }
1746
1747 .entity_actions a, .entity_actions input, .entity_actions p {
1748     color: #333 !important;
1749     font-weight: normal;
1750     line-height: 1.6em;
1751 }
1752
1753 .entity_actions a {
1754 text-decoration:none;
1755 display:block;
1756     padding: 3px 4px 4px 28px;
1757 }
1758
1759 .entity_actions input {
1760     padding: 4px 4px 4px 26px;
1761 }
1762
1763 .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 {
1764     background-color: #ccc !important;
1765     border: none;
1766 }
1767
1768 .entity_actions p {
1769     padding: 2px 4px 4px 28px;
1770 }
1771
1772 .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 {
1773     background-color: #f2f2f2 !important;
1774 }
1775
1776 .entity_actions #entity_remote_subscribe a {
1777     padding-right: 6px;
1778 }
1779
1780 .entity_actions .accept {
1781 margin-bottom:18px;
1782 }
1783
1784 .entity_send-a-message button {
1785 position:absolute;
1786 top:3px;
1787 right:3px;
1788 }
1789
1790 .entity_send-a-message .form_notice {
1791     width: 410px;
1792     padding: 10px;
1793     position: absolute;
1794     top: 46px;
1795     right: 10px;
1796     z-index: 2;
1797 }
1798
1799 .entity_send-a-message .form_notice fieldset {
1800     width: 410px;
1801 }
1802
1803 .entity_send-a-message .form_notice textarea {
1804     width: 280px;
1805 }
1806
1807 .entity_send-a-message .form_notice legend {
1808 display:block;
1809 margin-bottom:11px;
1810     font-weight: normal;
1811     color: #333 !important;
1812 }
1813
1814 .entity_send-a-message .form_notice label,
1815 .entity_send-a-message .form_notice select {
1816 display:none;
1817 }
1818 .entity_send-a-message .form_notice .submit {
1819     position: absolute;
1820     top: 52px;
1821     right: 0px;
1822     text-align: center;
1823 }
1824
1825 .entity_moderation,
1826 .entity_role {
1827 position:relative;
1828 }
1829 .entity_moderation p,
1830 .entity_role p {
1831
1832 padding-bottom:2px;
1833 margin-bottom:7px;
1834 }
1835 .entity_moderation ul,
1836 .entity_role ul {
1837 display:none;
1838 }
1839 .entity_moderation:hover ul,
1840 .entity_role:hover ul {
1841 display:block;
1842 width:110%;
1843 padding:11px;
1844 position:absolute;
1845 z-index:1;
1846 border-width:1px;
1847 border-style:solid;
1848         top: 20px;
1849         right: 0px;
1850         background-color: #fff;
1851 }
1852
1853 .entity_tags ul {
1854 list-style-type:none;
1855 display:inline;
1856 }
1857 .entity_tags li {
1858 display:inline;
1859 margin-right:7px;
1860 }
1861 .entity_tags li:before {
1862 content:'\0009';
1863 }
1864 .entity_tags p.error {
1865 clear:both;
1866 }
1867
1868 #filter_tags {
1869     margin-bottom: 20px;
1870     padding-bottom: 10px;
1871     border-bottom: 1px solid #ccc;
1872     float: left;
1873 }
1874 #filter_tags dt {
1875 display:none;
1876 }
1877 #filter_tags ul {
1878 list-style-type:none;
1879 }
1880 #filter_tags li {
1881 float:left;
1882 margin-left:7px;
1883 padding-left:7px;
1884 border-left-width: 1px;
1885 border-left-style:solid;
1886 }
1887 #filter_tags #filter_tags_all,
1888 #filter_tags #filter_tags_for {
1889     margin-left: 10px;
1890 border-left:0;
1891 padding-left:0;
1892 }
1893 #filter_tags_all a,
1894 #filter_tags_for a  {
1895 font-weight:bold;
1896     margin-top: 4px;
1897 float:left;
1898 }
1899
1900 #filter_tags_for a {
1901 margin:0;
1902 }
1903
1904 #filter_tags #form_filter_bymode .form_guide {
1905 display:none;
1906 }
1907
1908 #filter_tags #form_filter_bymode .checkbox {
1909 float:none;
1910 }
1911
1912 #filter_tags #form_filter_bymode legend {
1913 display:none;
1914 }
1915
1916 #filter_tags_item label {
1917     margin-right: 14px;
1918     margin-left: 7px;
1919     padding-top: 4px;
1920 }
1921 #filter_tags_item label,
1922 #filter_tags_item select {
1923 float:left;
1924 }
1925
1926 #filter_tags_item p {
1927 float:left;
1928 clear:both;
1929 margin-left:38px;
1930 }
1931 #filter_tags_item .submit {
1932 position:relative;
1933 top:3px;
1934 left:3px;
1935 }
1936
1937 .profile .entity_profile {
1938 margin-bottom:0;
1939 min-height:60px;
1940 }
1941
1942 .profile .form_group_join legend,
1943 .profile .form_group_leave legend,
1944 .profile .form_user_subscribe legend,
1945 .profile .form_user_unsubscribe legend,
1946 .form_user_add_peopletag legend,
1947 .form_user_remove_peopletag legend {
1948 display:none;
1949 }
1950
1951 .profiles {
1952     list-style-type:none;
1953 }
1954
1955 .profiles li {
1956     margin-bottom: 20px;
1957 }
1958
1959 .profile .entity_profile .fn.nickname,
1960 .profile .entity_profile .url[rel~=contact] {
1961 margin-left:0;
1962 display:inline;
1963 }
1964
1965 .profile .entity_profile .fn,
1966 .profile .entity_profile .label {
1967 margin-left:11px;
1968 margin-bottom:4px;
1969 width:auto;
1970 clear:none;
1971 }
1972
1973 .profile .entity_profile .note,
1974 .profile .entity_profile .url,
1975 .profile .entity_profile .entity_tags,
1976 .profile .entity_profile .form_subscription_edit {
1977 margin-left:59px;
1978 clear:none;
1979 display:block;
1980 width:auto;
1981 }
1982
1983 .profile_block .group_aliases .group_alias {
1984     display:inline;
1985     list-style-type: none;
1986     font-style: italic;
1987 }
1988
1989 .profile_block .entity_tags dt {
1990 display: inline;
1991 margin-right: 3px;
1992 font-weight: bold;
1993 }
1994
1995 .profile_block .entity_tags dd {
1996 display: inline;
1997 }
1998
1999 .profile .entity_profile .form_subscription_edit {
2000 clear:left;
2001 }
2002
2003 .peopletag {
2004 min-height: 90px;
2005 list-style: none;
2006 }
2007
2008 .peopletag .entry-content {
2009 width:auto;
2010 }
2011
2012 .peopletag .tagged-count a:after,
2013 .peopletag .subscriber-count a:after,
2014 .entity_tags dt:after {
2015 content: ':';
2016 }
2017
2018 .peopletag .updated {
2019 display:none;
2020 }
2021 .peopletag .tag a{
2022 font-weight: bold;
2023 }
2024
2025 .peopletag .tag:before {
2026 /* raquo */
2027 content: "\00BB";
2028 }
2029
2030 .peopletag .entity_statistics {
2031 font-size:80%;
2032 }
2033
2034 .profile-lister li {
2035 min-height:30px;
2036 padding:5px;
2037 clear:both;
2038 border-top: 1px #eee solid;
2039 }
2040
2041 .profile-lister {
2042 list-style-type:none;
2043 }
2044
2045 .profile_search_wrap h3 {
2046 float:left;
2047 font-weight:normal;
2048 margin-right:10px;
2049 }
2050
2051 .profile-lister li .photo {
2052 display:inline;
2053 margin-right:7px;
2054 margin-bottom:-5px;
2055 }
2056
2057 .profile-lister li .fn {
2058 font-weight:bold;
2059 }
2060
2061 .profile-lister li .entity_actions {
2062 margin:0;
2063 }
2064
2065 #profile_search_results {
2066 display:block;
2067 border-radius:4px;
2068 -moz-border-radius:4px;
2069 -webkit-border-radius:4px;
2070 max-height:800px;
2071 margin:10px 0;
2072 padding: 5px;
2073 border:1px #ddd solid;
2074 background:#f1f1f1;
2075 }
2076
2077 #profile_search_results.empty {
2078 display: none;
2079 }
2080
2081 .form_peopletag_edit_user_search legend,
2082 .form_peopletag_edit_user_search label,
2083 .form_peopletag_edit_user_search .form_guide {
2084 display:none;
2085 }
2086
2087 .form_peopletag_edit_user_search #field {
2088 height:30px;
2089 }
2090 .form_peopletag_edit_user_search .submit {
2091 width:60px;
2092 }
2093 .form_user_remove_peopletag,
2094 .form_user_add_peopletag {
2095 float:right;
2096 }
2097 .form_user_add_peopletag input.submit,
2098 .form_user_remove_peopletag input.submit {
2099 width:100px;
2100 padding-left:25px;
2101 text-align:left;
2102 }
2103
2104 .profile .entity_profile .form_subscription_edit label {
2105 font-weight:normal;
2106 margin-right:11px;
2107 }
2108
2109 .applications {
2110 margin-bottom:18px;
2111 float:left;
2112 width:100%;
2113 }
2114 .applications li {
2115 list-style-type:none;
2116 }
2117 .application img,
2118 #showapplication .entity_profile img,
2119 .form_data #application_icon img,
2120 #apioauthauthorize .form_data img {
2121 max-width:96px;
2122 max-height:96px;
2123 }
2124 #apioauthauthorize .form_data img {
2125 margin-right:18px;
2126 float:left;
2127 }
2128
2129 .oauth-desktop-mode #wrap {
2130     min-width: 500px;
2131 }
2132
2133 .oauth-desktop-mode #content {
2134     width: 480px;
2135     padding: 6px;
2136     margin: 4px 0px 0px 4px;
2137     border-top-left-radius: 7px;
2138     -moz-border-radius-topleft: 7px;
2139     -webkit-border-top-left-radius: 7px;
2140 }
2141
2142 .oauth-desktop-mode fieldset {
2143     margin-bottom: 10px !important;
2144 }
2145
2146 #oauth_pin {
2147     text-align: center;
2148     font-size: 3em;
2149 }
2150
2151 #showapplication .entity_profile {
2152 width:68%;
2153 }
2154 #showapplication .entity_profile .entity_fn {
2155 margin-left:0;
2156 }
2157 #showapplication .entity_profile .fn:before,
2158 #showapplication .entity_profile .fn:after {
2159 content:'';
2160 }
2161 #showapplication .entity_data {
2162 clear:both;
2163 margin-bottom:18px;
2164 }
2165 #showapplication .entity_data h2 {
2166 display:none;
2167 }
2168 #showapplication .entity_data dd {
2169 font-family:monospace;
2170 font-size:1.3em;
2171     margin-bottom: 10px;
2172 }
2173 .form_data #application_types label.radio,
2174 .form_data #default_access_types label.radio {
2175 width:14.5%;
2176 }
2177
2178 .mark-top {
2179     border-top: 1px solid #ccc;
2180 }
2181
2182 #realtime_actions {
2183     position: relative !important;
2184     right: -4px !important;
2185     float: right;
2186     padding-top: 15px;
2187     margin-bottom: -8px !important;
2188 }
2189
2190 #realtime_actions li {
2191     margin-left: 2px !important;
2192 }
2193
2194 #realtime_play, #realtime_pause, #realtime_popup {
2195     background-image: url(../images/icons/icons-01.gif);
2196     background-repeat: no-repeat;
2197     background-color: transparent;
2198 }
2199
2200 #realtime_play {
2201     background-position: 0 -2308px;
2202 }
2203 #realtime_pause {
2204     background-position: 0 -2374px;
2205 }
2206 #realtime_popup {
2207     background-position: 0 -1714px;
2208 }
2209
2210 #realtime_play, #realtime_pause, #realtime_popup {
2211     opacity: 0.6;
2212 }
2213
2214 #realtime_play:hover, #realtime_pause:hover, #realtime_popup:hover {
2215     opacity: 1;
2216 }
2217
2218 body.realtime-popup {
2219     min-width: 100%;
2220     overflow-x: hidden;
2221 }
2222
2223 .realtime-popup #content {
2224     padding: 0px !important;
2225     margin: 0px !important;
2226     left: 0;
2227     right: 0;
2228     width: 100% !important;
2229     overflow: visible;
2230 }
2231
2232 .realtime-popup #content_inner {
2233     padding: 5px;
2234 }
2235
2236 .realtime-popup .input_forms {
2237     top: 0px;
2238     left: 0px;
2239     padding: 10px 0px 0px 5px;
2240 }
2241
2242 .realtime-popup .form_notice_placeholder .placeholder {
2243     width: 445px;
2244 }
2245
2246 .realtime-popup .input_form {
2247     width: 470px;
2248 }
2249
2250 .realtime-popup .form_notice fieldset {
2251     width: 430px !important;
2252 }
2253
2254 .realtime-popup .form_notice textarea {
2255     width: 425px !important;
2256 }
2257
2258 .realtime-popup .form_notice label.notice_data-attach {
2259     right: 0px !important;
2260     top: 3px !important;
2261 }
2262
2263 .realtime-popup .form_notice #notice_data-geo_wrap label, .realtime-popup .form_notice #notice_data-geo_wrap input {
2264     right: 8px !important;
2265     top: 3px !important;
2266 }
2267
2268 .realtime-popup .form_notice .error,
2269 .realtime-popup .form_notice .success,
2270 .realtime-popup .form_notice .notice-status {
2271     width: 430px; 
2272 }
2273
2274 /* icons */
2275
2276 .form_notice label.notice_data-attach,
2277 #export_data li a.rss,
2278 #export_data li a.atom,
2279 #export_data li a.foaf,
2280 .entity_edit a,
2281 .entity_send-a-message a,
2282 .entity_nudge p,
2283 .form_user_nudge input.submit,
2284 .form_user_block input.submit,
2285 .form_user_unblock input.submit,
2286 .form_group_block input.submit,
2287 .form_group_unblock input.submit,
2288 .form_make_admin input.submit,
2289 .notice .attachment,
2290 .notice-options .notice_reply,
2291 .notice-options form.form_favor input.submit,
2292 .notice-options form.form_disfavor input.submit,
2293 .notice-options .notice_delete,
2294 .notice-options form.form_repeat input.submit,
2295 #new_group a,
2296 #pagination .nav_prev a,
2297 #pagination .nav_next a,
2298 button.close,
2299 .form_group_leave input.submit,
2300 .form_user_unsubscribe input.submit,
2301 .form_group_join input.submit,
2302 .form_user_subscribe input.submit,
2303 .form_remote_authorize input.submit,
2304 .entity_subscribe a,
2305 .entity_moderation p,
2306 .entity_sandbox input.submit,
2307 .entity_silence input.submit,
2308 .entity_delete input.submit,
2309 .entity_role p,
2310 .entity_role_administrator input.submit,
2311 .entity_role_moderator input.submit,
2312 .form_user_remove_peopletag input.submit,
2313 .form_user_add_peopletag input.submit,
2314 .form_peopletag_subscribe input.submit,
2315 .form_peopletag_unsubscribe input.submit,
2316 .notice-options .repeated,
2317 .form_notice label.notice_data-geo,
2318 button.minimize,
2319 .form_reset_key input.submit,
2320 .entity_tag a,
2321 .entity_clear input.submit,
2322 .entity_flag input.submit,
2323 .entity_flag p,
2324 .entity_subscribe input.submit,
2325 #realtime_play,
2326 #realtime_pause,
2327 #realtime_popup,
2328 .peopletags_edit_button,
2329 .mode-private .privacy_mode {
2330 background-image:url(../images/icons/icons-01.gif);
2331 background-repeat:no-repeat;
2332 background-color:transparent;
2333 }
2334
2335 button.close {
2336 background-position:0 -1120px;
2337 }
2338 button.minimize {
2339 background-position:0 -1912px;
2340 }
2341 #export_data li a.rss {
2342 background-position:0 -130px;
2343 }
2344 #export_data li a.atom {
2345 background-position:0 -64px;
2346 }
2347 #export_data li a.foaf {
2348 background-position:0 1px;
2349 }
2350
2351 #export_data li a.json {
2352 background-image:url(../images/icons/activitystreams.png);
2353 background-repeat:no-repeat;
2354 background-color:transparent;
2355 }
2356
2357 .form_group_leave input.submit,
2358 .form_user_unsubscribe input.submit,
2359 .form_user_remove_peopletag input.submit,
2360 .form_peopletag_unsubscribe input.submit {
2361 background-position:5px -1246px;
2362 }
2363 .form_group_join input.submit,
2364 .form_user_subscribe input.submit,
2365 .form_remote_authorize input.submit,
2366 .form_user_add_peopletag input.submit,
2367 .form_peopletag_subscribe input.submit,
2368 .entity_subscribe a {
2369 background-position:5px -1181px;
2370 }
2371  .peopletags_edit_button {
2372 background-position: 0 -724px;
2373 }
2374
2375 .entity_edit a {
2376 background-position: 5px -719px;
2377 }
2378 .entity_send-a-message a {
2379 background-position: 5px -852px;
2380 }
2381 .entity_nudge p,
2382 .form_user_nudge input.submit {
2383 background-position: 5px -785px;
2384 }
2385 .form_user_block input.submit,
2386 .form_user_unblock input.submit,
2387 .form_group_block input.submit,
2388 .form_group_unblock input.submit {
2389 background-position: 5px -918px;
2390 }
2391 .form_make_admin input.submit {
2392 background-position: 5px -983px;
2393 }
2394 .entity_moderation p {
2395 background-position: 5px -1313px;
2396 }
2397 .entity_sandbox input.submit {
2398 background-position: 5px -1380px;
2399 }
2400 .entity_silence input.submit {
2401 background-position: 5px -1445px;
2402 }
2403 .entity_delete input.submit {
2404 background-position: 5px -1511px;
2405 }
2406 .entity_sandbox .form_user_unsandbox input.submit {
2407 background-position: 5px -2568px;
2408 }
2409 .entity_silence .form_user_unsilence input.submit {
2410 background-position: 5px -2633px;
2411 }
2412 .entity_role p {
2413 background-position: 5px -2436px;
2414 }
2415 .entity_role_administrator .form_user_grantrole input.submit {
2416 background-position: 5px -983px;
2417 }
2418 .entity_role_moderator .form_user_grantrole input.submit {
2419 background-position: 5px -1313px;
2420 }
2421 .entity_role_administrator .form_user_revokerole input.submit {
2422 background-position: 5px -2699px;
2423 }
2424 .entity_role_moderator .form_user_revokerole input.submit {
2425 background-position: 5px -2501px;
2426 }
2427 .form_reset_key input.submit {
2428 background-position: 5px -1973px;
2429 }
2430 .entity_clear input.submit {
2431 background-position: 5px -2039px;
2432 }
2433 .entity_flag input.submit,
2434 .entity_flag p {
2435 background-position: 5px -2105px;
2436 }
2437 .entity_subscribe input.accept {
2438 background-position: 5px -2171px;
2439 }
2440 .entity_subscribe input.reject {
2441 background-position: 5px -2237px;
2442 }
2443 #realtime_play {
2444 background-position: 0 -2308px;
2445 }
2446 #realtime_pause {
2447 background-position: 0 -2374px;
2448 }
2449 #realtime_popup {
2450 background-position: 0 -1714px;
2451 }
2452 .notice .attachment {
2453 background-position:0 -394px;
2454 }
2455 .notice .attachment.more {
2456 background-position:0 -2770px;
2457 }
2458 #attachments .attachment {
2459 background:none;
2460 }
2461 .notice-options .notice_reply {
2462 background-position:0 -592px;
2463 }
2464 .notice-options form.form_favor input.submit {
2465 background-position:0 -460px;
2466 }
2467 .notice-options form.form_disfavor input.submit {
2468 background-position:0 -526px;
2469 }
2470 .notice-options .notice_delete {
2471 background-position:0 -658px;
2472 }
2473 .notice-options .form_repeat.processing {
2474 background-image:none;
2475 }
2476 .notice-options form.form_repeat input.submit {
2477 background-position:0 -1582px;
2478 }
2479 .notice-options .repeated {
2480 background-position:0 -1648px;
2481 }
2482 #new_group a {
2483 background-position:0 -1054px;
2484 }
2485 .form_notice label.notice_data-attach {
2486     background-position: 0 -328px;
2487 }
2488 .form_notice label.notice_data-geo {
2489     background-position: 0 -1780px;
2490 }
2491 .form_notice label.notice_data-geo.checked {
2492     background-position: 0 -1846px;
2493 }
2494
2495 #pagination .nav_prev a {
2496     padding-top: 8px;
2497     padding-left: 25px;
2498     background-position:0 -187px;
2499 }
2500 #pagination .nav_next a { 
2501     padding-top: 9px;
2502     padding-right: 25px;
2503     background-position: 115% -252px;
2504 }
2505
2506 #usergroups #new_group {
2507 float: left;
2508 margin-right: 2em;
2509 }
2510 #new_group, #group_search {
2511 margin-bottom:18px;
2512 }
2513 #new_group a {
2514 padding-left:20px;
2515 }
2516
2517
2518
2519 .entity_tags li.mode-private {
2520 color: #829D25;
2521 }
2522 .mode-private .privacy_mode {
2523 background-position: 0px -1978px;
2524 }
2525
2526 /* tag autocomplete */
2527
2528 .ptag-ac-line {
2529 font-weight: normal;
2530 background-color: white;
2531 min-height:30px;
2532 }
2533 .ptag-ac-line:nth-child(odd) {
2534 background-color: #fafafa;
2535 }
2536
2537 .ptag-ac-line-tag {
2538 min-width: 150px;
2539 display: inline-block;
2540 }
2541
2542 .ptag-ac-line .freq {
2543 min-width: 50px;
2544 text-align: right;
2545 float:right;
2546 }
2547
2548 .ptag-ac-line.mode-public .privacy_mode {
2549 display:none;
2550 }
2551
2552 #site_nav_local_views li.extended_menu a {
2553     display:none;
2554 }
2555
2556 .profile_block_otherprofile_list li {
2557     display: inline;
2558     list-style-type: none;
2559 }
2560
2561 /*end of @media screen, projection, tv*/
2562
2563
2564 @media print {
2565 a:after { background-color:#FFFFFF; }
2566 a:not([href^="#"]):after { content:" <"attr(href)"> "; }
2567 img { border:none; }
2568 p { orphans: 2; widows: 1; }
2569
2570 #site_nav_global_primary,
2571 #site_nav_local_views,
2572 #form_notice,
2573 .pagination,
2574 #site_nav_global_secondary,
2575 .entity_actions,
2576 .notice-options,
2577 #aside_primary,
2578 .form_subscription_edit .submit {
2579 display:none;
2580 }
2581 .timestamp dt, .timestamp dd,
2582 .device dt, .device dd {
2583 display:inline;
2584 }
2585 .profiles li,
2586 .notices li {
2587 margin-bottom:18px;
2588 }
2589
2590 }/*end of @media print*/