]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
Merge branch '0.9.x' into 1.0.x
[quix0rs-gnu-social.git] / theme / base / css / display.css
1 /** theme: base
2  *
3  * @package   StatusNet
4  * @author    Sarven Capadisli <csarven@status.net>
5  * @copyright 2009-2010 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 @media screen, projection, tv {
11 * { margin:0; padding:0; }
12 img { display:block; border:0; }
13 a abbr { cursor: pointer; border-bottom:0; }
14 table { border-collapse:collapse; }
15 ol { list-style-position:inside; }
16 html { font-size: 87.5%; }
17 body {
18 background-color:#FFFFFF;
19 color:#000;
20 font-family:sans-serif;
21 font-size:1em;
22 line-height:1.65;
23 position:relative;
24 }
25 h1,h2,h3,h4,h5,h6 {
26 margin-bottom:7px;
27 overflow:hidden;
28 }
29 h1 {
30 font-size:1.4em;
31 margin-bottom:18px;
32 }
33 #showstream h1 { display:none; }
34 h2 { font-size:1.3em; }
35 h3 { font-size:1.2em; }
36 h4 { font-size:1.1em; }
37 h5 { font-size:1em; }
38 h6 { font-size:0.9em; }
39
40 caption {
41 font-weight:bold;
42 }
43 legend {
44 font-weight:bold;
45 font-size:1.3em;
46 }
47 input, textarea, select, option {
48 padding:4px;
49 font-family:sans-serif;
50 font-size:1em;
51 }
52 input.submit {
53 font-weight:bold;
54 cursor:pointer;
55 }
56 textarea {
57 overflow:auto;
58 }
59 option {
60 padding-bottom:0;
61 }
62 fieldset {
63 padding:0;
64 border:0;
65 }
66 form ul li {
67 list-style-type:none;
68 margin:0 0 18px 0;
69 }
70 form label {
71 font-weight:bold;
72 }
73 input.checkbox,
74 input.radio {
75 position:relative;
76 top:2px;
77 left:auto;
78 border:0;
79 }
80
81 .error,
82 .success {
83 padding:4px 1.55%;
84 border-radius:4px;
85 -moz-border-radius:4px;
86 -webkit-border-radius:4px;
87 margin-bottom:18px;
88 }
89
90 .xoxo li {
91 list-style-type:none;
92 }
93
94 form label.submit {
95 display:none;
96 }
97
98 body[id$=settings] #site_nav_local_views {
99 position:relative;
100 z-index:9;
101 float:right;
102 margin-right:10.65%;
103 width:22.25%;
104 }
105 body[id$=settings] #site_nav_local_views li {
106 width:100%;
107 margin-right:0;
108 margin-bottom:7px;
109 }
110 body[id$=settings] #site_nav_local_views a {
111 display:block;
112 width:80%;
113 padding-right:10%;
114 padding-left:10%;
115 border-radius-toprleft:0;
116 -moz-border-radius-topleft:0;
117 -webkit-border-top-left-radius:0;
118 border-radius-topright:4px;
119 -moz-border-radius-topright:4px;
120 -webkit-border-top-right-radius:4px;
121 border-radius-bottomright:4px;
122 -moz-border-radius-bottomright:4px;
123 -webkit-border-bottom-right-radius:4px;
124 }
125 body[id$=settings] #site_nav_local_views li.current {
126 box-shadow:none;
127 -moz-box-shadow:none;
128 -webkit-box-shadow:none;
129 }
130
131 body[id$=settings] #content {
132 border-radius-topleft:7px;
133 border-radius-topright:7px;
134 -moz-border-radius-topleft:7px;
135 -moz-border-radius-topright:7px;
136 -webkit-border-top-left-radius:7px;
137 -webkit-border-top-right-radius:7px;
138 border-radius-topright:0;
139 -moz-border-radius-topright:0;
140 -webkit-border-top-right-radius:0;
141 }
142 body[id$=settings] #aside_primary {
143 display:none;
144 }
145
146 .form_settings {
147 clear:both;
148 }
149 .form_settings fieldset {
150 margin-bottom:29px;
151 }
152 .form_settings fieldset fieldset {
153 margin-bottom:41px;
154 padding:3% 1.795% 1.795% 3%;
155 border-radius:11px;
156 -moz-border-radius:11px;
157 -webkit-border-radius:11px;
158 border-width:1px;
159 border-style:solid;
160 }
161 .form_settings fieldset fieldset legend {
162 line-height:0;
163 }
164
165 .form_settings input.remove {
166 margin-left:11px;
167 }
168 .form_settings .form_data li {
169 width:100%;
170 float:left;
171 }
172 .form_settings .form_data label {
173 float:left;
174 }
175 .form_settings .form_data textarea,
176 .form_settings .form_data select,
177 .form_settings .form_data input {
178 margin-left:1.795%;
179 float:left;
180 }
181 .form_settings .form_data input {
182 width:39%;
183 }
184 .form_settings .form_data input.submit,
185 .form_settings .form_data input.checkbox,
186 .form_settings .form_data input.radio {
187 width:auto;
188 }
189 .form_settings .form_data textarea {
190 width:63%;
191 }
192
193 .form_settings .form_data input.submit {
194 margin-left:0;
195 }
196
197 .form_settings label {
198 margin-top:2px;
199 width:24%;
200 }
201
202 .form_actions label {
203 display:none;
204 }
205 .form_guide {
206 font-style:italic;
207 }
208
209 .form_settings #settings_autosubscribe label {
210 display:inline;
211 font-weight:bold;
212 }
213
214 #form_settings_profile legend,
215 #form_login legend,
216 #form_register legend,
217 #form_password legend,
218 #form_settings_avatar legend,
219 #newgroup legend,
220 #editgroup legend,
221 #form_tag_user legend,
222 #form_remote_subscribe legend,
223 #form_openid_login legend,
224 #form_search legend,
225 #form_invite legend,
226 #form_notice_delete legend,
227 #form_password_recover legend,
228 #form_password_change legend,
229 .form_entity_block legend,
230 #form_filter_bytag legend,
231 #apioauthauthorize_allowdeny {
232 display:none;
233 }
234
235 .form_settings .form_data p.form_guide {
236 clear:both;
237 margin-left:26%;
238 margin-bottom:0;
239 }
240
241 .form_settings p {
242 margin-bottom:11px;
243 }
244
245 .form_settings input.checkbox,
246 .form_settings input.radio {
247 margin-top:3px;
248 margin-left:0;
249 }
250 .form_settings label.checkbox {
251 font-weight:normal;
252 margin-top:0;
253 margin-right:0;
254 margin-left:11px;
255 float:left;
256 width:90%;
257 }
258 .form_settings label.radio {
259 margin-top:0;
260 margin-right:47px;
261 margin-left:11px;
262 width:auto;
263 }
264
265 #form_login p.form_guide,
266 #form_register #settings_rememberme p.form_guide,
267 #form_openid_login #settings_rememberme p.form_guide,
268 #settings_twitter_remove p.form_guide,
269 #form_search ul.form_data #q,
270 #design_background-image_onoff p.form_guide {
271 margin-left:0;
272 }
273
274 .form_settings .form_note {
275 border-radius:4px;
276 -moz-border-radius:4px;
277 -webkit-border-radius:4px;
278 padding:0 7px;
279 }
280
281 .form_settings input.form_action-default {
282 margin-right:11px;
283 }
284 .form_settings input.form_action-default,
285 .form_settings input.form_action-primary {
286 padding:0;
287 }
288 .form_settings input.form_action-secondary {
289 margin-left:29px;
290 }
291
292 #form_search .submit {
293 margin-left:11px;
294 }
295 #form_search .form_data input {
296 width:auto;
297 }
298
299 address {
300 float:left;
301 margin-bottom:18px;
302 margin-left:18px;
303 }
304 address.vcard img.logo {
305 margin-right:0;
306 }
307 address .fn {
308 font-weight:bold;
309 }
310 address img + .fn {
311 display:none;
312 }
313 address a {
314 text-decoration:none;
315 }
316 address .poweredby {
317 float:left;
318 clear:left;
319 display:block;
320 position:relative;
321 top:7px;
322 margin-right:-47px;
323 }
324
325 #header {
326 width:100%;
327 position:relative;
328 float:left;
329 padding-top:18px;
330 margin-bottom:29px;
331 }
332
333 #site_nav_global_primary {
334 float:right;
335 margin-right:18px;
336 margin-bottom:11px;
337 margin-left:18px;
338 }
339 #site_nav_global_primary li {
340 display:inline;
341 margin-left:18px;
342 }
343
344 .system_notice dt {
345 font-weight:bold;
346 text-transform:uppercase;
347 display:none;
348 }
349
350 #site_notice {
351 float:right;
352 clear:right;
353 margin-top:7px;
354 margin-right:18px;
355 width:24%;
356 }
357 #page_notice {
358 clear:both;
359 margin-bottom:18px;
360 }
361
362 #anon_notice {
363 float:left;
364 width:42.4%;
365 padding:1.1%;
366 border-radius:7px;
367 -moz-border-radius:7px;
368 -webkit-border-radius:7px;
369 border-width:2px;
370 border-style:solid;
371 line-height:1.5;
372 font-size:1.1em;
373 font-weight:bold;
374 }
375
376 #footer {
377 float:left;
378 width:64%;
379 padding:18px;
380 }
381
382 #site_nav_local_views {
383 width:100%;
384 float:left;
385 }
386 #site_nav_local_views dt {
387 display:none;
388 }
389 #site_nav_local_views li {
390 float:left;
391 margin-right:18px;
392 list-style-type:none;
393 }
394 #site_nav_local_views a {
395 float:left;
396 text-decoration:none;
397 padding:4px 11px;
398 border-top-left-radius:4px;
399 border-top-right-radius:4px;
400 -moz-border-radius-topleft:4px;
401 -moz-border-radius-topright:4px;
402 -webkit-border-top-left-radius:4px;
403 -webkit-border-top-right-radius:4px;
404 border-width:1px;
405 border-style:solid;
406 border-bottom:0;
407 font-weight:bold;
408 }
409 #site_nav_local_views .nav {
410 float:left;
411 width:100%;
412 }
413
414 body[id$=adminpanel] #site_nav_local_views {
415 position:relative;
416 z-index:9;
417 float:right;
418 margin-right:10.65%;
419 width:22.25%;
420 }
421 body[id$=adminpanel] #site_nav_local_views li {
422 width:100%;
423 margin-right:0;
424 margin-bottom:7px;
425 }
426 body[id$=adminpanel] #site_nav_local_views a {
427 display:block;
428 width:80%;
429 padding-right:10%;
430 padding-left:10%;
431 border-top-left-radius:0;
432 -moz-border-radius-topleft:0;
433 -webkit-border-top-left-radius:0;
434 border-top-right-radius:4px;
435 -moz-border-radius-topright:4px;
436 -webkit-border-top-right-radius:4px;
437 border-bottom-right-radius:4px;
438 -moz-border-radius-bottomright:4px;
439 -webkit-border-bottom-right-radius:4px;
440 }
441 body[id$=adminpanel] #site_nav_local_views li.current {
442 box-shadow:none;
443 -moz-box-shadow:none;
444 -webkit-box-shadow:none;
445 }
446
447 body[id$=adminpanel] #content {
448 border-top-left-radius:7px;
449 -moz-border-radius-topleft:7px;
450 -webkit-border-top-left-radius:7px;
451 border-top-right-radius:0;
452 -moz-border-radius-topright:0;
453 -webkit-border-top-right-radius:0;
454 }
455 body[id$=adminpanel] #aside_primary {
456 display:none;
457 }
458
459 #site_nav_global_primary dt,
460 #site_nav_global_secondary dt {
461 display:none;
462 }
463
464 #site_nav_global_secondary {
465 margin-bottom:11px;
466 }
467
468 #site_nav_global_secondary li {
469 display:inline;
470 margin-right:18px;
471 }
472 #export_data li a {
473 padding-left:20px;
474 }
475 #export_data li a.foaf {
476 padding-left:30px;
477 }
478 #export_data li a.export_vcard {
479 padding-left:28px;
480 }
481
482 #export_data ul {
483 width:100%;
484 float:left;
485 }
486 #export_data li {
487 list-style-type:none;
488 float:left;
489 margin-right:11px;
490 }
491
492 #licenses {
493 font-size:0.9em;
494 }
495
496 #licenses dt {
497 font-weight:bold;
498 display:none;
499 }
500 #licenses dd {
501 margin-bottom:11px;
502 line-height:1.5;
503 }
504
505 #site_content_license_cc {
506 margin-bottom:0;
507 }
508 #site_content_license_cc img {
509 display:inline;
510 vertical-align:top;
511 margin-right:4px;
512 }
513
514 #wrap {
515 margin:0 auto;
516 width:100%;
517 min-width:760px;
518 max-width:1003px;
519 overflow:hidden;
520 }
521
522 #core {
523 position:relative;
524 width:100%;
525 float:left;
526 margin-bottom:1em;
527 }
528
529 #content {
530 width:63.311%;
531 min-height:259px;
532 padding:1.795%;
533 float:left;
534 border-radius:7px;
535 border-top-left-radius:0;
536 -moz-border-radius:7px;
537 -moz-border-radius-topleft:0;
538 -webkit-border-radius:7px;
539 -webkit-border-top-left-radius:0;
540 border-width:1px;
541 border-style:solid;
542 }
543 #shownotice #content {
544 min-height:0;
545 }
546
547 #content_inner {
548 position:relative;
549 width:100%;
550 float:left;
551 }
552
553 #aside_primary {
554 width:27.917%;
555 min-height:259px;
556 float:left;
557 margin-left:0.699%;
558 padding:1.795%;
559 border-radius:7px;
560 -moz-border-radius:7px;
561 -webkit-border-radius:7px;
562 border-width:1px;
563 border-style:solid;
564 }
565
566 .form_notice {
567 width:45%;
568 float:left;
569 position:relative;
570 line-height:1;
571 }
572 .form_notice fieldset {
573 border:0;
574 padding:0;
575 position:relative;
576 }
577 .form_notice legend {
578 display:none;
579 }
580 .form_notice textarea {
581 float:left;
582 border-radius:7px;
583 -moz-border-radius:7px;
584 -webkit-border-radius:7px;
585 width:80.789%;
586 height:67px;
587 line-height:1.5;
588 padding:7px 7px 16px 7px;
589 position:relative;
590 z-index:2;
591 }
592 .form_notice label {
593 display:block;
594 float:left;
595 font-size:1.3em;
596 margin-bottom:7px;
597 }
598 .form_notice label[for=notice_data-attach],
599 .form_notice #notice_data-attach {
600 position:absolute;
601 top:25px;
602 right:10.5%;
603 cursor:pointer;
604 }
605 .form_notice label[for=notice_data-attach] {
606 text-indent:-9999px;
607 width:16px;
608 height:16px;
609 }
610 .form_notice #notice_data-attach {
611 padding:0;
612 height:16px;
613 }
614 .form_notice .form_note {
615 position:absolute;
616 bottom:2px;
617 right:21.715%;
618 z-index:9;
619 }
620 .form_notice .form_note dt {
621 font-weight:bold;
622 display:none;
623 }
624 .form_notice #notice_text-count {
625 font-weight:bold;
626 line-height:1.15;
627 padding:1px 2px;
628 }
629 .form_notice #notice_action-submit {
630 width:14%;
631 height:47px;
632 padding:0;
633 position:absolute;
634 bottom:0;
635 right:0;
636 }
637 .form_notice label[for=to] {
638 margin-top:7px;
639 }
640 .form_notice select[id=to] {
641 margin-bottom:7px;
642 margin-left:18px;
643 float:left;
644 max-width:322px;
645 }
646 .form_notice .error,
647 .form_notice .success {
648 float:left;
649 clear:both;
650 width:81.5%;
651 margin-bottom:0;
652 line-height:1.618;
653 }
654 .form_notice #notice_data-attach_selected code {
655 float:left;
656 width:80%;
657 display:block;
658 overflow:auto;
659 margin-right:2.5%;
660 font-size:1.1em;
661 }
662 .form_notice #notice_data-attach_selected button.close {
663 float:right;
664 font-size:0.8em;
665 }
666
667 .form_notice #notice_data-geo_wrap label,
668 .form_notice #notice_data-geo_wrap input {
669 position:absolute;
670 top:25px;
671 right:4px;
672 left:auto;
673 cursor:pointer;
674 width:16px;
675 height:16px;
676 display:block;
677 }
678 .form_notice #notice_data-geo_wrap input {
679 visibility:hidden;
680 }
681 .form_notice #notice_data-geo_wrap label {
682 font-weight:normal;
683 font-size:1em;
684 margin-bottom:0;
685 text-indent:-9999px;
686 }
687
688 button.close,
689 button.minimize {
690 width:16px;
691 height:16px;
692 text-indent:-9999px;
693 padding:0;
694 border:0;
695 text-align:center;
696 font-weight:bold;
697 cursor:pointer;
698 }
699
700 /* entity_profile */
701 .entity_profile {
702 position:relative;
703 width:73%;
704 min-height:123px;
705 float:left;
706 margin-bottom:18px;
707 margin-left:0;
708 overflow:hidden;
709 }
710 .entity_profile dt,
711 #entity_statistics dt {
712 font-weight:bold;
713 }
714 .entity_profile dd {
715 display:inline;
716 }
717
718 .entity_profile .entity_depiction {
719 float:left;
720 width:96px;
721 margin-right:18px;
722 margin-bottom:18px;
723 }
724
725 .entity_profile .entity_fn,
726 .entity_profile .entity_nickname,
727 .entity_profile .entity_location,
728 .entity_profile .entity_url,
729 .entity_profile .entity_note,
730 .entity_profile .entity_tags,
731 .entity_profile .entity_aliases,
732 .entity_profile .entity_statistics {
733 margin-left:113px;
734 margin-bottom:4px;
735 }
736
737 .entity_profile .entity_fn,
738 .entity_profile .entity_nickname {
739 margin-left:11px;
740 display:inline;
741 }
742 .entity_profile .entity_nickname {
743 margin-left:0;
744 }
745 .entity_profile .fn,
746 .entity_profile .nickname {
747 font-size:1.1em;
748 font-weight:bold;
749 }
750 .entity_profile .fn:before {
751 content: "(";
752 font-weight:normal;
753 }
754 .entity_profile .fn:after {
755 content: ")";
756 font-weight:normal;
757 }
758 .entity_profile .nickname:after,
759 .entity_profile .nickname:before {
760 content:"";
761 }
762 .entity_profile dt,
763 .entity_profile h2 {
764 display:none;
765 }
766 .entity_profile .role {
767 margin-left:11px;
768 font-style:italic;
769 }
770 /* entity_profile */
771
772 /*entity_actions*/
773 .entity_actions {
774 float:right;
775 margin-left:2%;
776 margin-bottom:18px;
777 min-width:21%;
778 }
779 .entity_actions h2 {
780 display:none;
781 }
782 .entity_actions ul {
783 list-style-type:none;
784 }
785 .entity_actions li {
786 margin-bottom:7px;
787 }
788 .entity_actions li:first-child {
789 border-top:0;
790 }
791 .entity_actions fieldset {
792 border:0;
793 padding:0;
794 }
795 .entity_actions legend {
796 display:none;
797 }
798
799 .entity_actions input.submit {
800 display:block;
801 text-align:left;
802 width:100%;
803 }
804 .entity_actions a {
805 text-decoration:none;
806 font-weight:bold;
807 display:block;
808 }
809 .entity_actions a,
810 .entity_actions input {
811 border-radius:4px;
812 -moz-border-radius:4px;
813 -webkit-border-radius:4px;
814 }
815
816 .entity_actions a,
817 .entity_actions input,
818 .entity_actions p {
819 border-width:2px;
820 border-style:solid;
821 padding-left:23px;
822 }
823
824 .entity_actions a,
825 .entity_actions p {
826 padding:2px 4px 1px 26px;
827 }
828
829 .entity_actions .accept {
830 margin-bottom:18px;
831 }
832
833 .entity_send-a-message button {
834 position:absolute;
835 top:3px;
836 right:3px;
837 }
838
839 .entity_send-a-message .form_notice {
840 position:absolute;
841 top:34px;
842 right:-1px;
843 padding:1.795%;
844 width:65%;
845 z-index:2;
846  border-radius:7px;
847 -moz-border-radius:7px;
848 -webkit-border-radius:7px;
849 border-width:1px;
850 border-style:solid;
851 }
852 .entity_send-a-message .form_notice legend {
853 display:block;
854 margin-bottom:11px;
855 }
856
857 .entity_send-a-message .form_notice label,
858 .entity_send-a-message .form_notice select {
859 display:none;
860 }
861 .entity_send-a-message .form_notice input.submit {
862 text-align:center;
863 }
864
865 .entity_moderation,
866 .entity_role {
867 position:relative;
868 }
869 .entity_moderation p,
870 .entity_role p {
871 border-radius:4px;
872 -moz-border-radius:4px;
873 -webkit-border-radius:4px;
874 font-weight:bold;
875 padding-bottom:2px;
876 margin-bottom:7px;
877 }
878 .entity_moderation ul,
879 .entity_role ul {
880 display:none;
881 }
882 .entity_moderation:hover ul,
883 .entity_role:hover ul {
884 display:block;
885 width:110%;
886 padding:11px;
887 position:absolute;
888 top:-1px;
889 right:-1px;
890 z-index:1;
891 border-width:1px;
892 border-style:solid;
893 border-radius:7px;
894 -moz-border-radius:7px;
895 -webkit-border-radius:7px;
896 }
897
898 .entity_tags ul {
899 list-style-type:none;
900 display:inline;
901 }
902 .entity_tags li {
903 display:inline;
904 margin-right:7px;
905 }
906 .entity_tags li:before {
907 content:'\0009';
908 }
909
910 .aside .section {
911 margin-bottom:29px;
912 clear:both;
913 float:left;
914 width:100%;
915 list-style-position:inside;
916 }
917 .aside .section h2 {
918 text-transform:uppercase;
919 font-size:1em;
920 }
921
922 #entity_statistics dt {
923 margin-right:11px;
924 }
925 #entity_statistics dd {
926 display:inline;
927 margin-right:11px;
928 }
929 #entity_statistics dt:after {
930 content: ":";
931 }
932
933 .section ul.entities {
934 float:left;
935 width:100%;
936 }
937 .section .entities li {
938 list-style-type:none;
939 float:left;
940 margin-right:7px;
941 margin-bottom:7px;
942 display:inline;
943 }
944 .section .entities li .photo {
945 margin-right:0;
946 margin-bottom:0;
947 }
948 .section .entities li .fn {
949 display:none;
950 }
951
952 .aside .section p,
953 .aside .section .more {
954 clear:both;
955 }
956
957 .profile .entity_profile {
958 margin-bottom:0;
959 min-height:60px;
960 }
961
962 .profile .form_group_join legend,
963 .profile .form_group_leave legend,
964 .profile .form_user_subscribe legend,
965 .profile .form_user_unsubscribe legend {
966 display:none;
967 }
968
969 .profiles {
970 list-style-type:none;
971 }
972 .profile .entity_profile .fn.nickname,
973 .profile .entity_profile .url[rel~=contact] {
974 margin-left:0;
975 display:inline;
976 }
977
978 .profile .entity_profile .fn,
979 .profile .entity_profile .label {
980 margin-left:11px;
981 margin-bottom:4px;
982 width:auto;
983 clear:none;
984 }
985
986 .profile .entity_profile .note,
987 .profile .entity_profile .url,
988 .profile .entity_profile .entity_tags,
989 .profile .entity_profile .form_subscription_edit {
990 margin-left:59px;
991 clear:none;
992 display:block;
993 width:auto;
994 }
995 .profile .entity_profile .entity_tags dt {
996 display:inline;
997 margin-right:11px;
998 }
999
1000 .profile .entity_profile .form_subscription_edit label {
1001 font-weight:normal;
1002 margin-right:11px;
1003 }
1004
1005 /*applications*/
1006 .applications {
1007 margin-bottom:18px;
1008 float:left;
1009 width:100%;
1010 }
1011 .applications li {
1012 list-style-type:none;
1013 }
1014 .application img,
1015 #showapplication .entity_profile img,
1016 .form_data #application_icon img,
1017 #apioauthauthorize .form_data img {
1018 max-width:96px;
1019 max-height:96px;
1020 }
1021 #apioauthauthorize .form_data img {
1022 margin-right:18px;
1023 float:left;
1024 }
1025
1026 .oauth-desktop-mode #wrap {
1027     min-width: 500px;
1028 }
1029
1030 .oauth-desktop-mode #content {
1031     width: 480px;
1032     padding: 6px;
1033     margin: 4px 0px 0px 4px;
1034     border-top-left-radius: 7px;
1035     -moz-border-radius-topleft: 7px;
1036     -webkit-border-top-left-radius: 7px;
1037 }
1038
1039 .oauth-desktop-mode fieldset {
1040     margin-bottom: 10px !important;
1041 }
1042
1043 #oauth_pin {
1044     text-align: center;
1045     font-size: 3em;
1046 }
1047
1048 #showapplication .entity_profile {
1049 width:68%;
1050 }
1051 #showapplication .entity_profile .entity_fn {
1052 margin-left:0;
1053 }
1054 #showapplication .entity_profile .entity_fn .fn:before,
1055 #showapplication .entity_profile .entity_fn .fn:after {
1056 content:'';
1057 }
1058 #showapplication .entity_data {
1059 clear:both;
1060 margin-bottom:18px;
1061 }
1062 #showapplication .entity_data h2 {
1063 display:none;
1064 }
1065 #showapplication .entity_data dl {
1066 margin-bottom:18px;
1067 }
1068 #showapplication .entity_data dt {
1069 font-weight:bold;
1070 }
1071 #showapplication .entity_data dd {
1072 margin-left:1.795%;
1073 font-family:monospace;
1074 font-size:1.3em;
1075 }
1076 .form_data #application_types label.radio,
1077 .form_data #default_access_types label.radio {
1078 width:14.5%;
1079 }
1080
1081 /* NOTICE */
1082 .notice,
1083 .profile,
1084 .application {
1085 position:relative;
1086 padding-top:11px;
1087 padding-bottom:11px;
1088 clear:both;
1089 float:left;
1090 width:100%;
1091 border-top-width:1px;
1092 border-top-style:dotted;
1093 }
1094 .notices li {
1095 list-style-type:none;
1096 }
1097 .notices .notices {
1098 margin-top:7px;
1099 margin-left:2%;
1100 width:98%;
1101 float:left;
1102 }
1103 .mark-top {
1104 border-top-width:1px;
1105 border-top-style:solid;
1106 }
1107
1108 /* NOTICES */
1109 #notices_primary {
1110 float:left;
1111 width:100%;
1112 border-radius:7px;
1113 -moz-border-radius:7px;
1114 -webkit-border-radius:7px;
1115 }
1116 #notices_primary h2 {
1117 display:none;
1118 }
1119 .notice-data a span {
1120 display:block;
1121 padding-left:28px;
1122 }
1123
1124 .notice .author {
1125 margin-right:11px;
1126 }
1127 #showstream #content .notice .author {
1128 display:none;
1129 }
1130
1131 .fn {
1132 overflow:hidden;
1133 }
1134
1135 .notice .author .fn {
1136 font-weight:bold;
1137 }
1138
1139 .vcard .photo {
1140 display:inline;
1141 margin-right:11px;
1142 float:left;
1143 }
1144 #shownotice .vcard .photo {
1145 margin-bottom:4px;
1146 }
1147 #content .notice .author .photo {
1148 position:absolute;
1149 top:11px;
1150 left:0;
1151 float:none;
1152 }
1153 #content .notice .entry-title {
1154 margin-left:59px;
1155 margin-right:7px;
1156 }
1157
1158 .vcard .url {
1159 text-decoration:none;
1160 }
1161 .vcard .url:hover {
1162 text-decoration:underline;
1163 }
1164
1165 .notice .entry-title {
1166 overflow:hidden;
1167 word-wrap:break-word;
1168 }
1169 .notice .entry-title.ov {
1170 overflow:visible;
1171 }
1172 #showstream .notice .entry-title,
1173 #showstream .notice div.entry-content {
1174 margin-left:0;
1175 }
1176 #shownotice .notice .entry-title {
1177 margin-left:110px;
1178 font-size:2.2em;
1179 min-height:123px;
1180 }
1181 #shownotice .notice div.entry-content {
1182 margin-left:0;
1183 }
1184
1185 .notice p.entry-content {
1186 display:inline;
1187 }
1188
1189 #content .notice p.entry-content a:visited {
1190 border-radius:4px;
1191 -moz-border-radius:4px;
1192 -webkit-border-radius:4px;
1193 }
1194 .notice p.entry-content .vcard a {
1195 border-radius:4px;
1196 -moz-border-radius:4px;
1197 -webkit-border-radius:4px;
1198 }
1199
1200 .notice div.entry-content {
1201 clear:left;
1202 float:left;
1203 font-size:0.95em;
1204 margin-left:59px;
1205 min-width:60%;
1206 max-width:70%;
1207 }
1208 #showstream .notice div.entry-content,
1209 #shownotice .notice div.entry-content {
1210 max-width:79%;
1211 }
1212
1213 .notice .notice-options a,
1214 .notice .notice-options input {
1215 float:left;
1216 font-size:1.025em;
1217 }
1218
1219 .notice div.entry-content .timestamp {
1220 display:inline-block;
1221 }
1222
1223 .entry-content .repeat {
1224 display:block;
1225 }
1226 .entry-content .repeat .photo {
1227 float:none;
1228 margin-right:1px;
1229 position:relative;
1230 top:4px;
1231 left:0;
1232 }
1233
1234 .dialogbox {
1235 position:absolute;
1236 top:-1px;
1237 right:-1px;
1238 z-index:9;
1239 float:none;
1240 padding:11px;
1241 border-radius:7px;
1242 -moz-border-radius:7px;
1243 -webkit-border-radius:7px;
1244 border-style:solid;
1245 border-width:1px;
1246 }
1247
1248 .dialogbox legend {
1249 display:block !important;
1250 margin-right:18px;
1251 margin-bottom:18px;
1252 }
1253
1254 .dialogbox button.close {
1255 position:absolute;
1256 right:3px;
1257 top:3px;
1258 }
1259
1260 .dialogbox .form_guide {
1261 font-weight:normal;
1262 padding:0;
1263 }
1264
1265 .dialogbox .submit_dialogbox {
1266 font-weight:bold;
1267 text-indent:0;
1268 min-width:46px;
1269 }
1270 .dialogbox input {
1271 padding-left:4px;
1272 }
1273 .dialogbox fieldset {
1274 margin-bottom:0;
1275 }
1276
1277 #wrap form.processing input.submit,
1278 .entity_actions a.processing,
1279 .dialogbox.processing .submit_dialogbox {
1280 cursor:wait;
1281 outline:none;
1282 text-indent:-9999px;
1283 }
1284
1285 .form_repeat.dialogbox {
1286 top:-4px;
1287 right:29px;
1288 min-width:199px;
1289 }
1290
1291 .notice-options {
1292 position:relative;
1293 font-size:0.95em;
1294 width:113px;
1295 float:right;
1296 margin-top:3px;
1297 margin-right:4px;
1298 }
1299
1300 .notice-options a {
1301 float:left;
1302 }
1303 .notice-options .notice_reply,
1304 .notice-options .form_repeat,
1305 .notice-options .form_favor,
1306 .notice-options .form_disfavor,
1307 .notice-options .repeated {
1308 float:left;
1309 margin-left:14.2%;
1310 }
1311 .notice-options .form_favor,
1312 .notice-options .form_disfavor {
1313 margin-left:0;
1314 }
1315 .notice-options input,
1316 .notice-options a,
1317 .notice-options .repeated {
1318 text-indent:-9999px;
1319 outline:none;
1320 }
1321 .notice-options input.submit {
1322 display:block;
1323 border:0;
1324 }
1325 .notice-options .notice_reply,
1326 .notice-options .notice_delete {
1327 text-decoration:none;
1328 }
1329 .notice .notice-options .notice_delete {
1330 float:right;
1331 }
1332 .notice-options form input.submit {
1333 width:16px;
1334 height:16px;
1335 padding:0;
1336 border-radius:0;
1337 -moz-border-radius:0;
1338 -webkit-border-radius:0;
1339 }
1340 .notice-options .form_repeat legend,
1341 .notice-options .form_favor legend,
1342 .notice-options .form_disfavor legend {
1343 display:none;
1344 }
1345 .notice-options .form_repeat fieldset,
1346 .notice-options .form_favor fieldset,
1347 .notice-options .form_disfavor fieldset {
1348 border:0;
1349 padding:0;
1350 }
1351 .notice-options a,
1352 .notice-options .repeated {
1353 width:16px;
1354 height:16px;
1355 }
1356
1357 .notice .attachment {
1358 position:relative;
1359 padding-left:16px;
1360 }
1361 .notice .attachment.more {
1362 text-indent:-9999px;
1363 width:16px;
1364 height:16px;
1365 display:inline-block;
1366 overflow:hidden;
1367 vertical-align:middle;
1368 margin-left:4px;
1369 }
1370
1371 #attachments .attachment,
1372 .notice .attachment.more {
1373 padding-left:0;
1374 }
1375
1376 #attachments {
1377 clear:both;
1378 float:left;
1379 width:100%;
1380 margin-top:18px;
1381 }
1382 #attachments dt {
1383 font-weight:bold;
1384 font-size:1.3em;
1385 margin-bottom:4px;
1386 }
1387
1388 #attachments ol li {
1389 margin-bottom:18px;
1390 list-style-type:decimal;
1391 float:left;
1392 clear:both;
1393 }
1394
1395 #jOverlayContent,
1396 #jOverlayContent #content,
1397 #jOverlayContent #content_inner {
1398 width: auto !important;
1399 margin-bottom:0;
1400 }
1401 #jOverlayContent #content {
1402 padding:11px;
1403 min-height:auto;
1404 }
1405 #jOverlayContent .entry-title {
1406 display:block;
1407 margin-bottom:11px;
1408 }
1409 #jOverlayContent button {
1410 position:absolute;
1411 top:0;
1412 right:0;
1413 }
1414 #jOverlayContent h1 {
1415 max-width:425px;
1416 }
1417 #jOverlayContent #content {
1418 border-radius:7px;
1419 -moz-border-radius:7px;
1420 -webkit-border-radius:7px;
1421 }
1422 #jOverlayLoading {
1423 top:5%;
1424 left:40%;
1425 }
1426 #attachment_view img {
1427 max-width:480px;
1428 max-height:480px;
1429 }
1430 #attachment_view #oembed_info {
1431 margin-top:11px;
1432 }
1433 #attachment_view #oembed_info dt,
1434 #attachment_view #oembed_info dd {
1435 float:left;
1436 }
1437 #attachment_view #oembed_info dt {
1438 clear:left;
1439 margin-right:11px;
1440 font-weight:bold;
1441 }
1442 #attachment_view #oembed_info dt:after {
1443 content: ":";
1444 }
1445
1446 #usergroups #new_group {
1447 float: left;
1448 margin-right: 2em;
1449 }
1450 #new_group, #group_search {
1451 margin-bottom:18px;
1452 }
1453 #new_group a {
1454 padding-left:20px;
1455 }
1456
1457 #filter_tags {
1458 margin-bottom:11px;
1459 float:left;
1460 }
1461 #filter_tags dt {
1462 display:none;
1463 }
1464 #filter_tags ul {
1465 list-style-type:none;
1466 }
1467 #filter_tags li {
1468 float:left;
1469 margin-left:7px;
1470 padding-left:7px;
1471 border-left-width:1px;
1472 border-left-style:solid;
1473 }
1474 #filter_tags #filter_tags_all {
1475 margin-left:0;
1476 border-left:0;
1477 padding-left:0;
1478 }
1479 #filter_tags_all a {
1480 font-weight:bold;
1481 margin-top:7px;
1482 float:left;
1483 }
1484
1485 #filter_tags_item label {
1486 margin-right:7px;
1487 }
1488 #filter_tags_item label,
1489 #filter_tags_item select {
1490 float:left;
1491 }
1492 #filter_tags_item p {
1493 float:left;
1494 clear:both;
1495 margin-left:38px;
1496 }
1497 #filter_tags_item .submit {
1498 position:relative;
1499 top:3px;
1500 left:3px;
1501 }
1502
1503 .pagination {
1504 float:left;
1505 clear:both;
1506 width:100%;
1507 margin-top:18px;
1508 }
1509
1510 .pagination dt {
1511 font-weight:bold;
1512 display:none;
1513 }
1514
1515 .pagination .nav {
1516 float:left;
1517 width:100%;
1518 list-style-type:none;
1519 }
1520
1521 .pagination .nav_prev {
1522 float:left;
1523 }
1524 .pagination .nav_next {
1525 float:right;
1526 }
1527
1528 .pagination a {
1529 display:block;
1530 text-decoration:none;
1531 font-weight:bold;
1532 padding:7px;
1533 border-width:1px;
1534 border-style:solid;
1535 -moz-border-radius:7px;
1536 -webkit-border-radius:7px;
1537 border-radius:7px;
1538 }
1539
1540 .pagination .nav_prev a {
1541 padding-left:30px;
1542 }
1543 .pagination .nav_next a {
1544 padding-right:30px;
1545 }
1546 /* END: NOTICE */
1547
1548 .hentry .entry-content p {
1549 margin-bottom:18px;
1550 }
1551 .hentry .entry-content ol,
1552 .hentry .entry-content ul {
1553 margin-left:1.795%;
1554 }
1555 .hentry .entry-content li {
1556 margin-bottom:18px;
1557 }
1558 .hentry .entry-content li li {
1559 margin-left:18px;
1560 }
1561 .hentry .entry-content .form_settings ul {
1562 margin-left:0;
1563 }
1564
1565 #content #plugin_authors {
1566 min-width:122px;
1567 }
1568 #content thead th {
1569 text-align:left;
1570 }
1571 #content tbody th {
1572 vertical-align:top;
1573 text-align:left;
1574 font-weight:normal;
1575 padding-top:11px;
1576 padding-right:18px;
1577 }
1578 #content tbody tr {
1579 border-top-width:1px;
1580 border-top-style:dotted;
1581 }
1582 #content td {
1583 padding:11px 18px 11px 0;
1584 vertical-align:top;
1585 }
1586 #content td:last-child {
1587 padding-right:0;
1588 }
1589
1590 /* TOP_POSTERS */
1591 .section tbody td {
1592 padding-right:18px;
1593 padding-bottom:11px;
1594 }
1595 .section .vcard .photo {
1596 margin-right:7px;
1597 margin-bottom:0;
1598 }
1599
1600 .section .notice {
1601 padding-top:7px;
1602 padding-bottom:7px;
1603 border-top:0;
1604 }
1605
1606 .section .notice:first-child {
1607 padding-top:0;
1608 }
1609
1610 .section .notice .author {
1611 margin-right:0;
1612 }
1613 .section .notice .author .fn {
1614 display:none;
1615 }
1616
1617 /* tagcloud */
1618 .tag-cloud {
1619 list-style-type:none;
1620 text-align:center;
1621 }
1622 .aside .tag-cloud {
1623 font-size:0.8em;
1624 word-wrap:break-word;
1625 }
1626 .tag-cloud li {
1627 display:inline;
1628 margin-right:7px;
1629 line-height:1.25;
1630 }
1631
1632 .tag-cloud li:before {
1633 content:'\0009';
1634 }
1635
1636 .aside .tag-cloud li {
1637 line-height:1.5;
1638 }
1639 .tag-cloud li a {
1640 text-decoration:none;
1641 }
1642 #tagcloud.section dt {
1643 text-transform:uppercase;
1644 font-weight:bold;
1645 }
1646 .tag-cloud-1 {
1647 font-size:1em;
1648 }
1649 .tag-cloud-2 {
1650 font-size:1.25em;
1651 }
1652 .tag-cloud-3 {
1653 font-size:1.75em;
1654 }
1655 .tag-cloud-4 {
1656 font-size:2em;
1657 }
1658 .tag-cloud-5 {
1659 font-size:2.25em;
1660 }
1661 .tag-cloud-6 {
1662 font-size:2.75em;
1663 }
1664 .tag-cloud-7 {
1665 font-size:3.25em;
1666 }
1667
1668 #publictagcloud #tagcloud.section dt {
1669 display:none;
1670 }
1671
1672 #form_settings_photo .form_data {
1673 clear:both;
1674 }
1675
1676 #form_settings_avatar li {
1677 width:auto;
1678 }
1679 #form_settings_avatar input {
1680 margin-left:0;
1681 }
1682 #avatar_original,
1683 #avatar_preview {
1684 float:left;
1685 }
1686 #avatar_preview {
1687 margin-left:29px;
1688 }
1689 #avatar_preview_view {
1690 height:96px;
1691 width:96px;
1692 margin-bottom:18px;
1693 overflow:hidden;
1694 }
1695
1696 #settings_attach,
1697 #form_settings_avatar .form_actions {
1698 clear:both;
1699 }
1700
1701 #form_settings_avatar .form_actions {
1702 margin-bottom:0;
1703 }
1704
1705 #settings_design_background-image img {
1706 max-width:480px;
1707 max-height:480px;
1708 }
1709
1710 #settings_design_color .form_data,
1711 #color-picker {
1712 float:left;
1713 }
1714 #settings_design_color .form_data {
1715 width:400px;
1716 margin-right:1%;
1717 }
1718
1719 #settings_design_color .form_data li {
1720 width:33%;
1721 }
1722 #settings_design_color .form_data label {
1723 float:none;
1724 display:block;
1725 }
1726 #settings_design_color .form_data .swatch {
1727 padding:11px;
1728 margin-left:0;
1729 width:auto;
1730 }
1731
1732 .system_notice ul,
1733 .instructions ul {
1734 margin-left:1em;
1735 }
1736 .instructions p,
1737 .instructions ul {
1738 margin-bottom:18px;
1739 }
1740 .help dt {
1741 display:none;
1742 }
1743 .guide {
1744 clear:both;
1745 }
1746
1747 #bookmarklet address {
1748 display:none;
1749 }
1750 #bookmarklet .form_notice {
1751 width:auto;
1752 }
1753 #bookmarklet #wrap {
1754 min-width:0;
1755 }
1756
1757 .inline-attachment img {
1758     /* Why on earth is this changed to block at the top? */
1759     display: inline;
1760     border: solid 1px #aaa;
1761     padding: 1px;
1762 }
1763 }/*end of @media screen, projection, tv*/
1764
1765
1766 @media print {
1767 a:after { background-color:#FFFFFF; }
1768 a:not([href^="#"]):after { content:" <"attr(href)"> "; }
1769 img { border:none; }
1770 p { orphans: 2; widows: 1; }
1771
1772 #site_nav_global_primary,
1773 #site_nav_local_views,
1774 #form_notice,
1775 .pagination,
1776 #site_nav_global_secondary,
1777 .entity_actions,
1778 .notice-options,
1779 #aside_primary,
1780 .form_subscription_edit .submit {
1781 display:none;
1782 }
1783 .timestamp dt, .timestamp dd,
1784 .device dt, .device dd {
1785 display:inline;
1786 }
1787 .profiles li,
1788 .notices li {
1789 margin-bottom:18px;
1790 }
1791
1792 }/*end of @media print*/