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