]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
cd0e00d8607490a3c9105be79331369a574cc8a5
[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 #header .form_notice {
567 width:45%;
568 }
569 .form_notice {
570 float:left;
571 position:relative;
572 line-height:1;
573 }
574 .form_notice fieldset {
575 border:0;
576 padding:0;
577 position:relative;
578 }
579 .form_notice legend {
580 display:none;
581 }
582 .form_notice textarea {
583 float:left;
584 border-radius:7px;
585 -moz-border-radius:7px;
586 -webkit-border-radius:7px;
587 width:80.789%;
588 height:67px;
589 line-height:1.5;
590 padding:7px 7px 16px 7px;
591 position:relative;
592 z-index:2;
593 }
594 .form_notice label {
595 display:block;
596 float:left;
597 font-size:1.3em;
598 margin-bottom:7px;
599 }
600 .form_notice label.notice_data-attach,
601 .form_notice input.notice_data-attach {
602 position:absolute;
603 top:25px;
604 right:10.5%;
605 cursor:pointer;
606 }
607 .form_notice label.notice_data-attach {
608 text-indent:-9999px;
609 width:16px;
610 height:16px;
611 }
612 .form_notice input.notice_data-attach {
613 padding:0;
614 height:16px;
615 }
616 .form_notice .count {
617 position:absolute;
618 bottom:2px;
619 right:21.715%;
620 z-index:9;
621 }
622 .form_notice .count dt {
623 font-weight:bold;
624 display:none;
625 }
626 .form_notice .count {
627 font-weight:bold;
628 line-height:1.15;
629 padding:1px 2px;
630 }
631 .form_notice .submit {
632 width:14%;
633 height:47px;
634 padding:0;
635 position:absolute;
636 bottom:0;
637 right:0;
638 }
639 .form_notice label[for=to] {
640 margin-top:7px;
641 }
642 .form_notice select[id=to] {
643 margin-bottom:7px;
644 margin-left:18px;
645 float:left;
646 max-width:322px;
647 }
648 .form_notice .error,
649 .form_notice .success,
650 .form_notice .notice-status {
651 float:left;
652 clear:both;
653 width:81.5%;
654 margin-bottom:0;
655 line-height:1.618;
656 }
657 .form_notice .attach-status code {
658 float:left;
659 width:80%;
660 display:block;
661 overflow:auto;
662 margin-right:2.5%;
663 font-size:1.1em;
664 }
665 .form_notice .attach-status button.close,
666 .form_notice .notice-status button.close,{
667 float:right;
668 font-size:0.8em;
669 }
670
671 .form_notice .notice_data-geo_wrap label,
672 .form_notice .notice_data-geo_wrap input {
673 position:absolute;
674 top:25px;
675 right:4px;
676 left:auto;
677 cursor:pointer;
678 width:16px;
679 height:16px;
680 display:block;
681 }
682 .form_notice .notice_data-geo_wrap input {
683 visibility:hidden;
684 }
685 .form_notice .notice_data-geo_wrap label {
686 font-weight:normal;
687 font-size:1em;
688 margin-bottom:0;
689 text-indent:-9999px;
690 }
691
692 button.close,
693 button.minimize {
694 width:16px;
695 height:16px;
696 text-indent:-9999px;
697 padding:0;
698 border:0;
699 text-align:center;
700 font-weight:bold;
701 cursor:pointer;
702 }
703
704 /* entity_profile */
705 .entity_profile {
706 position:relative;
707 width:73%;
708 min-height:123px;
709 float:left;
710 margin-bottom:18px;
711 margin-left:0;
712 overflow:hidden;
713 }
714 .entity_profile dt,
715 #entity_statistics dt {
716 font-weight:bold;
717 }
718 .entity_profile dd {
719 display:inline;
720 }
721
722 .entity_profile .entity_depiction {
723 float:left;
724 width:96px;
725 margin-right:18px;
726 margin-bottom:18px;
727 }
728
729 .entity_profile .entity_fn,
730 .entity_profile .entity_nickname,
731 .entity_profile .entity_location,
732 .entity_profile .entity_url,
733 .entity_profile .entity_note,
734 .entity_profile .entity_tags,
735 .entity_profile .entity_aliases,
736 .entity_profile .entity_statistics {
737 margin-left:113px;
738 margin-bottom:4px;
739 }
740
741 .entity_profile .entity_fn,
742 .entity_profile .entity_nickname {
743 margin-left:11px;
744 display:inline;
745 }
746 .entity_profile .entity_nickname {
747 margin-left:0;
748 }
749 .entity_profile .fn,
750 .entity_profile .nickname {
751 font-size:1.1em;
752 font-weight:bold;
753 }
754 .entity_profile .fn:before {
755 content: "(";
756 font-weight:normal;
757 }
758 .entity_profile .fn:after {
759 content: ")";
760 font-weight:normal;
761 }
762 .entity_profile .nickname:after,
763 .entity_profile .nickname:before {
764 content:"";
765 }
766 .entity_profile dt,
767 .entity_profile h2 {
768 display:none;
769 }
770 .entity_profile .role {
771 margin-left:11px;
772 font-style:italic;
773 }
774 /* entity_profile */
775
776 /*entity_actions*/
777 .entity_actions {
778 float:right;
779 margin-left:2%;
780 margin-bottom:18px;
781 min-width:21%;
782 }
783 .entity_actions h2 {
784 display:none;
785 }
786 .entity_actions ul {
787 list-style-type:none;
788 }
789 .entity_actions li {
790 margin-bottom:7px;
791 }
792 .entity_actions li:first-child {
793 border-top:0;
794 }
795 .entity_actions fieldset {
796 border:0;
797 padding:0;
798 }
799 .entity_actions legend {
800 display:none;
801 }
802
803 .entity_actions input.submit {
804 display:block;
805 text-align:left;
806 width:100%;
807 }
808 .entity_actions a {
809 text-decoration:none;
810 font-weight:bold;
811 display:block;
812 }
813 .entity_actions a,
814 .entity_actions input {
815 border-radius:4px;
816 -moz-border-radius:4px;
817 -webkit-border-radius:4px;
818 }
819
820 .entity_actions a,
821 .entity_actions input,
822 .entity_actions p {
823 border-width:2px;
824 border-style:solid;
825 padding-left:23px;
826 }
827
828 .entity_actions a,
829 .entity_actions p {
830 padding:2px 4px 1px 26px;
831 }
832
833 .entity_actions .accept {
834 margin-bottom:18px;
835 }
836
837 .entity_send-a-message button {
838 position:absolute;
839 top:3px;
840 right:3px;
841 }
842
843 .entity_send-a-message .form_notice {
844 position:absolute;
845 top:34px;
846 right:-1px;
847 padding:1.795%;
848 width:65%;
849 z-index:2;
850  border-radius:7px;
851 -moz-border-radius:7px;
852 -webkit-border-radius:7px;
853 border-width:1px;
854 border-style:solid;
855 }
856 .entity_send-a-message .form_notice legend {
857 display:block;
858 margin-bottom:11px;
859 }
860
861 .entity_send-a-message .form_notice label,
862 .entity_send-a-message .form_notice select {
863 display:none;
864 }
865 .entity_send-a-message .form_notice input.submit {
866 text-align:center;
867 }
868
869 .entity_moderation,
870 .entity_role {
871 position:relative;
872 }
873 .entity_moderation p,
874 .entity_role p {
875 border-radius:4px;
876 -moz-border-radius:4px;
877 -webkit-border-radius:4px;
878 font-weight:bold;
879 padding-bottom:2px;
880 margin-bottom:7px;
881 }
882 .entity_moderation ul,
883 .entity_role ul {
884 display:none;
885 }
886 .entity_moderation:hover ul,
887 .entity_role:hover ul {
888 display:block;
889 width:110%;
890 padding:11px;
891 position:absolute;
892 top:-1px;
893 right:-1px;
894 z-index:1;
895 border-width:1px;
896 border-style:solid;
897 border-radius:7px;
898 -moz-border-radius:7px;
899 -webkit-border-radius:7px;
900 }
901
902 .entity_tags ul {
903 list-style-type:none;
904 display:inline;
905 }
906 .entity_tags li {
907 display:inline;
908 margin-right:7px;
909 }
910 .entity_tags li:before {
911 content:'\0009';
912 }
913
914 .aside .section {
915 margin-bottom:29px;
916 clear:both;
917 float:left;
918 width:100%;
919 list-style-position:inside;
920 }
921 .aside .section h2 {
922 text-transform:uppercase;
923 font-size:1em;
924 }
925
926 #entity_statistics dt {
927 margin-right:11px;
928 }
929 #entity_statistics dd {
930 display:inline;
931 margin-right:11px;
932 }
933 #entity_statistics dt:after {
934 content: ":";
935 }
936
937 .section ul.entities {
938 float:left;
939 width:100%;
940 }
941 .section .entities li {
942 list-style-type:none;
943 float:left;
944 margin-right:7px;
945 margin-bottom:7px;
946 display:inline;
947 }
948 .section .entities li .photo {
949 margin-right:0;
950 margin-bottom:0;
951 }
952 .section .entities li .fn {
953 display:none;
954 }
955
956 .aside .section p,
957 .aside .section .more {
958 clear:both;
959 }
960
961 .profile .entity_profile {
962 margin-bottom:0;
963 min-height:60px;
964 }
965
966 .profile .form_group_join legend,
967 .profile .form_group_leave legend,
968 .profile .form_user_subscribe legend,
969 .profile .form_user_unsubscribe legend {
970 display:none;
971 }
972
973 .profiles {
974 list-style-type:none;
975 }
976 .profile .entity_profile .fn.nickname,
977 .profile .entity_profile .url[rel~=contact] {
978 margin-left:0;
979 display:inline;
980 }
981
982 .profile .entity_profile .fn,
983 .profile .entity_profile .label {
984 margin-left:11px;
985 margin-bottom:4px;
986 width:auto;
987 clear:none;
988 }
989
990 .profile .entity_profile .note,
991 .profile .entity_profile .url,
992 .profile .entity_profile .entity_tags,
993 .profile .entity_profile .form_subscription_edit {
994 margin-left:59px;
995 clear:none;
996 display:block;
997 width:auto;
998 }
999 .profile .entity_profile .entity_tags dt {
1000 display:inline;
1001 margin-right:11px;
1002 }
1003
1004 .profile .entity_profile .form_subscription_edit label {
1005 font-weight:normal;
1006 margin-right:11px;
1007 }
1008
1009 /*applications*/
1010 .applications {
1011 margin-bottom:18px;
1012 float:left;
1013 width:100%;
1014 }
1015 .applications li {
1016 list-style-type:none;
1017 }
1018 .application img,
1019 #showapplication .entity_profile img,
1020 .form_data #application_icon img,
1021 #apioauthauthorize .form_data img {
1022 max-width:96px;
1023 max-height:96px;
1024 }
1025 #apioauthauthorize .form_data img {
1026 margin-right:18px;
1027 float:left;
1028 }
1029
1030 .oauth-desktop-mode #wrap {
1031     min-width: 500px;
1032 }
1033
1034 .oauth-desktop-mode #content {
1035     width: 480px;
1036     padding: 6px;
1037     margin: 4px 0px 0px 4px;
1038     border-top-left-radius: 7px;
1039     -moz-border-radius-topleft: 7px;
1040     -webkit-border-top-left-radius: 7px;
1041 }
1042
1043 .oauth-desktop-mode fieldset {
1044     margin-bottom: 10px !important;
1045 }
1046
1047 #oauth_pin {
1048     text-align: center;
1049     font-size: 3em;
1050 }
1051
1052 #showapplication .entity_profile {
1053 width:68%;
1054 }
1055 #showapplication .entity_profile .entity_fn {
1056 margin-left:0;
1057 }
1058 #showapplication .entity_profile .entity_fn .fn:before,
1059 #showapplication .entity_profile .entity_fn .fn:after {
1060 content:'';
1061 }
1062 #showapplication .entity_data {
1063 clear:both;
1064 margin-bottom:18px;
1065 }
1066 #showapplication .entity_data h2 {
1067 display:none;
1068 }
1069 #showapplication .entity_data dl {
1070 margin-bottom:18px;
1071 }
1072 #showapplication .entity_data dt {
1073 font-weight:bold;
1074 }
1075 #showapplication .entity_data dd {
1076 margin-left:1.795%;
1077 font-family:monospace;
1078 font-size:1.3em;
1079 }
1080 .form_data #application_types label.radio,
1081 .form_data #default_access_types label.radio {
1082 width:14.5%;
1083 }
1084
1085 /* NOTICE */
1086 .notice,
1087 .profile,
1088 .application {
1089 position:relative;
1090 padding-top:11px;
1091 padding-bottom:11px;
1092 clear:both;
1093 float:left;
1094 width:100%;
1095 border-top-width:1px;
1096 border-top-style:dotted;
1097 }
1098 .notices li {
1099 list-style-type:none;
1100 }
1101 .notices .notices {
1102 margin-top:7px;
1103 margin-left:2%;
1104 width:98%;
1105 float:left;
1106 }
1107 .mark-top {
1108 border-top-width:1px;
1109 border-top-style:solid;
1110 }
1111
1112 /* Threaded notices sublist */
1113 #content .notices .threaded-replies {
1114     margin-left: 10%;
1115     width: 90%;
1116
1117     background: #e4e8f1;
1118 }
1119 #content .threaded-replies .notice .author .photo {
1120     left: 8px;
1121     width: 32px;
1122     height: 32px;
1123 }
1124 .threaded-replies .notice-reply {
1125     margin: 8px;
1126 }
1127 .threaded-replies .notice-reply-placeholder input.placeholder {
1128     margin-left: 0;
1129     width: 95%;
1130 }
1131 .threaded-replies .notice-reply-placeholder input.placeholder {
1132     color: gray;
1133     margin-left: 8px; /* ?? */
1134     margin-bottom: 8px;
1135 }
1136 .threaded-replies .notice-reply .controls {
1137     text-align: right;
1138 }
1139 .threaded-replies .notice-reply-comments {
1140     margin: 8px;
1141 }
1142 .threaded-replies .response,
1143 .threaded-replies .source {
1144     /* Hide these for ajax/realtime sourced notices */
1145     display: none;
1146 }
1147 /* NOTICES */
1148 #notices_primary {
1149 float:left;
1150 width:100%;
1151 border-radius:7px;
1152 -moz-border-radius:7px;
1153 -webkit-border-radius:7px;
1154 }
1155 #notices_primary h2 {
1156 display:none;
1157 }
1158 .notice-data a span {
1159 display:block;
1160 padding-left:28px;
1161 }
1162
1163 .notice .author {
1164 margin-right:11px;
1165 }
1166 #showstream #content .notice .author {
1167 display:none;
1168 }
1169
1170 .fn {
1171 overflow:hidden;
1172 }
1173
1174 .notice .author .fn {
1175 font-weight:bold;
1176 }
1177
1178 .vcard .photo {
1179 display:inline;
1180 margin-right:11px;
1181 float:left;
1182 }
1183 #shownotice .vcard .photo {
1184 margin-bottom:4px;
1185 }
1186 #content .notice .author .photo {
1187 position:absolute;
1188 top:11px;
1189 left:0;
1190 float:none;
1191 }
1192 #content .notice .entry-title {
1193 margin-left:59px;
1194 margin-right:7px;
1195 }
1196
1197 .vcard .url {
1198 text-decoration:none;
1199 }
1200 .vcard .url:hover {
1201 text-decoration:underline;
1202 }
1203
1204 .notice .entry-title {
1205 overflow:hidden;
1206 word-wrap:break-word;
1207 }
1208 .notice .entry-title.ov {
1209 overflow:visible;
1210 }
1211 #showstream .notice .entry-title,
1212 #showstream .notice div.entry-content {
1213 margin-left:0;
1214 }
1215 #shownotice .notice .entry-title {
1216 margin-left:110px;
1217 font-size:2.2em;
1218 min-height:123px;
1219 }
1220 #shownotice .notice div.entry-content {
1221 margin-left:0;
1222 }
1223
1224 .notice p.entry-content {
1225 display:inline;
1226 }
1227
1228 #content .notice p.entry-content a:visited {
1229 border-radius:4px;
1230 -moz-border-radius:4px;
1231 -webkit-border-radius:4px;
1232 }
1233 .notice p.entry-content .vcard a {
1234 border-radius:4px;
1235 -moz-border-radius:4px;
1236 -webkit-border-radius:4px;
1237 }
1238
1239 .notice div.entry-content {
1240 clear:left;
1241 float:left;
1242 font-size:0.95em;
1243 margin-left:59px;
1244 min-width:60%;
1245 max-width:70%;
1246 }
1247 #showstream .notice div.entry-content,
1248 #shownotice .notice div.entry-content {
1249 max-width:79%;
1250 }
1251
1252 .notice .notice-options a,
1253 .notice .notice-options input {
1254 float:left;
1255 font-size:1.025em;
1256 }
1257
1258 .notice div.entry-content .timestamp {
1259 display:inline-block;
1260 }
1261
1262 .entry-content .repeat {
1263 display:block;
1264 }
1265 .entry-content .repeat .photo {
1266 float:none;
1267 margin-right:1px;
1268 position:relative;
1269 top:4px;
1270 left:0;
1271 }
1272
1273 .dialogbox {
1274 position:absolute;
1275 top:-1px;
1276 right:-1px;
1277 z-index:9;
1278 float:none;
1279 padding:11px;
1280 border-radius:7px;
1281 -moz-border-radius:7px;
1282 -webkit-border-radius:7px;
1283 border-style:solid;
1284 border-width:1px;
1285 }
1286
1287 .dialogbox legend {
1288 display:block !important;
1289 margin-right:18px;
1290 margin-bottom:18px;
1291 }
1292
1293 .dialogbox button.close {
1294 position:absolute;
1295 right:3px;
1296 top:3px;
1297 }
1298
1299 .dialogbox .form_guide {
1300 font-weight:normal;
1301 padding:0;
1302 }
1303
1304 .dialogbox .submit_dialogbox {
1305 font-weight:bold;
1306 text-indent:0;
1307 min-width:46px;
1308 }
1309 .dialogbox input {
1310 padding-left:4px;
1311 }
1312 .dialogbox fieldset {
1313 margin-bottom:0;
1314 }
1315
1316 #wrap form.processing input.submit,
1317 .entity_actions a.processing,
1318 .dialogbox.processing .submit_dialogbox {
1319 cursor:wait;
1320 outline:none;
1321 text-indent:-9999px;
1322 }
1323
1324 .form_repeat.dialogbox {
1325 top:-4px;
1326 right:29px;
1327 min-width:199px;
1328 }
1329
1330 .notice-options {
1331 position:relative;
1332 font-size:0.95em;
1333 width:113px;
1334 float:right;
1335 margin-top:3px;
1336 margin-right:4px;
1337 }
1338
1339 .notice-options a {
1340 float:left;
1341 }
1342 .notice-options .notice_reply,
1343 .notice-options .form_repeat,
1344 .notice-options .form_favor,
1345 .notice-options .form_disfavor,
1346 .notice-options .repeated {
1347 float:left;
1348 margin-left:14.2%;
1349 }
1350 .notice-options .form_favor,
1351 .notice-options .form_disfavor {
1352 margin-left:0;
1353 }
1354 .notice-options input,
1355 .notice-options a,
1356 .notice-options .repeated {
1357 text-indent:-9999px;
1358 outline:none;
1359 }
1360 .notice-options input.submit {
1361 display:block;
1362 border:0;
1363 }
1364 .notice-options .notice_reply,
1365 .notice-options .notice_delete {
1366 text-decoration:none;
1367 }
1368 .notice .notice-options .notice_delete {
1369 float:right;
1370 }
1371 .notice-options form input.submit {
1372 width:16px;
1373 height:16px;
1374 padding:0;
1375 border-radius:0;
1376 -moz-border-radius:0;
1377 -webkit-border-radius:0;
1378 }
1379 .notice-options .form_repeat legend,
1380 .notice-options .form_favor legend,
1381 .notice-options .form_disfavor legend {
1382 display:none;
1383 }
1384 .notice-options .form_repeat fieldset,
1385 .notice-options .form_favor fieldset,
1386 .notice-options .form_disfavor fieldset {
1387 border:0;
1388 padding:0;
1389 }
1390 .notice-options a,
1391 .notice-options .repeated {
1392 width:16px;
1393 height:16px;
1394 }
1395
1396 .notice .attachment {
1397 position:relative;
1398 padding-left:16px;
1399 }
1400 .notice .attachment.more {
1401 text-indent:-9999px;
1402 width:16px;
1403 height:16px;
1404 display:inline-block;
1405 overflow:hidden;
1406 vertical-align:middle;
1407 margin-left:4px;
1408 }
1409
1410 #attachments .attachment,
1411 .notice .attachment.more {
1412 padding-left:0;
1413 }
1414
1415 #attachments {
1416 clear:both;
1417 float:left;
1418 width:100%;
1419 margin-top:18px;
1420 }
1421 #attachments dt {
1422 font-weight:bold;
1423 font-size:1.3em;
1424 margin-bottom:4px;
1425 }
1426
1427 #attachments ol li {
1428 margin-bottom:18px;
1429 list-style-type:decimal;
1430 float:left;
1431 clear:both;
1432 }
1433
1434 #jOverlayContent,
1435 #jOverlayContent #content,
1436 #jOverlayContent #content_inner {
1437 width: auto !important;
1438 margin-bottom:0;
1439 }
1440 #jOverlayContent #content {
1441 padding:11px;
1442 min-height:auto;
1443 }
1444 #jOverlayContent .entry-title {
1445 display:block;
1446 margin-bottom:11px;
1447 }
1448 #jOverlayContent button {
1449 position:absolute;
1450 top:0;
1451 right:0;
1452 }
1453 #jOverlayContent h1 {
1454 max-width:425px;
1455 }
1456 #jOverlayContent #content {
1457 border-radius:7px;
1458 -moz-border-radius:7px;
1459 -webkit-border-radius:7px;
1460 }
1461 #jOverlayLoading {
1462 top:5%;
1463 left:40%;
1464 }
1465 #attachment_view img {
1466 max-width:480px;
1467 max-height:480px;
1468 }
1469 #attachment_view #oembed_info {
1470 margin-top:11px;
1471 }
1472 #attachment_view #oembed_info dt,
1473 #attachment_view #oembed_info dd {
1474 float:left;
1475 }
1476 #attachment_view #oembed_info dt {
1477 clear:left;
1478 margin-right:11px;
1479 font-weight:bold;
1480 }
1481 #attachment_view #oembed_info dt:after {
1482 content: ":";
1483 }
1484
1485 #usergroups #new_group {
1486 float: left;
1487 margin-right: 2em;
1488 }
1489 #new_group, #group_search {
1490 margin-bottom:18px;
1491 }
1492 #new_group a {
1493 padding-left:20px;
1494 }
1495
1496 #filter_tags {
1497 margin-bottom:11px;
1498 float:left;
1499 }
1500 #filter_tags dt {
1501 display:none;
1502 }
1503 #filter_tags ul {
1504 list-style-type:none;
1505 }
1506 #filter_tags li {
1507 float:left;
1508 margin-left:7px;
1509 padding-left:7px;
1510 border-left-width:1px;
1511 border-left-style:solid;
1512 }
1513 #filter_tags #filter_tags_all {
1514 margin-left:0;
1515 border-left:0;
1516 padding-left:0;
1517 }
1518 #filter_tags_all a {
1519 font-weight:bold;
1520 margin-top:7px;
1521 float:left;
1522 }
1523
1524 #filter_tags_item label {
1525 margin-right:7px;
1526 }
1527 #filter_tags_item label,
1528 #filter_tags_item select {
1529 float:left;
1530 }
1531 #filter_tags_item p {
1532 float:left;
1533 clear:both;
1534 margin-left:38px;
1535 }
1536 #filter_tags_item .submit {
1537 position:relative;
1538 top:3px;
1539 left:3px;
1540 }
1541
1542 .pagination {
1543 float:left;
1544 clear:both;
1545 width:100%;
1546 margin-top:18px;
1547 }
1548
1549 .pagination dt {
1550 font-weight:bold;
1551 display:none;
1552 }
1553
1554 .pagination .nav {
1555 float:left;
1556 width:100%;
1557 list-style-type:none;
1558 }
1559
1560 .pagination .nav_prev {
1561 float:left;
1562 }
1563 .pagination .nav_next {
1564 float:right;
1565 }
1566
1567 .pagination a {
1568 display:block;
1569 text-decoration:none;
1570 font-weight:bold;
1571 padding:7px;
1572 border-width:1px;
1573 border-style:solid;
1574 -moz-border-radius:7px;
1575 -webkit-border-radius:7px;
1576 border-radius:7px;
1577 }
1578
1579 .pagination .nav_prev a {
1580 padding-left:30px;
1581 }
1582 .pagination .nav_next a {
1583 padding-right:30px;
1584 }
1585 /* END: NOTICE */
1586
1587 .hentry .entry-content p {
1588 margin-bottom:18px;
1589 }
1590 .hentry .entry-content ol,
1591 .hentry .entry-content ul {
1592 margin-left:1.795%;
1593 }
1594 .hentry .entry-content li {
1595 margin-bottom:18px;
1596 }
1597 .hentry .entry-content li li {
1598 margin-left:18px;
1599 }
1600 .hentry .entry-content .form_settings ul {
1601 margin-left:0;
1602 }
1603
1604 #content #plugin_authors {
1605 min-width:122px;
1606 }
1607 #content thead th {
1608 text-align:left;
1609 }
1610 #content tbody th {
1611 vertical-align:top;
1612 text-align:left;
1613 font-weight:normal;
1614 padding-top:11px;
1615 padding-right:18px;
1616 }
1617 #content tbody tr {
1618 border-top-width:1px;
1619 border-top-style:dotted;
1620 }
1621 #content td {
1622 padding:11px 18px 11px 0;
1623 vertical-align:top;
1624 }
1625 #content td:last-child {
1626 padding-right:0;
1627 }
1628
1629 /* TOP_POSTERS */
1630 .section tbody td {
1631 padding-right:18px;
1632 padding-bottom:11px;
1633 }
1634 .section .vcard .photo {
1635 margin-right:7px;
1636 margin-bottom:0;
1637 }
1638
1639 .section .notice {
1640 padding-top:7px;
1641 padding-bottom:7px;
1642 border-top:0;
1643 }
1644
1645 .section .notice:first-child {
1646 padding-top:0;
1647 }
1648
1649 .section .notice .author {
1650 margin-right:0;
1651 }
1652 .section .notice .author .fn {
1653 display:none;
1654 }
1655
1656 /* tagcloud */
1657 .tag-cloud {
1658 list-style-type:none;
1659 text-align:center;
1660 }
1661 .aside .tag-cloud {
1662 font-size:0.8em;
1663 word-wrap:break-word;
1664 }
1665 .tag-cloud li {
1666 display:inline;
1667 margin-right:7px;
1668 line-height:1.25;
1669 }
1670
1671 .tag-cloud li:before {
1672 content:'\0009';
1673 }
1674
1675 .aside .tag-cloud li {
1676 line-height:1.5;
1677 }
1678 .tag-cloud li a {
1679 text-decoration:none;
1680 }
1681 #tagcloud.section dt {
1682 text-transform:uppercase;
1683 font-weight:bold;
1684 }
1685 .tag-cloud-1 {
1686 font-size:1em;
1687 }
1688 .tag-cloud-2 {
1689 font-size:1.25em;
1690 }
1691 .tag-cloud-3 {
1692 font-size:1.75em;
1693 }
1694 .tag-cloud-4 {
1695 font-size:2em;
1696 }
1697 .tag-cloud-5 {
1698 font-size:2.25em;
1699 }
1700 .tag-cloud-6 {
1701 font-size:2.75em;
1702 }
1703 .tag-cloud-7 {
1704 font-size:3.25em;
1705 }
1706
1707 #publictagcloud #tagcloud.section dt {
1708 display:none;
1709 }
1710
1711 #form_settings_photo .form_data {
1712 clear:both;
1713 }
1714
1715 #form_settings_avatar li {
1716 width:auto;
1717 }
1718 #form_settings_avatar input {
1719 margin-left:0;
1720 }
1721 #avatar_original,
1722 #avatar_preview {
1723 float:left;
1724 }
1725 #avatar_preview {
1726 margin-left:29px;
1727 }
1728 #avatar_preview_view {
1729 height:96px;
1730 width:96px;
1731 margin-bottom:18px;
1732 overflow:hidden;
1733 }
1734
1735 #settings_attach,
1736 #form_settings_avatar .form_actions {
1737 clear:both;
1738 }
1739
1740 #form_settings_avatar .form_actions {
1741 margin-bottom:0;
1742 }
1743
1744 #settings_design_background-image img {
1745 max-width:480px;
1746 max-height:480px;
1747 }
1748
1749 #settings_design_color .form_data,
1750 #color-picker {
1751 float:left;
1752 }
1753 #settings_design_color .form_data {
1754 width:400px;
1755 margin-right:1%;
1756 }
1757
1758 #settings_design_color .form_data li {
1759 width:33%;
1760 }
1761 #settings_design_color .form_data label {
1762 float:none;
1763 display:block;
1764 }
1765 #settings_design_color .form_data .swatch {
1766 padding:11px;
1767 margin-left:0;
1768 width:auto;
1769 }
1770
1771 .system_notice ul,
1772 .instructions ul {
1773 margin-left:1em;
1774 }
1775 .instructions p,
1776 .instructions ul {
1777 margin-bottom:18px;
1778 }
1779 .help dt {
1780 display:none;
1781 }
1782 .guide {
1783 clear:both;
1784 }
1785
1786 #bookmarklet address {
1787 display:none;
1788 }
1789 #bookmarklet .form_notice {
1790 width:auto;
1791 }
1792 #bookmarklet #wrap {
1793 min-width:0;
1794 }
1795
1796 .inline-attachment img {
1797     /* Why on earth is this changed to block at the top? */
1798     display: inline;
1799     border: solid 1px #aaa;
1800     padding: 1px;
1801 }
1802 }/*end of @media screen, projection, tv*/
1803
1804
1805 @media print {
1806 a:after { background-color:#FFFFFF; }
1807 a:not([href^="#"]):after { content:" <"attr(href)"> "; }
1808 img { border:none; }
1809 p { orphans: 2; widows: 1; }
1810
1811 #site_nav_global_primary,
1812 #site_nav_local_views,
1813 #form_notice,
1814 .pagination,
1815 #site_nav_global_secondary,
1816 .entity_actions,
1817 .notice-options,
1818 #aside_primary,
1819 .form_subscription_edit .submit {
1820 display:none;
1821 }
1822 .timestamp dt, .timestamp dd,
1823 .device dt, .device dd {
1824 display:inline;
1825 }
1826 .profiles li,
1827 .notices li {
1828 margin-bottom:18px;
1829 }
1830
1831 }/*end of @media print*/