]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
farbtastic removed along with userdesign stuff
[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 .entity_profile {
1597 position:relative;
1598 width:73%;
1599 min-height:123px;
1600 float:left;
1601 margin-bottom:18px;
1602 margin-left:0;
1603 overflow:hidden;
1604 }
1605
1606 .entity_profile dt,
1607 #entity_statistics dt {
1608 font-weight:bold;
1609 }
1610 .entity_profile dd {
1611 display:inline;
1612 }
1613
1614 .entity_profile .entity_depiction {
1615     float:left;
1616     width:96px;
1617     margin-right:18px;
1618     margin-bottom:18px;
1619     text-align: center;
1620 }
1621
1622 .entity_profile .entity_fn,
1623 .entity_profile .entity_nickname,
1624 .entity_profile .entity_location,
1625 .entity_profile .entity_url,
1626 .entity_profile .entity_note,
1627 .entity_profile .entity_tags,
1628 .entity_profile .entity_aliases,
1629 .entity_profile .entity_statistics {
1630 margin-left:113px;
1631 margin-bottom:4px;
1632 }
1633
1634 .peopletags_edit_button {
1635 cursor:pointer;
1636 border:0;
1637 padding:0;
1638 width:16px;
1639 height:16px;
1640     position: relative;
1641     top: -3px;
1642 }
1643
1644 .entity_profile .entity_nickname,
1645 .entity_profile .entity_fn {
1646 margin-left:0;
1647 }
1648
1649 .entity_profile .nickname {
1650     font-size:1.4em;
1651 }
1652
1653 .entity_profile .fn {
1654     font-size: 1.2em;
1655     clear: left;
1656 }
1657
1658 .entity_profile .fn:before {
1659 content: "(";
1660 font-weight:normal;
1661 }
1662 .entity_profile .fn:after {
1663 content: ")";
1664 font-weight:normal;
1665 }
1666 .entity_profile .nickname:after,
1667 .entity_profile .nickname:before {
1668 content:"";
1669 }
1670 .entity_profile dt,
1671 .entity_profile h2 {
1672 display:none;
1673 }
1674 .entity_profile .role {
1675 margin-left:11px;
1676 font-style:italic;
1677 }
1678
1679 .entity_actions {
1680 float:right;
1681 margin-left:2%;
1682     margin-bottom: 28px;
1683 min-width:21%;
1684 }
1685
1686 .entity_actions h2 {
1687 display:none;
1688 }
1689 .entity_actions ul {
1690 list-style-type:none;
1691 }
1692 .entity_actions li {
1693 margin-bottom:7px;
1694 }
1695 .entity_actions li:first-child {
1696 border-top:0;
1697 }
1698 .entity_actions fieldset {
1699 border:0;
1700 padding:0;
1701 }
1702 .entity_actions legend {
1703 display:none;
1704 }
1705
1706 .entity_actions input.submit {
1707 display:block;
1708 text-align:left;
1709 width:100%;
1710 }
1711
1712 .entity_actions a, .entity_actions input, .entity_actions p {
1713     color: #333 !important;
1714     font-weight: normal;
1715     line-height: 1.6em;
1716 }
1717
1718 .entity_actions a {
1719 text-decoration:none;
1720 display:block;
1721     padding: 3px 4px 4px 28px;
1722 }
1723
1724 .entity_actions input {
1725     padding: 4px 4px 4px 26px;
1726 }
1727
1728 .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 {
1729     background-color: #ccc !important;
1730     border: none;
1731 }
1732
1733 .entity_actions p {
1734     padding: 2px 4px 4px 28px;
1735 }
1736
1737 .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 {
1738     background-color: #f2f2f2 !important;
1739 }
1740
1741 .entity_actions #entity_remote_subscribe a {
1742     padding-right: 6px;
1743 }
1744
1745 .entity_actions .accept {
1746 margin-bottom:18px;
1747 }
1748
1749 .entity_send-a-message button {
1750 position:absolute;
1751 top:3px;
1752 right:3px;
1753 }
1754
1755 .entity_send-a-message .form_notice {
1756     width: 410px;
1757     padding: 10px;
1758     position: absolute;
1759     top: 46px;
1760     right: 10px;
1761     z-index: 2;
1762 }
1763
1764 .entity_send-a-message .form_notice fieldset {
1765     width: 410px;
1766 }
1767
1768 .entity_send-a-message .form_notice textarea {
1769     width: 280px;
1770 }
1771
1772 .entity_send-a-message .form_notice legend {
1773 display:block;
1774 margin-bottom:11px;
1775     font-weight: normal;
1776     color: #333 !important;
1777 }
1778
1779 .entity_send-a-message .form_notice label,
1780 .entity_send-a-message .form_notice select {
1781 display:none;
1782 }
1783 .entity_send-a-message .form_notice .submit {
1784     position: absolute;
1785     top: 52px;
1786     right: 0px;
1787     text-align: center;
1788 }
1789
1790 .entity_moderation,
1791 .entity_role {
1792 position:relative;
1793 }
1794 .entity_moderation p,
1795 .entity_role p {
1796
1797 padding-bottom:2px;
1798 margin-bottom:7px;
1799 }
1800 .entity_moderation ul,
1801 .entity_role ul {
1802 display:none;
1803 }
1804 .entity_moderation:hover ul,
1805 .entity_role:hover ul {
1806 display:block;
1807 width:110%;
1808 padding:11px;
1809 position:absolute;
1810 z-index:1;
1811 border-width:1px;
1812 border-style:solid;
1813         top: 20px;
1814         right: 0px;
1815         background-color: #fff;
1816 }
1817
1818 .entity_tags ul {
1819 list-style-type:none;
1820 display:inline;
1821 }
1822 .entity_tags li {
1823 display:inline;
1824 margin-right:7px;
1825 }
1826 .entity_tags li:before {
1827 content:'\0009';
1828 }
1829 .entity_tags p.error {
1830 clear:both;
1831 }
1832
1833 #filter_tags {
1834     margin-bottom: 20px;
1835     padding-bottom: 10px;
1836     border-bottom: 1px solid #ccc;
1837     float: left;
1838 }
1839 #filter_tags dt {
1840 display:none;
1841 }
1842 #filter_tags ul {
1843 list-style-type:none;
1844 }
1845 #filter_tags li {
1846 float:left;
1847 margin-left:7px;
1848 padding-left:7px;
1849 border-left-width: 1px;
1850 border-left-style:solid;
1851 }
1852 #filter_tags #filter_tags_all,
1853 #filter_tags #filter_tags_for {
1854     margin-left: 10px;
1855 border-left:0;
1856 padding-left:0;
1857 }
1858 #filter_tags_all a,
1859 #filter_tags_for a  {
1860 font-weight:bold;
1861     margin-top: 4px;
1862 float:left;
1863 }
1864
1865 #filter_tags_for a {
1866 margin:0;
1867 }
1868
1869 #filter_tags #form_filter_bymode .form_guide {
1870 display:none;
1871 }
1872
1873 #filter_tags #form_filter_bymode .checkbox {
1874 float:none;
1875 }
1876
1877 #filter_tags #form_filter_bymode legend {
1878 display:none;
1879 }
1880
1881 #filter_tags_item label {
1882     margin-right: 14px;
1883     margin-left: 7px;
1884     padding-top: 4px;
1885 }
1886 #filter_tags_item label,
1887 #filter_tags_item select {
1888 float:left;
1889 }
1890
1891 #filter_tags_item p {
1892 float:left;
1893 clear:both;
1894 margin-left:38px;
1895 }
1896 #filter_tags_item .submit {
1897 position:relative;
1898 top:3px;
1899 left:3px;
1900 }
1901
1902 .profile .entity_profile {
1903 margin-bottom:0;
1904 min-height:60px;
1905 }
1906
1907 .profile .form_group_join legend,
1908 .profile .form_group_leave legend,
1909 .profile .form_user_subscribe legend,
1910 .profile .form_user_unsubscribe legend,
1911 .form_user_add_peopletag legend,
1912 .form_user_remove_peopletag legend {
1913 display:none;
1914 }
1915
1916 .profiles {
1917     list-style-type:none;
1918 }
1919
1920 .profiles li {
1921     margin-bottom: 20px;
1922 }
1923
1924 .profile .entity_profile .fn.nickname,
1925 .profile .entity_profile .url[rel~=contact] {
1926 margin-left:0;
1927 display:inline;
1928 }
1929
1930 .profile .entity_profile .fn,
1931 .profile .entity_profile .label {
1932 margin-left:11px;
1933 margin-bottom:4px;
1934 width:auto;
1935 clear:none;
1936 }
1937
1938 .profile .entity_profile .note,
1939 .profile .entity_profile .url,
1940 .profile .entity_profile .entity_tags,
1941 .profile .entity_profile .form_subscription_edit {
1942 margin-left:59px;
1943 clear:none;
1944 display:block;
1945 width:auto;
1946 }
1947
1948 .profile_block .group_aliases .group_alias {
1949     display:inline;
1950     list-style-type: none;
1951     font-style: italic;
1952 }
1953
1954 .profile_block .entity_tags dt {
1955 display: inline;
1956 margin-right: 3px;
1957 font-weight: bold;
1958 }
1959
1960 .profile_block .entity_tags dd {
1961 display: inline;
1962 }
1963
1964 .profile .entity_profile .form_subscription_edit {
1965 clear:left;
1966 }
1967
1968 .peopletag {
1969 min-height: 90px;
1970 list-style: none;
1971 }
1972
1973 .peopletag .entry-content {
1974 width:auto;
1975 }
1976
1977 .peopletag .tagged-count a:after,
1978 .peopletag .subscriber-count a:after,
1979 .entity_tags dt:after {
1980 content: ':';
1981 }
1982
1983 .peopletag .updated {
1984 display:none;
1985 }
1986 .peopletag .tag a{
1987 font-weight: bold;
1988 }
1989
1990 .peopletag .tag:before {
1991 /* raquo */
1992 content: "\00BB";
1993 }
1994
1995 .peopletag .entity_statistics {
1996 font-size:80%;
1997 }
1998
1999 .profile-lister li {
2000 min-height:30px;
2001 padding:5px;
2002 clear:both;
2003 border-top: 1px #eee solid;
2004 }
2005
2006 .profile-lister {
2007 list-style-type:none;
2008 }
2009
2010 .profile_search_wrap h3 {
2011 float:left;
2012 font-weight:normal;
2013 margin-right:10px;
2014 }
2015
2016 .profile-lister li .photo {
2017 display:inline;
2018 margin-right:7px;
2019 margin-bottom:-5px;
2020 }
2021
2022 .profile-lister li .fn {
2023 font-weight:bold;
2024 }
2025
2026 .profile-lister li .entity_actions {
2027 margin:0;
2028 }
2029
2030 #profile_search_results {
2031 display:block;
2032 border-radius:4px;
2033 -moz-border-radius:4px;
2034 -webkit-border-radius:4px;
2035 max-height:800px;
2036 margin:10px 0;
2037 padding: 5px;
2038 border:1px #ddd solid;
2039 background:#f1f1f1;
2040 }
2041
2042 #profile_search_results.empty {
2043 display: none;
2044 }
2045
2046 .form_peopletag_edit_user_search legend,
2047 .form_peopletag_edit_user_search label,
2048 .form_peopletag_edit_user_search .form_guide {
2049 display:none;
2050 }
2051
2052 .form_peopletag_edit_user_search #field {
2053 height:30px;
2054 }
2055 .form_peopletag_edit_user_search .submit {
2056 width:60px;
2057 }
2058 .form_user_remove_peopletag,
2059 .form_user_add_peopletag {
2060 float:right;
2061 }
2062 .form_user_add_peopletag input.submit,
2063 .form_user_remove_peopletag input.submit {
2064 width:100px;
2065 padding-left:25px;
2066 text-align:left;
2067 }
2068
2069 .profile .entity_profile .form_subscription_edit label {
2070 font-weight:normal;
2071 margin-right:11px;
2072 }
2073
2074 .applications {
2075 margin-bottom:18px;
2076 float:left;
2077 width:100%;
2078 }
2079 .applications li {
2080 list-style-type:none;
2081 }
2082 .application img,
2083 #showapplication .entity_profile img,
2084 .form_data #application_icon img,
2085 #apioauthauthorize .form_data img {
2086 max-width:96px;
2087 max-height:96px;
2088 }
2089 #apioauthauthorize .form_data img {
2090 margin-right:18px;
2091 float:left;
2092 }
2093
2094 .oauth-desktop-mode #wrap {
2095     min-width: 500px;
2096 }
2097
2098 .oauth-desktop-mode #content {
2099     width: 480px;
2100     padding: 6px;
2101     margin: 4px 0px 0px 4px;
2102     border-top-left-radius: 7px;
2103     -moz-border-radius-topleft: 7px;
2104     -webkit-border-top-left-radius: 7px;
2105 }
2106
2107 .oauth-desktop-mode fieldset {
2108     margin-bottom: 10px !important;
2109 }
2110
2111 #oauth_pin {
2112     text-align: center;
2113     font-size: 3em;
2114 }
2115
2116 #showapplication .entity_profile {
2117 width:68%;
2118 }
2119 #showapplication .entity_profile .entity_fn {
2120 margin-left:0;
2121 }
2122 #showapplication .entity_profile .fn:before,
2123 #showapplication .entity_profile .fn:after {
2124 content:'';
2125 }
2126 #showapplication .entity_data {
2127 clear:both;
2128 margin-bottom:18px;
2129 }
2130 #showapplication .entity_data h2 {
2131 display:none;
2132 }
2133 #showapplication .entity_data dd {
2134 font-family:monospace;
2135 font-size:1.3em;
2136     margin-bottom: 10px;
2137 }
2138 .form_data #application_types label.radio,
2139 .form_data #default_access_types label.radio {
2140 width:14.5%;
2141 }
2142
2143 .mark-top {
2144     border-top: 1px solid #ccc;
2145 }
2146
2147 #realtime_actions {
2148     position: relative !important;
2149     right: -4px !important;
2150     float: right;
2151     padding-top: 15px;
2152     margin-bottom: -8px !important;
2153 }
2154
2155 #realtime_actions li {
2156     margin-left: 2px !important;
2157 }
2158
2159 #realtime_play, #realtime_pause, #realtime_popup {
2160     background-image: url(../images/icons/icons-01.gif);
2161     background-repeat: no-repeat;
2162     background-color: transparent;
2163 }
2164
2165 #realtime_play {
2166     background-position: 0 -2308px;
2167 }
2168 #realtime_pause {
2169     background-position: 0 -2374px;
2170 }
2171 #realtime_popup {
2172     background-position: 0 -1714px;
2173 }
2174
2175 #realtime_play, #realtime_pause, #realtime_popup {
2176     opacity: 0.6;
2177 }
2178
2179 #realtime_play:hover, #realtime_pause:hover, #realtime_popup:hover {
2180     opacity: 1;
2181 }
2182
2183 body.realtime-popup {
2184     min-width: 100%;
2185     overflow-x: hidden;
2186 }
2187
2188 .realtime-popup #content {
2189     padding: 0px !important;
2190     margin: 0px !important;
2191     left: 0;
2192     right: 0;
2193     width: 100% !important;
2194     overflow: visible;
2195 }
2196
2197 .realtime-popup #content_inner {
2198     padding: 5px;
2199 }
2200
2201 .realtime-popup .input_forms {
2202     top: 0px;
2203     left: 0px;
2204     padding: 10px 0px 0px 5px;
2205 }
2206
2207 .realtime-popup .form_notice_placeholder .placeholder {
2208     width: 445px;
2209 }
2210
2211 .realtime-popup .input_form {
2212     width: 470px;
2213 }
2214
2215 .realtime-popup .form_notice fieldset {
2216     width: 430px !important;
2217 }
2218
2219 .realtime-popup .form_notice textarea {
2220     width: 425px !important;
2221 }
2222
2223 .realtime-popup .form_notice label.notice_data-attach {
2224     right: 0px !important;
2225     top: 3px !important;
2226 }
2227
2228 .realtime-popup .form_notice #notice_data-geo_wrap label, .realtime-popup .form_notice #notice_data-geo_wrap input {
2229     right: 8px !important;
2230     top: 3px !important;
2231 }
2232
2233 .realtime-popup .form_notice .error,
2234 .realtime-popup .form_notice .success,
2235 .realtime-popup .form_notice .notice-status {
2236     width: 430px; 
2237 }
2238
2239 /* icons */
2240
2241 .form_notice label.notice_data-attach,
2242 #export_data li a.rss,
2243 #export_data li a.atom,
2244 #export_data li a.foaf,
2245 .entity_edit a,
2246 .entity_send-a-message a,
2247 .entity_nudge p,
2248 .form_user_nudge input.submit,
2249 .form_user_block input.submit,
2250 .form_user_unblock input.submit,
2251 .form_group_block input.submit,
2252 .form_group_unblock input.submit,
2253 .form_make_admin input.submit,
2254 .notice .attachment,
2255 .notice-options .notice_reply,
2256 .notice-options form.form_favor input.submit,
2257 .notice-options form.form_disfavor input.submit,
2258 .notice-options .notice_delete,
2259 .notice-options form.form_repeat input.submit,
2260 #new_group a,
2261 #pagination .nav_prev a,
2262 #pagination .nav_next a,
2263 button.close,
2264 .form_group_leave input.submit,
2265 .form_user_unsubscribe input.submit,
2266 .form_group_join input.submit,
2267 .form_user_subscribe input.submit,
2268 .form_remote_authorize input.submit,
2269 .entity_subscribe a,
2270 .entity_moderation p,
2271 .entity_sandbox input.submit,
2272 .entity_silence input.submit,
2273 .entity_delete input.submit,
2274 .entity_role p,
2275 .entity_role_administrator input.submit,
2276 .entity_role_moderator input.submit,
2277 .form_user_remove_peopletag input.submit,
2278 .form_user_add_peopletag input.submit,
2279 .form_peopletag_subscribe input.submit,
2280 .form_peopletag_unsubscribe input.submit,
2281 .notice-options .repeated,
2282 .form_notice label.notice_data-geo,
2283 button.minimize,
2284 .form_reset_key input.submit,
2285 .entity_tag a,
2286 .entity_clear input.submit,
2287 .entity_flag input.submit,
2288 .entity_flag p,
2289 .entity_subscribe input.submit,
2290 #realtime_play,
2291 #realtime_pause,
2292 #realtime_popup,
2293 .peopletags_edit_button,
2294 .mode-private .privacy_mode {
2295 background-image:url(../images/icons/icons-01.gif);
2296 background-repeat:no-repeat;
2297 background-color:transparent;
2298 }
2299
2300 button.close {
2301 background-position:0 -1120px;
2302 }
2303 button.minimize {
2304 background-position:0 -1912px;
2305 }
2306 #export_data li a.rss {
2307 background-position:0 -130px;
2308 }
2309 #export_data li a.atom {
2310 background-position:0 -64px;
2311 }
2312 #export_data li a.foaf {
2313 background-position:0 1px;
2314 }
2315
2316 #export_data li a.json {
2317 background-image:url(../images/icons/activitystreams.png);
2318 background-repeat:no-repeat;
2319 background-color:transparent;
2320 }
2321
2322 .form_group_leave input.submit,
2323 .form_user_unsubscribe input.submit,
2324 .form_user_remove_peopletag input.submit,
2325 .form_peopletag_unsubscribe input.submit {
2326 background-position:5px -1246px;
2327 }
2328 .form_group_join input.submit,
2329 .form_user_subscribe input.submit,
2330 .form_remote_authorize input.submit,
2331 .form_user_add_peopletag input.submit,
2332 .form_peopletag_subscribe input.submit,
2333 .entity_subscribe a {
2334 background-position:5px -1181px;
2335 }
2336  .peopletags_edit_button {
2337 background-position: 0 -724px;
2338 }
2339
2340 .entity_edit a {
2341 background-position: 5px -719px;
2342 }
2343 .entity_send-a-message a {
2344 background-position: 5px -852px;
2345 }
2346 .entity_nudge p,
2347 .form_user_nudge input.submit {
2348 background-position: 5px -785px;
2349 }
2350 .form_user_block input.submit,
2351 .form_user_unblock input.submit,
2352 .form_group_block input.submit,
2353 .form_group_unblock input.submit {
2354 background-position: 5px -918px;
2355 }
2356 .form_make_admin input.submit {
2357 background-position: 5px -983px;
2358 }
2359 .entity_moderation p {
2360 background-position: 5px -1313px;
2361 }
2362 .entity_sandbox input.submit {
2363 background-position: 5px -1380px;
2364 }
2365 .entity_silence input.submit {
2366 background-position: 5px -1445px;
2367 }
2368 .entity_delete input.submit {
2369 background-position: 5px -1511px;
2370 }
2371 .entity_sandbox .form_user_unsandbox input.submit {
2372 background-position: 5px -2568px;
2373 }
2374 .entity_silence .form_user_unsilence input.submit {
2375 background-position: 5px -2633px;
2376 }
2377 .entity_role p {
2378 background-position: 5px -2436px;
2379 }
2380 .entity_role_administrator .form_user_grantrole input.submit {
2381 background-position: 5px -983px;
2382 }
2383 .entity_role_moderator .form_user_grantrole input.submit {
2384 background-position: 5px -1313px;
2385 }
2386 .entity_role_administrator .form_user_revokerole input.submit {
2387 background-position: 5px -2699px;
2388 }
2389 .entity_role_moderator .form_user_revokerole input.submit {
2390 background-position: 5px -2501px;
2391 }
2392 .form_reset_key input.submit {
2393 background-position: 5px -1973px;
2394 }
2395 .entity_clear input.submit {
2396 background-position: 5px -2039px;
2397 }
2398 .entity_flag input.submit,
2399 .entity_flag p {
2400 background-position: 5px -2105px;
2401 }
2402 .entity_subscribe input.accept {
2403 background-position: 5px -2171px;
2404 }
2405 .entity_subscribe input.reject {
2406 background-position: 5px -2237px;
2407 }
2408 #realtime_play {
2409 background-position: 0 -2308px;
2410 }
2411 #realtime_pause {
2412 background-position: 0 -2374px;
2413 }
2414 #realtime_popup {
2415 background-position: 0 -1714px;
2416 }
2417 .notice .attachment {
2418 background-position:0 -394px;
2419 }
2420 .notice .attachment.more {
2421 background-position:0 -2770px;
2422 }
2423 #attachments .attachment {
2424 background:none;
2425 }
2426 .notice-options .notice_reply {
2427 background-position:0 -592px;
2428 }
2429 .notice-options form.form_favor input.submit {
2430 background-position:0 -460px;
2431 }
2432 .notice-options form.form_disfavor input.submit {
2433 background-position:0 -526px;
2434 }
2435 .notice-options .notice_delete {
2436 background-position:0 -658px;
2437 }
2438 .notice-options .form_repeat.processing {
2439 background-image:none;
2440 }
2441 .notice-options form.form_repeat input.submit {
2442 background-position:0 -1582px;
2443 }
2444 .notice-options .repeated {
2445 background-position:0 -1648px;
2446 }
2447 #new_group a {
2448 background-position:0 -1054px;
2449 }
2450 .form_notice label.notice_data-attach {
2451     background-position: 0 -328px;
2452 }
2453 .form_notice label.notice_data-geo {
2454     background-position: 0 -1780px;
2455 }
2456 .form_notice label.notice_data-geo.checked {
2457     background-position: 0 -1846px;
2458 }
2459
2460 #pagination .nav_prev a {
2461     padding-top: 8px;
2462     padding-left: 25px;
2463     background-position:0 -187px;
2464 }
2465 #pagination .nav_next a { 
2466     padding-top: 9px;
2467     padding-right: 25px;
2468     background-position: 115% -252px;
2469 }
2470
2471 #usergroups #new_group {
2472 float: left;
2473 margin-right: 2em;
2474 }
2475 #new_group, #group_search {
2476 margin-bottom:18px;
2477 }
2478 #new_group a {
2479 padding-left:20px;
2480 }
2481
2482
2483
2484 .entity_tags li.mode-private {
2485 color: #829D25;
2486 }
2487 .mode-private .privacy_mode {
2488 background-position: 0px -1978px;
2489 }
2490
2491 /* tag autocomplete */
2492
2493 .ptag-ac-line {
2494 font-weight: normal;
2495 background-color: white;
2496 min-height:30px;
2497 }
2498 .ptag-ac-line:nth-child(odd) {
2499 background-color: #fafafa;
2500 }
2501
2502 .ptag-ac-line-tag {
2503 min-width: 150px;
2504 display: inline-block;
2505 }
2506
2507 .ptag-ac-line .freq {
2508 min-width: 50px;
2509 text-align: right;
2510 float:right;
2511 }
2512
2513 .ptag-ac-line.mode-public .privacy_mode {
2514 display:none;
2515 }
2516
2517 #site_nav_local_views li.extended_menu a {
2518     display:none;
2519 }
2520
2521 .profile_block_otherprofile_list li {
2522     display: inline;
2523     list-style-type: none;
2524 }
2525
2526 /*end of @media screen, projection, tv*/
2527
2528
2529 @media print {
2530 a:after { background-color:#FFFFFF; }
2531 a:not([href^="#"]):after { content:" <"attr(href)"> "; }
2532 img { border:none; }
2533 p { orphans: 2; widows: 1; }
2534
2535 #site_nav_global_primary,
2536 #site_nav_local_views,
2537 #form_notice,
2538 .pagination,
2539 #site_nav_global_secondary,
2540 .entity_actions,
2541 .notice-options,
2542 #aside_primary,
2543 .form_subscription_edit .submit {
2544 display:none;
2545 }
2546 .timestamp dt, .timestamp dd,
2547 .device dt, .device dd {
2548 display:inline;
2549 }
2550 .profiles li,
2551 .notices li {
2552 margin-bottom:18px;
2553 }
2554
2555 }/*end of @media print*/