]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
Merge branch 'doc-backup-restore-def-vals' into 'nightly'
[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
24 textarea {
25     overflow:auto;
26     resize: vertical;
27 }
28
29 body {
30     background-color: #f2f2f2;
31     color: #000;
32     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
33     font-size: 14px;
34     line-height: 1.6;
35 }
36
37 a {
38     text-decoration: none; 
39     outline: none;
40 }
41
42 a:hover {
43     text-decoration: underline;
44 }
45
46 a img {
47     border: 0;
48     text-decoration: none;
49 }
50
51 h1, h2, h3, h4 {
52     font-weight: normal;
53     margin-bottom: 1ex;
54 }
55 h5, h6 {
56     font-weight: normal;
57     margin-bottom: 0;
58 }
59
60 h1 {font-size: 2.0em;}
61 h2 {font-size: 1.6em;}
62 h3 {font-size: 1.4em;}
63 h4 {font-size: 1.2em;}
64 h5 {font-size: 1.1em;}
65 h6 {font-size: 1em;}
66
67 p {
68     margin-bottom: 1.4em;
69 }
70
71 .form_notice p, li p, .section p {
72     margin-bottom: 0;
73 }
74
75 input, textarea, select, option {
76     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
77     font-size: 1em;
78 }
79
80 select {
81     padding-right: 10px;
82     padding-bottom: 0px;
83     margin-top: -4px;
84 }
85
86 option {
87     padding-bottom: 0px;
88 }
89
90 .hidden {
91     display: none;
92 }
93
94 #wrap {
95     position: relative;
96     width: 960px;
97     margin: 0px auto;
98     background-color: #fff;
99     border-left: 10px solid #fff;
100     border-right: 10px solid #fff;
101     padding-top: 10px;
102 }
103
104 #header {
105     position: relative;
106     width: 960px;
107     padding: 0px
108 }
109
110 #core {
111     position: relative;
112     float: left;
113     clear: both;
114     margin: 0px;
115     width: 958px;
116     border-top: 5px solid #ccc;
117     border-left: 1px solid #ccc;
118     border-right: 1px solid #ccc;
119 }
120
121 #aside_primary_wrapper {
122     width: 100%;
123     float: left;
124     overflow: hidden;
125     position: relative;
126     background-color: #f2f2f2;  
127 }    
128
129 #content_wrapper  {  
130     width: 100%;  
131     float: left;
132     position: relative;  
133     right: 239px; 
134     background-color: #fff;  
135     border-right: 1px solid #ccc;
136 }
137
138 #content_inner {
139     clear: both;
140     display: block;
141     position: relative;
142 }
143
144 #site_nav_local_views_wrapper  {  
145     width: 100%;  
146     float: left;
147     position: relative;  
148     right: 561px;
149     background-color: #f2f2f2;  
150     border-right: 1px solid #ccc;
151
152
153 #site_nav_local_views {
154     width: 138px;
155     float: left;
156     overflow: hidden;
157     position: relative;
158     left: 800px;
159     margin: 0px 0px 20px 0px;
160     padding: 22px 10px 40px 10px;
161 }
162
163 #content {
164     width: 520px;
165     float: left;
166     overflow: hidden;
167     position: relative;
168     left: 801px;
169     margin: 0px;
170     padding: 20px 20px 40px 20px;
171     background-color: #fff;
172 }
173
174 #aside_primary {
175     width: 218px;
176     float: left;
177     overflow: hidden;
178     position: relative;
179     left: 802px;
180     padding: 22px 10px 40px 10px;
181     margin: 0px 0px 20px 0px;
182 }
183
184 #footer {
185     clear: both;
186     position: relative;
187     width: 940px;
188     background-color: #ccc;
189     padding: 10px;
190 }
191
192 /* header elements */
193
194 address {
195     float: left;
196     position: relative;
197     margin: -2px 0 3px 0;
198     padding: 0px;
199     z-index: 99;
200 }
201
202 address a, address img {
203     display: block;
204 }
205
206 address img {
207     max-width: 158px;
208 }
209
210 address img + .p-name {
211     display: none;
212 }
213
214 address .poweredby {
215     display: block;
216     width: auto;
217 }
218
219 #site_nav_global_primary {
220     display: block;
221     position: absolute;
222     top: 0;
223     right: 0;
224     width: 800px;
225     margin: 0px;
226     height: 24px;
227     line-height: 20px;
228 }
229
230 #site_nav_global_primary ul {
231     float: right;
232 }
233
234 #site_nav_global_primary li {
235     display: inline;
236     margin-right: 10px;
237 }
238
239 #site_nav_global_primary li:last-child {
240     margin-right: 0px;
241 }
242
243 #header-search {
244     float: right;
245     position: relative;
246     top: -8px;
247     margin-left: 10px;
248 }
249
250 #site_notice { 
251     margin: 26px 0px 4px 0px;
252     padding: 10px;
253     background-color: #f2f2f2;
254 }
255
256 #site_notice p {
257     margin-bottom: 0px;
258 }
259
260 /* input forms */
261
262 .input_forms {
263     position: relative;
264     margin-bottom: 10px;
265     border-bottom: 1px dotted #ccc;
266     width: 100%;
267 }
268
269 .input_forms > label {
270     float: left;
271     margin-right: 1em;
272     opacity: 0.6;
273 }
274
275 #input_form_nav {
276     float: left;
277     margin-bottom: 10px;
278     list-style-type: none;
279 }
280
281 #input_form_nav li { 
282     display: inline;
283 }
284
285 #input_form_nav li a {
286     margin-right: 10px;
287 }
288
289 .input_form_nav_tab.current a {
290     text-decoration: underline;
291 }
292
293 .input_form { 
294     position: relative;
295     float: left;
296     width: 520px;
297     padding-bottom: 20px;
298     display: none;
299 }
300
301 .input_form.current { 
302     display: block;
303 }
304
305 .form_notice { 
306     margin-bottom: 10px;
307     position: relative;
308 }
309
310 .form_notice fieldset {
311     width: auto;
312 }
313
314 .form_notice legend {
315     display: none;
316 }
317
318 .form_notice #notice_data-text-label { /* TODO can remove this now? */
319     display: none;
320 }
321
322 .form_notice_placeholder .placeholder {
323     width: 508px;
324     padding: 4px 4px 4px 6px;
325     border: 1px solid #a6a6a6;
326     z-index: 97;
327     font-size: 1em;
328     color: #888;
329 }
330
331 .form_notice textarea {
332     clear: left;
333     float: left;
334     position: relative;
335     width: 483px;
336     height: 42px;
337     padding: 6px 5px 18px 5px;
338     border: 1px solid #a6a6a6;
339     z-index: 97;
340     font-size: 1.2em;
341 }
342
343 #form_notice-direct.form_notice textarea {
344     width: 508px;
345 }
346
347 .form_notice label.notice_data-attach,
348 .form_notice input.notice_data-attach {
349     position: absolute;
350     cursor: pointer;
351 }
352 .form_notice label.notice_data-attach {
353     top: 0px;
354     right: 0px;
355     z-index: 96;
356     text-indent: -9999px;
357     width: 16px;
358     height: 16px;
359 }
360
361 .form_notice input.notice_data-attach {
362     top: 0;
363     right: 0;
364     padding:0;
365     height:16px;
366 }
367
368 .form_notice .notice_data-geo_wrap label,
369 .form_notice .notice_data-geo_wrap input {
370     position: absolute;
371     top: 26px;
372     right: 0px;
373     cursor: pointer;
374     width: 16px;
375     height: 16px;
376     display: block;
377     z-index: 99;
378 }
379
380 .form_notice .notice_data-geo_wrap input {
381     visibility:hidden;
382 }
383
384 .form_notice .notice_data-geo_wrap label {
385     font-weight:normal;
386     font-size:1em;
387     margin-bottom:0;
388     text-indent:-9999px;
389 }
390
391 .form_notice label {
392     opacity: 0.6;
393 }
394
395 .form_notice label:hover {
396     opacity: 1;
397 }
398
399 .form_notice input.notice_data-attach {
400     opacity: 0;
401 }
402
403 .form_notice .count {
404     position: absolute;
405     bottom: 72px;
406     right: 32px;
407     z-index: 99;
408     font-size: 0.8em;
409     height: 1em; 
410     color: #777;
411 }
412
413 .form_notice.warning .count {
414     color: #ff0000;
415 }
416
417 #form_notice-direct.form_notice .count {
418     top: 84px;
419     right: 7px;
420 }
421     
422 .form_notice .error,
423 .form_notice .success,
424 .form_notice .notice-status {
425     position: relative;
426     overflow: auto;
427     line-height: 1.2em;
428     padding: 5px 5px 5px 10px;
429     margin: 10px 0px 0px 0px;
430     width: 478px;
431     border: 1px solid #ccc;
432 }
433
434 .form_notice .error {
435     border: 1px solid #d05858;
436 }
437
438 .form_notice .attach-status button.close,
439 .form_notice .notice-status button.close {
440     float:right;
441     font-size:0.8em;
442 }
443
444 .input_form .form_settings fieldset {
445     margin: 0px;
446     padding: 0px;
447 }
448
449 .input_form .form_settings fieldset fieldset {
450     width: 400px;
451     float: left;
452     background: none;
453     border: none;
454     margin-bottom: 0px;
455     padding: 0px;
456 }
457
458 .input_form .form_settings .form_data li {
459     position: relative;
460     margin-bottom: 12px;
461 }
462
463 .input_form fieldset fieldset label {
464     float: none;
465     text-align: left;
466     color: #888;
467 }
468
469 .input_form .form_settings li input {
470     width: 388px;
471     margin-left: 0;
472     margin-right: 0;
473     padding: 4px 5px 4px 5px;
474     border: 1px solid #a6a6a6;
475     font-size: 1em;
476 }
477
478 .input_form .form_settings li textarea {
479     width: 388px;
480     margin-left: 0;
481     padding: 4px 5px 4px 5px;
482     border: 1px solid #a6a6a6;
483     z-index: 97;
484     font-size: 1em;
485 }
486
487 .input_form .form_data label {
488     display: none;
489 }
490
491 .input_form .form_settings .form_data p.form_guide {
492     margin-left: 5px;
493 }
494
495 .form_notice label[for=to] {
496     float: left;
497 }
498
499 .form_notice select[id=to] {
500     float:left;
501     margin: -4px 0px 10px 10px;
502     max-width: 450px;
503 }
504
505 .form_notice .to-selector { 
506     clear: left;
507     padding-top: 15px;
508     z-index: 99;
509 }
510
511 .form_notice .to-selector > select {
512     max-width: 300px;
513 }
514
515 .form_settings label[for=notice_to] {
516     left: 5px;
517     margin-left: 0px;
518     margin-right: 10px;
519     position: relative;
520     clear: left;
521     background: none;
522 }
523
524 .checkbox-wrapper {
525     padding: 2px;
526     margin-left: 10px;
527 }
528
529 .form_notice .checkbox-wrapper {
530     display: inline;
531     margin-left: 10px;
532 }
533
534 .form_settings .checkbox-wrapper label.checkbox {
535     margin-left: 0px;
536     margin-top: 6px;
537     line-height: 1.2em;
538     left: -3px;
539     float: none;
540 }
541
542 .checkbox-wrapper #notice_private {
543     display:none;
544 }
545
546 .checkbox-wrapper.unchecked label.checkbox {
547     padding-left: 20px;
548     background: url(../images/icons/lock_open.png) no-repeat 0px 0px;
549     opacity: 0.6;
550 }
551
552 .checkbox-wrapper.unchecked label.checkbox:hover {
553     opacity: 1;
554     cursor: pointer;
555 }
556
557 .checkbox-wrapper.checked label.checkbox {
558     padding-left: 20px;
559     background: url(../images/icons/lock.png) no-repeat 0px 0px;
560     color: red;
561     opacity: 1;
562 }
563
564 .checkbox-wrapper.checked label.checkbox:hover {
565     cursor: pointer;
566 }
567
568 .form_notice input.submit {
569     position: absolute;
570     right: 0px;
571     margin-top: -1.5em;
572     float: left;
573     width: 100px;
574     padding: 0px;
575     z-index: 99;
576 }
577
578 .input_form .form_settings .submit {
579     position: relative;
580     top: 0;
581     right: 0;
582     float: right;   
583     width: 100px;
584     height: 26px;
585     line-height: 26px;
586     padding: 0px 10px;
587     margin: 0px;
588     z-index: 1;
589 }
590
591 .form_settings {
592     clear: both;
593 }
594
595 /* site nav local views */
596
597
598 #site_nav_local_views li {
599     display: block;
600     margin: 0px 0px 8px 0px;
601 }
602
603 #site_nav_local_views li ul {
604     margin-bottom: 20px;
605 }
606
607 #site_nav_local_views a {
608     word-wrap: break-word;
609 }
610
611 #site_nav_local_views .current a {
612     text-decoration: underline;
613 }
614
615
616 /* aside primary */
617
618 #aside_primary .section {
619     position: relative;
620     float: left;
621     clear: both;
622     width: 100%;
623     margin-bottom: 20px;
624 }
625
626
627 /* notices */
628
629 #notices_primary {
630     padding-top: 3px;
631     clear: both;
632 }
633
634 #notices_primary h2 {
635     display: none;
636 }
637
638 #notices_primary .e-content h2 {
639     display: block;
640 }
641
642 .notice {
643     list-style-type: none;
644     margin-bottom: 10px;
645     clear: left;
646     padding-bottom: 2px;
647     line-height: 1.36em;
648 }
649
650 .profile, .application, #content .peopletag {
651     position:relative;
652     clear:both;
653     float:left;
654     width:100%;
655 }
656
657 .application, #content .peopletag {
658     position:relative;
659     clear:both;
660     float:left;
661     width:100%;
662 }
663
664 .notice .parents {
665     display: inline;
666 }
667
668 .notice .parents::before {
669     content: '\25B8  ';
670 }
671 .notice .addressees, .notice .addressees li {
672     display: inline;
673 }
674 .notice .addressees > li::before {
675     content: ',';
676 }
677 .notice .addressees > li:first-child::before {
678     content: '';
679 }
680
681 .notice .addressees .group {
682     font-style: italic;
683 }
684
685 .p-name {
686     overflow: hidden;
687 }
688
689 .notice .p-author {
690     font-weight: bold;
691 }
692
693 #core .h-card .u-photo {
694     float: left;
695     margin-right: 8px;
696 }
697
698 .h-card .u-url, .h-card.u-url {
699     text-decoration:none;
700 }
701 .h-card .u-url:hover, .h-card.u-url:hover {
702     text-decoration:underline;
703 }
704
705 .notice .automatic { 
706 font-style:italic;
707 }
708
709 #remoteprofile .notice .h-entry,
710 #showstream .notice .h-entry,
711 #remoteprofile .notice .entry-title,
712 #showstream .notice .entry-title {
713     min-height: 1px;
714 }
715
716 #remoteprofile #content .notice .author,
717 #showstream #content .notice .author {
718     display: none;
719 }
720
721 #remoteprofile .notice,
722 #showstream .notice {
723     min-height: 1em; 
724 }
725
726 #shownotice .notice .h-entry {
727     font-size:2.2em;
728     min-height:123px;
729     font-size: 1.6em;
730     line-height: 1.2em;
731 }
732
733 .notice .e-content {
734     margin-left: 56px;
735     max-height: 400px;
736     overflow-y: auto;
737 }
738
739 .notice .e-content img {
740     max-width: 100%;
741 }
742
743 .notice-options {
744     margin-bottom: 7px;
745     float: right;    
746     position: relative;
747 }
748
749 .notice-options fieldset {
750     border: none;
751 }
752
753 .notice-options legend {
754     display: none;
755 }
756
757 .notice-options form, .notice-options a, .notice-options .repeated {
758     float: left;
759     margin-right: 10px;
760 }
761
762 .notice-options input, .notice-options a, .notice-options .repeated {    
763     text-indent: -9999px;
764     outline:none;
765 }
766
767 .notice-options input.submit, .notice-options a, .notice-options .repeated {
768     display: block;
769     border: 0;
770     height: 16px;
771     width: 16px;
772 }
773
774 .notice-options input.submit, .notice-options a {
775     opacity: 0.6;
776 }
777
778 .notice-options input.submit:hover, .notice-options a:hover {
779     opacity: 1;
780 }
781
782 .notice .attachment {
783     position:relative;
784     padding-left:16px;
785 }
786
787 .notice .attachment.more, .mode-private .privacy_mode {
788 text-indent:-9999px;
789 width:16px;
790 height:16px;
791 display:inline-block;
792 overflow:hidden;
793 vertical-align:middle;
794 margin-left:4px;
795 }
796
797 #attachments .attachment,
798 .notice .attachment.more {
799 padding-left:0;
800 }
801
802 .notice .attachment img {
803 position:absolute;
804 top:18px;
805 left:0;
806 z-index:99;
807 }
808
809 #shownotice .notice .attachment img {
810 position:static;
811 }
812
813 .notice.h-entry .attachments {
814     position: relative;
815     margin-bottom: 1em;
816     list-style-type: none;
817 }
818
819 .notice.h-entry .attachments > li {
820     clear: both;
821     background-color: #f9f9f9;
822     border: 1px lightgrey solid;
823     margin-bottom: 1ex;
824     padding: 1ex 1ex 0 1ex;
825     overflow: auto;
826     text-align: center;
827     position: relative;
828 }
829
830 .notice.h-entry .attachments .inline-attachment > article {
831     text-align: left;
832 }
833
834 .notice.h-entry .attachments .inline-attachment > * {
835     height: auto;
836     margin-bottom: 1ex;
837     max-width: 100%;
838 }
839 .notice.h-entry .attachments .inline-attachment > label {
840     font-size: 0.8em;
841     line-height: 16px;
842     height: 16px;
843 }
844
845 #attachments {
846 clear:both;
847 float:left;
848 width:100%;
849 margin-top:18px;
850 }
851 #attachments dt {
852 font-weight:bold;
853 font-size:1.3em;
854 margin-bottom:4px;
855 }
856
857 #attachments ol li {
858 margin-bottom:18px;
859 list-style-type:decimal;
860 float:left;
861 clear:both;
862 }
863
864 #attachment_view img, #attachment_view .attachment_player {
865 height: auto;
866 width: auto;
867 max-width:480px;
868 max-height:480px;
869 }
870 #attachment_view #oembed_info {
871 margin-top:11px;
872 }
873 #attachment_view #oembed_info dt,
874 #attachment_view #oembed_info dd {
875 float:left;
876 }
877 #attachment_view #oembed_info dt {
878 clear:left;
879 margin-right:11px;
880 font-weight:bold;
881 }
882 #attachment_view #oembed_info dt:after {
883 content: ":";
884 }
885
886 /* threaded replies */
887
888 .threaded-replies {
889     clear: both;
890     width: 458px;
891     margin-left: 55px;
892     margin-bottom: 10px;
893     padding-right: 2px;
894     border-left: 3px solid #ECECF2;
895     background: #fafafa;
896     color: #222;
897     font-size: 1em;
898 }
899
900 .threaded-replies:empty {
901     display: none;
902 }
903
904 #content .notice .threaded-replies .notice,
905 #content .notice .threaded-replies .notice-data { 
906     width: 440px;
907     padding-bottom: 1ex;
908     padding-top: 1ex;
909     border-bottom: 2px dotted #eee;
910     line-height: 1.36em;
911     margin-top: 0px;
912     margin-bottom: 0px;
913     margin-left: 10px;
914     background: none;
915 }
916
917 #content .notice .threaded-replies .notice.h-entry,
918 #content .notice .threaded-replies .entry-title {
919     min-height: 1px;
920 }
921
922 #content .threaded-replies .notice .p-author .u-photo {
923     height: 24px;
924     width: 24px;
925     top: 12px;
926 }
927
928 #content .threaded-replies .notice.h-entry .e-content {
929     margin-left: 32px;
930 }
931
932 .threaded-replies .notice-repeats,
933 .threaded-replies .notice-faves {
934     clear: both;
935     font-size: 0.88em;
936 }
937 .threaded-replies .notice-faves:before {
938     content: "\2665";
939     margin-right: 1ex;
940 }
941 .threaded-replies .notice-repeats:before {
942     content: "\267B";
943     margin-right: 1ex;
944 }
945
946 .threaded-replies li {
947     list-style-type: none;
948 }
949
950 .threaded-replies .notice-reply-comments {
951     margin: 2px 0px 4px 10px;
952 }
953
954 .threaded-replies .placeholder {
955     margin: 10px;
956     width: 426px;
957     padding: 4px 4px 4px 6px;
958     border: 1px solid #a6a6a6;
959     color: #888;
960 }
961
962 .threaded-replies .notice-reply {
963     clear: left;
964     position: relative;
965     padding: 10px;
966     padding-bottom: 44px;
967 }
968
969 .threaded-replies .form_notice textarea {
970     width: 395px;
971 }
972
973 .threaded-replies .form_notice label.notice_data-attach {
974     top: 0;
975     right: 1ex;
976 }
977
978 .threaded-replies .form_notice .notice_data-geo_wrap label,
979 .threaded-replies .form_notice .notice_data-geo_wrap input {
980     top: 36px;
981     right: 10px;
982 }
983
984 .threaded-replies .form_notice .count {
985     bottom: 1ex;
986     right: 0;
987 }
988
989 .threaded-replies .form_notice input.submit {
990     bottom: -5ex;
991     right: 1ex;
992 }
993
994 .threaded-replies .form_notice .error,
995 .threaded-replies .form_notice .success,
996 .threaded-replies .form_notice .notice-status {
997     width: 390px; 
998 }
999
1000 .threaded-replies .to-selector {
1001     display: none;
1002 }
1003
1004 .notice .permalink:after {
1005     content: ']';
1006 }
1007
1008 .notice .permalink:before {
1009     content: '[';
1010 }
1011
1012 .notice footer .source + .permalink.external {
1013     display: none;
1014 }
1015
1016 /* old school conversation style */
1017
1018 #conversation .notices .notices {
1019     background-color:rgba(200, 200, 200, 0.050);
1020     margin-left: 15px;
1021     width: auto;
1022 }
1023
1024 #conversation .notices .notices .notices .notices .notices .notices .notices .notices .notices .notices .notices .notices .notices  {
1025     background: none;
1026     margin-left: 0px;
1027 }
1028
1029 /* aside primary specific styles */
1030
1031 .aside .section p,
1032 .aside .section .more {
1033 clear:both;
1034 }
1035
1036 .notice-headers > .u-uid {
1037     display:none;
1038 }
1039
1040 #aside_primary ol.notices {
1041     list-style-type: none;
1042     float: left;
1043     position: relative;
1044     margin-bottom: 10px;
1045     width: 100%;
1046 }
1047
1048 #aside_primary .notice .h-card .u-photo {
1049     height: 24px;
1050     width: 24px;
1051     margin-right: 8px;
1052 }
1053 #aside_primary .notice .e-content {
1054     margin-left: 32px;
1055 }
1056
1057 #export_data li {
1058     list-style-type:none;
1059 }
1060
1061 #export_data li a {
1062     display: block;
1063     padding-left: 30px;
1064     height: 16px;
1065     line-height: 16px;
1066     margin-bottom: 15px;
1067 }
1068
1069 #aside_primary td {
1070     padding-right: 10px;
1071     padding-bottom: 10px;
1072 }
1073
1074 .section tbody td {
1075 padding-right:18px;
1076 padding-bottom:11px;
1077 }
1078
1079 #entity_statistics dt,
1080 #entity_statistics dd {
1081 display:inline;
1082 margin-right:11px;
1083 }
1084 #entity_statistics dt:after {
1085 content: ":";
1086 }
1087
1088 .section ul.entities {
1089     float:left;
1090     width:100%;
1091 }
1092
1093 .section .entities li {
1094     list-style-type: none;
1095     float: left;
1096     margin-right: 3px;
1097     margin-bottom: 8px;
1098     display: inline;
1099 }
1100 .section .entities li .u-photo {
1101     margin: 0;
1102 }
1103
1104 .tag-cloud {
1105 list-style-type:none;
1106 text-align:center;
1107 }
1108 .aside .tag-cloud {
1109 font-size:0.8em;
1110 word-wrap:break-word;
1111 }
1112 .tag-cloud li {
1113 display:inline;
1114 margin-right:7px;
1115 line-height:1.25;
1116 }
1117
1118 .tag-cloud li:before {
1119 content:'\0009';
1120 }
1121
1122 .aside .tag-cloud li {
1123 line-height:1.5;
1124 }
1125 .tag-cloud li a {
1126 text-decoration:none;
1127 }
1128 #tagcloud.section dt {
1129 text-transform:uppercase;
1130 font-weight:bold;
1131 }
1132 .tag-cloud-1 {
1133 font-size:1em;
1134 }
1135 .tag-cloud-2 {
1136 font-size:1.25em;
1137 }
1138 .tag-cloud-3 {
1139 font-size:1.75em;
1140 }
1141 .tag-cloud-4 {
1142 font-size:2em;
1143 }
1144 .tag-cloud-5 {
1145 font-size:2.25em;
1146 }
1147 .tag-cloud-6 {
1148 font-size:2.75em;
1149 }
1150 .tag-cloud-7 {
1151 font-size:3.25em;
1152 }
1153
1154 #publictagcloud #tagcloud.section dt {
1155 display:none;
1156 }
1157
1158 /* secondary elements */
1159
1160 .error, .success, .notice-status {
1161     background-color: #F7E8E8;
1162     padding: 4px 10px;
1163 }
1164 .success, .notice-status {
1165     background-color: #f2f2f2;
1166 }
1167
1168 #page_notice {
1169 clear:both;
1170 margin-bottom:18px;
1171 }
1172
1173 .e-content .success {
1174     padding: 6px;
1175 }
1176
1177 .system_notice ul,
1178 .instructions ul {
1179 margin-left:1em;
1180 }
1181 .instructions p,
1182 .instructions ul {
1183 margin-bottom:18px;
1184 }
1185 .help dt {
1186 display:none;
1187 }
1188 .guide {
1189 clear:both;
1190 }
1191
1192 button.close,
1193 button.minimize {
1194 width:16px;
1195 height:16px;
1196 text-indent:-9999px;
1197 padding:0;
1198 border:0;
1199 text-align:center;
1200 font-weight:bold;
1201 cursor:pointer;
1202 }
1203
1204 .dialogbox {
1205 position:absolute;
1206     width: 200px;
1207     top: 0px;
1208     right: 0px;
1209 z-index:9;
1210 float:none;
1211 padding:11px;
1212 border-style:solid;
1213 border-width:1px;
1214     background: #fff;
1215     color: #000;
1216 }
1217
1218 .dialogbox legend {
1219 display:block !important;
1220 margin-right:18px;
1221 margin-bottom:18px;
1222 }
1223
1224 .dialogbox button.close {
1225 position:absolute;
1226 right:3px;
1227 top:3px;
1228 }
1229
1230 .dialogbox .form_guide {
1231 font-weight:normal;
1232 padding:0;
1233 }
1234
1235 .dialogbox .submit_dialogbox {
1236 font-weight:bold;
1237 text-indent:0;
1238 min-width:46px;
1239 }
1240 .dialogbox input {
1241 padding-left:4px;
1242 }
1243 .dialogbox fieldset {
1244 margin-bottom:0;
1245 }
1246
1247 .notice-options .form_repeat.dialogbox input.submit_dialogbox {
1248     float: right;
1249     min-width: 80px;
1250 }
1251
1252 #pagination {
1253     background-color: #f2f2f2;
1254     clear: left;
1255     margin-top: 20px;
1256     padding: 1%;
1257     height: 1em;
1258 }
1259
1260 #pagination li {
1261     display: inline;
1262 }
1263
1264 #pagination .nav_prev {
1265     float: left;
1266 }
1267
1268 #pagination .nav_next {
1269     float: right;
1270 }
1271
1272 #wrap form.processing input.submit,
1273 #wrap a.processing,
1274 .dialogbox.processing .submit_dialogbox {
1275     background: url(../images/icons/icon_processing.gif) no-repeat 47% 47%;
1276     cursor: wait;
1277     outline: none;
1278     text-indent: -9999px;
1279 }
1280
1281 /* footer elements */
1282
1283 #site_nav_global_secondary dt {
1284     display: none;
1285 }
1286
1287 #site_nav_global_secondary li {
1288     display: inline;
1289     margin-right: 20px;
1290 }
1291
1292 #licenses dt {
1293     display: none;
1294 }
1295
1296 #licenses dd {
1297     margin-top: 10px;
1298 }
1299
1300 #site_content_license_cc {
1301 margin-bottom:0;
1302 }
1303 #site_content_license_cc img {
1304 display:inline;
1305 vertical-align:top;
1306 margin-right:4px;
1307 }
1308
1309 form ul li {
1310     list-style-type:none;
1311     margin:0 0 18px 0;
1312 }
1313
1314 form label.submit {
1315 display:none;
1316 }
1317
1318 .form_settings fieldset {
1319     margin-top: 10px;
1320     margin-bottom: 10px;
1321     border: none;
1322 }
1323
1324 .form_settings fieldset fieldset {
1325     margin-bottom: 20px;
1326     padding: 10px;
1327     padding-top: 10px;
1328     border-width:1px;
1329     border-style:solid;
1330     background:rgba(240, 240, 240, 0.2);
1331 }
1332
1333 .form_settings fieldset fieldset legend {
1334     line-height:0;
1335     font-size: 1.4em;
1336     font-weight: normal;
1337 }
1338
1339 .form_settings input.remove {
1340 margin-left:11px;
1341 }
1342 .form_settings .form_data li {
1343 width:100%;
1344 float:left;
1345     margin-bottom: 22px;
1346 }
1347 .form_settings .form_data label {
1348 float:left;
1349 }
1350 .form_settings .form_data textarea,
1351 .form_settings .form_data select,
1352 .form_settings .form_data input {
1353 margin-left:1.795%;
1354 float:left;
1355 }
1356
1357 .form_settings .form_data select {
1358     margin-top: 0px;
1359 }
1360
1361
1362 .form_settings .form_data input.submit,
1363 .form_settings .form_data input.checkbox,
1364 .form_settings .form_data input.radio {
1365 width:auto;
1366 }
1367 .form_settings .form_data textarea {
1368 width:63%;
1369 }
1370
1371 .form_settings .form_data input.submit {
1372 margin-left:0;
1373 }
1374
1375 .form_settings label {
1376 margin-top:2px;
1377     width: 25%;
1378     text-align: right;
1379 }
1380
1381 .form_settings input.checkbox, .form_settings input.radio {
1382     margin-left: 25%;
1383     margin-top: 3px;
1384     position: relative;
1385     left: -14px;
1386 }
1387
1388 .form_settings label.checkbox, .form_settings label.radio {
1389     width: auto;
1390     max-width: 60%;
1391     position: relative;
1392     left: -25px;
1393 }
1394
1395 .form_settings label.checkbox {
1396     text-align: left;
1397     line-height: 1.2em;
1398 }
1399
1400 .form_settings label.radio {
1401     text-align: left;
1402     margin: 0px;
1403 }
1404
1405 .form_settings li input.radio {
1406     clear: left;
1407 }
1408
1409 .form_actions label {
1410 display:none;
1411 }
1412 .form_guide {
1413 font-style:italic;
1414 }
1415
1416 .form_settings #settings_autosubscribe label {
1417 display:inline;
1418 font-weight:bold;
1419 }
1420
1421 #form_settings_profile legend,
1422 #form_login legend,
1423 #form_register legend,
1424 #form_password legend,
1425 #form_settings_avatar legend,
1426 #newgroup legend,
1427 #editgroup legend,
1428 .form_tag_user legend,
1429 #form_remote_subscribe legend,
1430 #form_openid_login legend,
1431 #form_search legend,
1432 #form_invite legend,
1433 #form_notice_delete legend,
1434 #form_password_recover legend,
1435 #form_password_change legend,
1436 .form_entity_block legend,
1437 #form_filter_bytag legend,
1438 #apioauthauthorize_allowdeny,
1439 .form_tag_user_wrap form,
1440 .form_tag_user_wrap label,
1441 .form_tag_user_wrap legend {
1442 display:none;
1443 }
1444
1445 .form_tag_user_wrap {
1446 clear:both;
1447 }
1448
1449 .form_tag_user {
1450 float:left;
1451 width:auto;
1452 }
1453
1454 .form_tag_user input.submit {
1455 width:50px;
1456 }
1457
1458 .form_settings .form_data p.form_guide {
1459 clear:both;
1460     margin-left: 27%;
1461 margin-bottom:0;
1462     line-height: 1.2em;
1463     padding-top: 4px;
1464 }
1465
1466 .form_settings p {
1467 margin-bottom:11px;
1468 }
1469
1470 .form_settings .form_note {
1471 padding:0 7px;
1472 }
1473
1474 .form_settings .form_response {
1475     margin-top: 10px;
1476 }
1477
1478 .form_settings input {
1479     margin-right: 20px;
1480 }
1481
1482 #form_search .submit {
1483 margin-left:11px;
1484 }
1485 #form_search .form_data input {
1486 width:auto;
1487 }
1488
1489 .h-entry .e-content .form_settings ul {
1490 margin-left:0;
1491 }
1492
1493 .notice > footer {
1494     clear: left;
1495     font-size: 0.8em;
1496     margin-left: 56px;
1497 }
1498
1499 .notice > footer .attachments-title {
1500     margin-bottom: 0;
1501     margin-top: 1em;
1502 }
1503
1504 .threaded-replies .notice > footer, .section .notice > footer {
1505     margin-left:33px;
1506 }
1507
1508 .notice > footer .timestamp span.p-name {
1509     display: none;
1510 }
1511
1512 .limited-scope .e-content .timestamp:before {
1513 content:'☠';
1514 font-size:150%;
1515 }
1516
1517 #content .notice-source-activity div.entry-title, .notice-source-activity div.e-content {
1518     margin-left: 0;
1519
1520
1521 #content .notice-source-activity div.entry-title {
1522     font-style: italic;
1523     min-height: 0;
1524 }
1525
1526 #content .notice-source-activity .notice div.entry-title {
1527     font-style: normal;
1528 }
1529
1530 div.e-content.plaintext {
1531     border: dashed 1px gray;
1532     font-family: monospace;
1533     padding: 1em;
1534     white-space: pre-line;
1535 }
1536
1537 span.rtl {
1538     display: block;
1539     direction: rtl;
1540     text-align: right;
1541     float: right;
1542
1543
1544 #filter_tags ul li,
1545 .entity_send-a-message .form_notice,
1546 .form_settings fieldset fieldset,
1547 .entity_moderation:hover ul,
1548 .entity_role:hover ul,
1549 .dialogbox {
1550 border-color:#DDDDDD;
1551 }
1552
1553 .form_settings input.form_action-primary {
1554 background:none;
1555 }
1556
1557 .form_settings .form_note {
1558     background-color: #d1f7cb;
1559 }
1560
1561 #form_settings_photo .form_data {
1562 clear:both;
1563 }
1564
1565 #form_settings_avatar li {
1566 width:auto;
1567 }
1568 #form_settings_avatar input {
1569 margin-left:0;
1570 }
1571 #avatar_original,
1572 #avatar_preview {
1573 float:left;
1574 }
1575 #avatar_preview {
1576 margin-left:29px;
1577 }
1578 #avatar_preview_view {
1579 height:96px;
1580 width:96px;
1581 margin-bottom:18px;
1582 overflow:hidden;
1583 }
1584
1585 #settings_attach,
1586 #form_settings_avatar .form_actions {
1587 clear:both;
1588 }
1589
1590 #form_settings_avatar .form_actions {
1591 margin-bottom:0;
1592 }
1593
1594 .entity_profile {
1595 position:relative;
1596 width:73%;
1597 min-height:123px;
1598 float:left;
1599 margin-bottom:18px;
1600 margin-left:0;
1601 overflow:hidden;
1602 }
1603
1604 .entity_profile dt,
1605 #entity_statistics dt {
1606 font-weight:bold;
1607 }
1608 .entity_profile dd {
1609 display:inline;
1610 }
1611
1612 .entity_profile .entity_depiction {
1613     float:left;
1614     width:96px;
1615     margin-right:18px;
1616     margin-bottom:18px;
1617     text-align: center;
1618 }
1619
1620 .entity_profile .entity_fn,
1621 .entity_profile .entity_nickname,
1622 .entity_profile .entity_location,
1623 .entity_profile .entity_url,
1624 .entity_profile .entity_note,
1625 .entity_profile .entity_tags,
1626 .entity_profile .entity_aliases,
1627 .entity_profile .entity_statistics {
1628 margin-left:113px;
1629 margin-bottom:4px;
1630 }
1631
1632 .peopletags_edit_button {
1633 cursor:pointer;
1634 border:0;
1635 padding:0;
1636 width:16px;
1637 height:16px;
1638     position: relative;
1639     top: -3px;
1640 }
1641
1642 ul.profile_list {
1643     list-style-type:none;
1644 }
1645
1646 ul.profile_list li {
1647     margin-bottom: 20px;
1648 }
1649
1650 ul.profiles.groups {
1651     list-style-type:none;
1652 }
1653
1654 .profile_list .h-card .u-photo {
1655     margin-right: 4px;
1656 }
1657
1658 table.profile_list tbody tr:nth-child(2n+1) {
1659     background-color: #fafafa !important;
1660     border: none !important;
1661 }
1662
1663 .entity_profile .entity_nickname,
1664 .entity_profile .entity_fn {
1665 margin-left:0;
1666 }
1667
1668 .entity_profile .p-nickname {
1669     font-weight: bold;
1670 }
1671
1672 .entity_profile .p-name {
1673     clear: left;
1674 }
1675
1676 .entity_profile .label {
1677     display: block;
1678 }
1679
1680 .entity_profile .p-name:before {
1681 content: "(";
1682 font-weight:normal;
1683 }
1684 .entity_profile .p-name:after {
1685 content: ")";
1686 font-weight:normal;
1687 }
1688 .entity_profile .p-nickname:after,
1689 .entity_profile .p-nickname:before {
1690 content:"";
1691 }
1692 .entity_profile dt,
1693 .entity_profile h2 {
1694 display:none;
1695 }
1696 .entity_profile .role {
1697 margin-left:11px;
1698 font-style:italic;
1699 }
1700
1701 .entity_actions {
1702 float:right;
1703 margin-left:2%;
1704     margin-bottom: 28px;
1705 min-width:21%;
1706 }
1707
1708 .entity_actions h2 {
1709 display:none;
1710 }
1711 .entity_actions ul {
1712 list-style-type:none;
1713 }
1714 .entity_actions li {
1715 margin-bottom:7px;
1716 }
1717 .entity_actions li:first-child {
1718 border-top:0;
1719 }
1720 .entity_actions fieldset {
1721 border:0;
1722 padding:0;
1723 }
1724 .entity_actions legend {
1725 display:none;
1726 }
1727
1728 .entity_actions input.submit {
1729 display:block;
1730 text-align:left;
1731 width:100%;
1732 }
1733
1734 .entity_actions a, .entity_actions input, .entity_actions p {
1735     color: #333 !important;
1736     font-weight: normal;
1737     line-height: 1.6em;
1738 }
1739
1740 .entity_actions a {
1741 text-decoration:none;
1742 display:block;
1743     padding: 3px 4px 4px 28px;
1744 }
1745
1746 .entity_actions input {
1747     padding: 4px 4px 4px 26px;
1748 }
1749
1750 .entity_actions a, .entity_actions p, .entity_actions .entity_approval input, .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 {
1751     background-color: #ccc !important;
1752     border: none;
1753 }
1754
1755 .entity_actions p {
1756     padding: 2px 4px 4px 28px;
1757 }
1758
1759 .entity_actions a:hover, .entity_actions p:hover, .entity_actions, .entity_subscribe input: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 {
1760     background-color: #f2f2f2 !important;
1761 }
1762
1763 .entity_actions #entity_remote_subscribe a {
1764     padding-right: 6px;
1765 }
1766
1767 .entity_actions .accept {
1768 margin-bottom:18px;
1769 }
1770
1771 .entity_send-a-message button {
1772 position:absolute;
1773 top:3px;
1774 right:3px;
1775 }
1776
1777 .entity_send-a-message .form_notice {
1778     width: 410px;
1779     padding: 10px;
1780     position: absolute;
1781     top: 46px;
1782     right: 10px;
1783     z-index: 2;
1784 }
1785
1786 .entity_send-a-message .form_notice fieldset {
1787     width: 410px;
1788 }
1789
1790 .entity_send-a-message .form_notice textarea {
1791     width: 280px;
1792 }
1793
1794 .entity_send-a-message .form_notice legend {
1795 display:block;
1796 margin-bottom:11px;
1797     font-weight: normal;
1798     color: #333 !important;
1799 }
1800
1801 .entity_send-a-message .form_notice label,
1802 .entity_send-a-message .form_notice select {
1803 display:none;
1804 }
1805 .entity_send-a-message .form_notice .submit {
1806     position: absolute;
1807     top: 52px;
1808     right: 0px;
1809     text-align: center;
1810 }
1811
1812 .entity_moderation,
1813 .entity_role {
1814 position:relative;
1815 }
1816 .entity_moderation p,
1817 .entity_role p {
1818
1819 padding-bottom:2px;
1820 margin-bottom:7px;
1821 }
1822 .entity_moderation ul,
1823 .entity_role ul {
1824 display:none;
1825 }
1826 .entity_moderation:hover ul,
1827 .entity_role:hover ul {
1828 display:block;
1829 width:110%;
1830 padding:11px;
1831 position:absolute;
1832 z-index:1;
1833 border-width:1px;
1834 border-style:solid;
1835         top: 20px;
1836         right: 0px;
1837         background-color: #fff;
1838 }
1839
1840 .entity_tags ul {
1841 list-style-type:none;
1842 display:inline;
1843 }
1844 .entity_tags li {
1845 display:inline;
1846 margin-right:7px;
1847 }
1848 .entity_tags li:before {
1849 content:'\0009';
1850 }
1851 .entity_tags p.error {
1852 clear:both;
1853 }
1854
1855 #filter_tags {
1856     margin-bottom: 20px;
1857     padding-bottom: 10px;
1858     border-bottom: 1px solid #ccc;
1859     float: left;
1860 }
1861 #filter_tags dt {
1862 display:none;
1863 }
1864 #filter_tags ul {
1865 list-style-type:none;
1866 }
1867 #filter_tags li {
1868 float:left;
1869 margin-left:7px;
1870 padding-left:7px;
1871 border-left-width: 1px;
1872 border-left-style:solid;
1873 }
1874 #filter_tags #filter_tags_all,
1875 #filter_tags #filter_tags_for {
1876     margin-left: 10px;
1877 border-left:0;
1878 padding-left:0;
1879 }
1880 #filter_tags_all a,
1881 #filter_tags_for a  {
1882 font-weight:bold;
1883     margin-top: 4px;
1884 float:left;
1885 }
1886
1887 #filter_tags_for a {
1888 margin:0;
1889 }
1890
1891 #filter_tags #form_filter_bymode .form_guide {
1892 display:none;
1893 }
1894
1895 #filter_tags #form_filter_bymode .checkbox {
1896 float:none;
1897 }
1898
1899 #filter_tags #form_filter_bymode legend {
1900 display:none;
1901 }
1902
1903 #filter_tags_item label {
1904     margin-right: 14px;
1905     margin-left: 7px;
1906     padding-top: 4px;
1907 }
1908 #filter_tags_item label,
1909 #filter_tags_item select {
1910 float:left;
1911 }
1912
1913 #filter_tags_item p {
1914 float:left;
1915 clear:both;
1916 margin-left:38px;
1917 }
1918 #filter_tags_item .submit {
1919 position:relative;
1920 top:3px;
1921 left:3px;
1922 }
1923
1924 .profile .entity_profile {
1925 margin-bottom:10px;
1926 min-height:60px;
1927 }
1928
1929 .profile .form_group_join legend,
1930 .profile .form_group_leave legend,
1931 .profile .form_user_subscribe legend,
1932 .profile .form_user_unsubscribe legend,
1933 .form_user_add_peopletag legend,
1934 .form_user_remove_peopletag legend {
1935 display:none;
1936 }
1937
1938 .profile .entity_profile .p-name,
1939 .profile .entity_profile .u-url[rel~=contact] {
1940 margin-left:0;
1941 display:inline;
1942 }
1943
1944 .profile .entity_profile .note,
1945 .profile .entity_profile .u-url,
1946 .profile .entity_profile .entity_tags,
1947 .profile .entity_profile .form_subscription_edit {
1948 margin-left:55px;
1949 clear:none;
1950 display:block;
1951 width:auto;
1952 }
1953
1954 .profile_block .group_aliases .group_alias {
1955     display:inline;
1956     list-style-type: none;
1957     font-style: italic;
1958 }
1959
1960 .profile_block .entity_tags dt {
1961 display: inline;
1962 margin-right: 3px;
1963 font-weight: bold;
1964 }
1965
1966 .profile_block .entity_tags dd {
1967 display: inline;
1968 }
1969
1970 .profile .entity_profile .form_subscription_edit {
1971 clear:left;
1972 }
1973
1974 .peopletag {
1975 min-height: 90px;
1976 list-style: none;
1977 }
1978
1979 .peopletag .e-content {
1980 width:auto;
1981 }
1982
1983 .peopletag .tagged-count a:after,
1984 .peopletag .subscriber-count a:after,
1985 .entity_tags dt:after {
1986 content: ':';
1987 }
1988
1989 .peopletag .updated {
1990 display:none;
1991 }
1992 .peopletag .tag a{
1993 font-weight: bold;
1994 }
1995
1996 .peopletag .tag:before {
1997 /* raquo */
1998 content: "\00BB";
1999 }
2000
2001 .peopletag .entity_statistics {
2002 font-size:80%;
2003 }
2004
2005 .profile-lister li {
2006 min-height:30px;
2007 padding:5px;
2008 clear:both;
2009 border-top: 1px #eee solid;
2010 }
2011
2012 .profile-lister {
2013 list-style-type:none;
2014 }
2015
2016 .profile_search_wrap h3 {
2017 float:left;
2018 font-weight:normal;
2019 margin-right:10px;
2020 }
2021
2022 .profile-lister li .u-photo {
2023 display:inline;
2024 margin-right:7px;
2025 margin-bottom:-5px;
2026 }
2027
2028 .profile-lister li .p-name {
2029 font-weight:bold;
2030 }
2031
2032 .profile-lister li .entity_actions {
2033 margin:0;
2034 }
2035
2036 #profile_search_results {
2037 display:block;
2038 border-radius:4px;
2039 max-height:800px;
2040 margin:10px 0;
2041 padding: 5px;
2042 border:1px #ddd solid;
2043 background:#f1f1f1;
2044 }
2045
2046 #profile_search_results.empty {
2047 display: none;
2048 }
2049
2050 .form_peopletag_edit_user_search legend,
2051 .form_peopletag_edit_user_search label,
2052 .form_peopletag_edit_user_search .form_guide {
2053 display:none;
2054 }
2055
2056 .form_peopletag_edit_user_search #field {
2057 height:30px;
2058 }
2059 .form_peopletag_edit_user_search .submit {
2060 width:60px;
2061 }
2062 .form_user_remove_peopletag,
2063 .form_user_add_peopletag {
2064 float:right;
2065 }
2066 .form_user_add_peopletag input.submit,
2067 .form_user_remove_peopletag input.submit {
2068 width:100px;
2069 padding-left:25px;
2070 text-align:left;
2071 }
2072
2073 .profile .entity_profile .form_subscription_edit label {
2074 font-weight:normal;
2075 margin-right:11px;
2076 }
2077
2078 .applications {
2079 margin-bottom:18px;
2080 float:left;
2081 width:100%;
2082 }
2083 .applications li {
2084 list-style-type:none;
2085 }
2086 .application img,
2087 #showapplication .entity_profile img,
2088 .form_data #application_icon img,
2089 #apioauthauthorize .form_data img {
2090 max-width:96px;
2091 max-height:96px;
2092 }
2093 #apioauthauthorize .form_data img {
2094 margin-right:18px;
2095 float:left;
2096 }
2097
2098 .oauth-desktop-mode #wrap {
2099     min-width: 500px;
2100 }
2101
2102 .oauth-desktop-mode #content {
2103     width: 480px;
2104     padding: 6px;
2105     margin: 4px 0px 0px 4px;
2106     border-top-left-radius: 7px;
2107 }
2108
2109 .oauth-desktop-mode fieldset {
2110     margin-bottom: 10px !important;
2111 }
2112
2113 #oauth_pin {
2114     text-align: center;
2115     font-size: 3em;
2116 }
2117
2118 #showapplication .entity_profile {
2119 width:68%;
2120 }
2121 #showapplication .entity_profile .entity_fn {
2122 margin-left:0;
2123 }
2124 #showapplication .entity_profile .p-name:before,
2125 #showapplication .entity_profile .p-name:after {
2126 content:'';
2127 }
2128 #showapplication .entity_data {
2129 clear:both;
2130 margin-bottom:18px;
2131 }
2132 #showapplication .entity_data h2 {
2133 display:none;
2134 }
2135 #showapplication .entity_data dd {
2136 font-family:monospace;
2137 font-size:1.3em;
2138     margin-bottom: 10px;
2139 }
2140 .form_data #application_types label.radio,
2141 .form_data #default_access_types label.radio {
2142 width:14.5%;
2143 }
2144
2145 .mark-top {
2146     border-top: 1px solid #ccc;
2147     padding-top: 5px;
2148 }
2149
2150 #realtime_actions {
2151     position: relative !important;
2152     right: -4px !important;
2153     top: -65px !important;
2154     float: right;
2155     padding-top: 15px;
2156     margin-bottom: -8px !important;
2157 }
2158
2159 #realtime_actions li {
2160     margin-left: 2px !important;
2161 }
2162
2163 #realtime_play, #realtime_pause, #realtime_popup {
2164     background-image: url(../images/icons/icons-01.gif);
2165     background-repeat: no-repeat;
2166     background-color: transparent;
2167 }
2168
2169 #realtime_play {
2170     background-position: 0 -2308px;
2171 }
2172 #realtime_pause {
2173     background-position: 0 -2374px;
2174 }
2175 #realtime_popup {
2176     background-position: 0 -1714px;
2177 }
2178
2179 #realtime_play, #realtime_pause, #realtime_popup {
2180     opacity: 0.6;
2181 }
2182
2183 #realtime_play:hover, #realtime_pause:hover, #realtime_popup:hover {
2184     opacity: 1;
2185 }
2186
2187 body.realtime-popup {
2188     min-width: 100%;
2189     overflow-x: hidden;
2190 }
2191
2192 .realtime-popup #content {
2193     padding: 0px !important;
2194     margin: 0px !important;
2195     left: 0;
2196     right: 0;
2197     width: 100% !important;
2198     overflow: visible;
2199 }
2200
2201 .realtime-popup #content_inner {
2202     padding: 5px;
2203 }
2204
2205 .realtime-popup .input_forms {
2206     top: 0px;
2207     left: 0px;
2208     padding: 10px 0px 0px 5px;
2209 }
2210
2211 .realtime-popup .form_notice_placeholder .placeholder {
2212     width: 445px;
2213 }
2214
2215 .realtime-popup .input_form {
2216     width: 470px;
2217 }
2218
2219 .realtime-popup .form_notice fieldset {
2220     width: 430px !important;
2221 }
2222
2223 .realtime-popup .form_notice textarea {
2224     width: 425px !important;
2225 }
2226
2227 .realtime-popup .form_notice label.notice_data-attach {
2228     right: 0px !important;
2229     top: 3px !important;
2230 }
2231
2232 .realtime-popup .form_notice #notice_data-geo_wrap label, .realtime-popup .form_notice #notice_data-geo_wrap input {
2233     right: 8px !important;
2234     top: 3px !important;
2235 }
2236
2237 .realtime-popup .form_notice .error,
2238 .realtime-popup .form_notice .success,
2239 .realtime-popup .form_notice .notice-status {
2240     width: 430px; 
2241 }
2242
2243 /* icons */
2244
2245 .form_notice label.notice_data-attach,
2246 #export_data li a.rss,
2247 #export_data li a.atom,
2248 #export_data li a.foaf,
2249 .entity_edit a,
2250 .entity_send-a-message a,
2251 .entity_nudge p,
2252 .form_user_nudge input.submit,
2253 .form_user_block input.submit,
2254 .form_user_unblock input.submit,
2255 .form_group_block input.submit,
2256 .form_group_unblock input.submit,
2257 .form_make_admin input.submit,
2258 .notice .attachment,
2259 .notice-options .notice_reply,
2260 .notice-options form.form_favor input.submit,
2261 .notice-options form.form_disfavor input.submit,
2262 .notice-options .notice_delete,
2263 .notice-options form.form_repeat input.submit,
2264 #new_group a,
2265 #pagination .nav_prev a,
2266 #pagination .nav_next a,
2267 button.close,
2268 .form_group_leave input.submit,
2269 .form_user_unsubscribe input.submit,
2270 .form_group_join input.submit,
2271 .form_user_subscribe input.submit,
2272 .form_remote_authorize input.submit,
2273 .entity_subscribe a,
2274 .entity_moderation p,
2275 .entity_sandbox input.submit,
2276 .entity_silence input.submit,
2277 .entity_delete input.submit,
2278 .entity_role p,
2279 .entity_role_administrator input.submit,
2280 .entity_role_moderator input.submit,
2281 .form_user_remove_peopletag input.submit,
2282 .form_user_add_peopletag input.submit,
2283 .form_peopletag_subscribe input.submit,
2284 .form_peopletag_unsubscribe input.submit,
2285 .form_group_queue #approve,
2286 .form_group_queue #cancel,
2287 .notice-options .repeated,
2288 .form_notice label.notice_data-geo,
2289 button.minimize,
2290 .form_reset_key input.submit,
2291 .entity_tag a,
2292 .entity_clear input.submit,
2293 .entity_flag input.submit,
2294 .entity_flag p,
2295 .entity_approval input.submit,
2296 .entity_subscribe input.submit,
2297 #realtime_play,
2298 #realtime_pause,
2299 #realtime_popup,
2300 .peopletags_edit_button,
2301 .mode-private .privacy_mode {
2302 background-image:url(../images/icons/icons-01.gif);
2303 background-repeat:no-repeat;
2304 background-color:transparent;
2305 }
2306
2307 button.close {
2308 background-position:0 -1120px;
2309 }
2310 button.minimize {
2311 background-position:0 -1912px;
2312 }
2313 #export_data li a.rss {
2314 background-position:0 -130px;
2315 }
2316 #export_data li a.atom {
2317 background-position:0 -64px;
2318 }
2319 #export_data li a.foaf {
2320 background-position:0 1px;
2321 }
2322
2323 #export_data li a.json {
2324 background-image:url(../images/icons/activitystreams.png);
2325 background-repeat:no-repeat;
2326 background-color:transparent;
2327 }
2328
2329
2330 .form_group_queue #approve {
2331 background-position:2px -2174px;
2332 }
2333 .form_group_queue #cancel {
2334 background-position:2px -2240px;
2335 }
2336
2337 .form_group_leave input.submit,
2338 .form_user_unsubscribe input.submit,
2339 .form_user_remove_peopletag input.submit,
2340 .form_peopletag_unsubscribe input.submit {
2341 background-position:5px -1246px;
2342 }
2343 .form_group_join input.submit,
2344 .form_user_subscribe input.submit,
2345 .form_remote_authorize input.submit,
2346 .form_user_add_peopletag input.submit,
2347 .form_peopletag_subscribe input.submit,
2348 .entity_subscribe a {
2349 background-position:5px -1181px;
2350 }
2351  .peopletags_edit_button {
2352 background-position: 0 -724px;
2353 }
2354
2355 .entity_edit a {
2356 background-position: 5px -719px;
2357 }
2358 .entity_send-a-message a {
2359 background-position: 5px -852px;
2360 }
2361 .entity_nudge p,
2362 .form_user_nudge input.submit {
2363 background-position: 5px -785px;
2364 }
2365 .form_user_block input.submit,
2366 .form_user_unblock input.submit,
2367 .form_group_block input.submit,
2368 .form_group_unblock input.submit {
2369 background-position: 5px -918px;
2370 }
2371 .form_make_admin input.submit {
2372 background-position: 5px -983px;
2373 }
2374 .entity_moderation p {
2375 background-position: 5px -1313px;
2376 }
2377 .entity_sandbox input.submit {
2378 background-position: 5px -1380px;
2379 }
2380 .entity_silence input.submit {
2381 background-position: 5px -1445px;
2382 }
2383 .entity_delete input.submit {
2384 background-position: 5px -1511px;
2385 }
2386 .entity_sandbox .form_user_unsandbox input.submit {
2387 background-position: 5px -2568px;
2388 }
2389 .entity_silence .form_user_unsilence input.submit {
2390 background-position: 5px -2633px;
2391 }
2392 .entity_role p {
2393 background-position: 5px -2436px;
2394 }
2395 .entity_role_administrator .form_user_grantrole input.submit {
2396 background-position: 5px -983px;
2397 }
2398 .entity_role_moderator .form_user_grantrole input.submit {
2399 background-position: 5px -1313px;
2400 }
2401 .entity_role_administrator .form_user_revokerole input.submit {
2402 background-position: 5px -2699px;
2403 }
2404 .entity_role_moderator .form_user_revokerole input.submit {
2405 background-position: 5px -2501px;
2406 }
2407 .form_reset_key input.submit {
2408 background-position: 5px -1973px;
2409 }
2410 .entity_clear input.submit {
2411 background-position: 5px -2039px;
2412 }
2413 .entity_flag input.submit,
2414 .entity_flag p {
2415 background-position: 5px -2105px;
2416 }
2417 .entity_approval input.approve,
2418 .entity_subscribe input.accept {
2419 background-position: 5px -2171px;
2420 }
2421 .entity_approval input.cancel,
2422 .entity_subscribe input.reject {
2423 background-position: 5px -2237px;
2424 }
2425 #realtime_play {
2426 background-position: 0 -2308px;
2427 }
2428 #realtime_pause {
2429 background-position: 0 -2374px;
2430 }
2431 #realtime_popup {
2432 background-position: 0 -1714px;
2433 }
2434 .notice .attachment {
2435 background-position:0 -394px;
2436 }
2437 .notice .attachment.more {
2438 background-position:0 -2770px;
2439 }
2440 #attachments .attachment {
2441 background:none;
2442 }
2443 .notice-options .notice_reply {
2444 background-position:0 -592px;
2445 }
2446 .notice-options form.form_favor input.submit {
2447 background-position:0 -460px;
2448 }
2449 .notice-options form.form_disfavor input.submit {
2450 background-position:0 -526px;
2451 }
2452 .notice-options .notice_delete {
2453 background-position:0 -658px;
2454 }
2455 .notice-options .form_repeat.processing {
2456 background-image:none;
2457 }
2458 .notice-options form.form_repeat input.submit {
2459 background-position:0 -1582px;
2460 }
2461 .notice-options .repeated {
2462 background-position:0 -1648px;
2463 }
2464 #new_group a {
2465 background-position:0 -1054px;
2466 }
2467 .form_notice label.notice_data-attach {
2468     background-position: 0 -328px;
2469 }
2470 .form_notice label.notice_data-geo {
2471     background-position: 0 -1780px;
2472 }
2473 .form_notice label.notice_data-geo.checked {
2474     background-position: 0 -1846px;
2475 }
2476
2477 #pagination .nav_prev a {
2478     padding-top: 8px;
2479     padding-left: 25px;
2480     background-position:0 -187px;
2481 }
2482 #pagination .nav_next a { 
2483     padding-top: 9px;
2484     padding-right: 25px;
2485     background-position: 115% -252px;
2486 }
2487
2488 #usergroups #new_group {
2489 float: left;
2490 margin-right: 2em;
2491 }
2492 #new_group, #group_search {
2493 margin-bottom:18px;
2494 }
2495 #new_group a {
2496 padding-left:20px;
2497 }
2498
2499
2500
2501 .entity_tags li.mode-private {
2502 color: #829D25;
2503 }
2504 .mode-private .privacy_mode {
2505 background-position: 0px -1978px;
2506 }
2507
2508 /* tag autocomplete */
2509
2510 .ptag-ac-line {
2511 font-weight: normal;
2512 background-color: white;
2513 min-height:30px;
2514 }
2515 .ptag-ac-line:nth-child(odd) {
2516 background-color: #fafafa;
2517 }
2518
2519 .ptag-ac-line-tag {
2520 min-width: 150px;
2521 display: inline-block;
2522 }
2523
2524 .ptag-ac-line .freq {
2525 min-width: 50px;
2526 text-align: right;
2527 float:right;
2528 }
2529
2530 .ptag-ac-line.mode-public .privacy_mode {
2531 display:none;
2532 }
2533
2534 #site_nav_local_views li.extended_menu a {
2535     display:none;
2536 }
2537
2538 .profile_block_otherprofile_list li {
2539     display: inline;
2540     list-style-type: none;
2541 }
2542
2543 }/*end of @media screen, projection, tv*/
2544
2545
2546 @media print {
2547 a:after { background-color:#FFFFFF; }
2548 a:not([href^="#"]):after { content:" <"attr(href)"> "; }
2549 img { border:none; }
2550 p { orphans: 2; widows: 1; }
2551
2552 #site_nav_global_primary,
2553 #site_nav_local_views,
2554 #form_notice,
2555 .pagination,
2556 #site_nav_global_secondary,
2557 .entity_actions,
2558 .notice-options,
2559 #aside_primary,
2560 .form_subscription_edit .submit {
2561 display:none;
2562 }
2563 .timestamp dt, .timestamp dd,
2564 .device dt, .device dd {
2565 display:inline;
2566 }
2567 .profiles li,
2568 .notices li {
2569 margin-bottom:18px;
2570 }
2571
2572 }/*end of @media print*/