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