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