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