]> git.donarmstrong.com Git - neurodebian.git/blob - sphinx/_static/neurodebian.css
Adding logos of CCN (no link) and Magdeburg (link to psychoinformatics lab of Michael...
[neurodebian.git] / sphinx / _static / neurodebian.css
1 /**
2  * Sphinx Doc Design
3  */
4
5 @import "bigmess.css";
6
7 body {
8     font-family: sans-serif;
9     font-size: 100%;
10     background-color: #fff;
11     color: #000;
12     margin: 0;
13     padding: 0;
14 }
15
16 /* :::: LAYOUT :::: */
17
18 div.document {
19     background-color: #fff;
20 }
21
22 div.documentwrapper {
23     float: left;
24     width: 100%;
25 }
26
27 div.bodywrapper {
28     margin: 0 0 0 230px;
29 }
30
31 div.body {
32     background-color: white;
33     background-image: url(hotbrain_bg.jpg);
34     background-repeat:no-repeat;
35     background-position:100% 100%;
36     background-attachment:fixed;
37     padding: 0 20px 30px 20px;
38 }
39
40 div.sphinxsidebarwrapper {
41     padding: 10px 5px 0 10px;
42 }
43
44 div.sphinxsidebar {
45     float: left;
46     width: 230px;
47     margin-left: -100%;
48     font-size: 90%;
49 }
50
51 div#identica_widget {
52     font-size: 80%;
53 }
54
55 div#identica_widget p {
56         margin-top: 0.2em;
57         margin-bottom: 0.2em;
58         display: list-item;
59         list-style-image:url(neurodebian_bullet.png);
60 }
61
62 iframe.twitter-timeline {
63     border-bottom: 1px dotted #aaa;
64     margin-left: 1%;
65     width: 99%;
66 }
67
68 div.tweet {
69     border-bottom: 1px dotted #aaa;
70         margin-left: 2em;
71 }
72
73 span.time:before {
74     content: "[";
75 }
76
77 span.time:after {
78     content: "]";
79 }
80
81 div.clearer {
82     clear: both;
83 }
84
85 div.footer {
86     color: #000;
87     width: 100%;
88     padding: 9px 0 9px 0;
89     text-align: center;
90     font-size: 75%;
91 }
92
93 div.related {
94     background-color: #2c3c3d;
95     color: #888;
96     width: 100%;
97     line-height: 30px;
98     font-size: 90%;
99     float: right;
100 }
101
102 div.related h3 {
103     display: none;
104 }
105
106 div.related ul {
107     margin: 0;
108     padding: 0 0 0 10px;
109     list-style: none;
110 }
111
112 div.related li {
113     display: inline;
114 }
115
116 div.related li.right {
117     float: right;
118     margin-right: 5px;
119 }
120
121 div.related a {
122     color: #fff;
123 }
124
125 /* ::: TOC :::: */
126 div.sphinxsidebar h3 {
127     font-family: 'Trebuchet MS', sans-serif;
128     color: #2c3c3d;
129     font-size: 1.4em;
130     font-weight: normal;
131     margin: 0;
132     padding: 0;
133 }
134
135 div.sphinxsidebar h3 a {
136     color: #2c3c3d;
137 }
138
139 div.sphinxsidebar h4 {
140     font-family: 'Trebuchet MS', sans-serif;
141     color: white;
142     font-size: 1.3em;
143     font-weight: normal;
144     margin: 5px 0 0 0;
145     padding: 0;
146 }
147
148 div.sphinxsidebar p {
149     color: white;
150 }
151
152 div.sphinxsidebar p.topless {
153     margin: 5px 10px 10px 10px;
154 }
155
156 div.sphinxsidebar ul {
157     margin: 10px;
158     padding: 0;
159     list-style: none;
160     color: white;
161 }
162
163 div.sphinxsidebar ul ul,
164 div.sphinxsidebar ul.want-points {
165     margin-left: 20px;
166     list-style: square;
167 }
168
169 div.sphinxsidebar ul ul {
170     margin-top: 0;
171     margin-bottom: 0;
172 }
173
174 div.sphinxsidebar a {
175     color: #533d23;
176     color: #820430;
177 }
178
179 div.sphinxsidebar form {
180     margin-top: 10px;
181 }
182
183 div.sphinxsidebar input {
184     border: 1px solid #333;
185     font-family: sans-serif;
186     font-size: 1em;
187 }
188
189 /* :::: MODULE CLOUD :::: */
190 div.modulecloud {
191     margin: -5px 10px 5px 10px;
192     padding: 10px;
193     line-height: 160%;
194     border: 1px solid #cbe7e5;
195     background-color: #f2fbfd;
196 }
197
198 div.modulecloud a {
199     padding: 0 5px 0 5px;
200 }
201
202 /* :::: SEARCH :::: */
203 .searchtip {
204     display: none;
205 }
206
207 ul.search {
208     margin: 10px 0 0 20px;
209     padding: 0;
210 }
211
212 ul.search li {
213     padding: 5px 0 5px 20px;
214     background-image: url(file.png);
215     background-repeat: no-repeat;
216     background-position: 0 7px;
217 }
218
219 ul.search li a {
220     font-weight: bold;
221 }
222
223 ul.search li div.context {
224     color: #888;
225     margin: 2px 0 0 30px;
226     text-align: left;
227 }
228
229 ul.simple {
230     margin-bottom: 1em;
231 }
232
233 ul.keywordmatches li.goodmatch a {
234     font-weight: bold;
235 }
236
237 /* :::: COMMON FORM STYLES :::: */
238
239 div.actions {
240     padding: 5px 10px 5px 10px;
241     border-top: 1px solid #cbe7e5;
242     border-bottom: 1px solid #cbe7e5;
243     background-color: #e0f6f4;
244 }
245
246 form dl {
247     color: #333;
248 }
249
250 form dt {
251     clear: both;
252     float: left;
253     min-width: 110px;
254     margin-right: 10px;
255     padding-top: 2px;
256 }
257
258 input#homepage {
259     display: none;
260 }
261
262 div.error {
263     margin: 5px 20px 0 0;
264     padding: 5px;
265     border: 1px solid #d00;
266     font-weight: bold;
267 }
268
269 /* :::: INDEX PAGE :::: */
270
271 table.contentstable {
272     width: 90%;
273 }
274
275 table.contentstable p.biglink {
276     line-height: 150%;
277 }
278
279 a.biglink {
280     font-size: 1.3em;
281 }
282
283 span.linkdescr {
284     font-style: italic;
285     padding-top: 5px;
286     font-size: 90%;
287 }
288
289 /* :::: INDEX STYLES :::: */
290
291 table.indextable td {
292     text-align: left;
293     vertical-align: top;
294 }
295
296 table.indextable dl, table.indextable dd {
297     margin-top: 0;
298     margin-bottom: 0;
299 }
300
301 table.indextable tr.pcap {
302     height: 10px;
303 }
304
305 table.indextable tr.cap {
306     margin-top: 10px;
307     background-color: #f2f2f2;
308 }
309
310 img.toggler {
311     margin-right: 3px;
312     margin-top: 3px;
313     cursor: pointer;
314 }
315
316 form.pfform {
317     margin: 10px 0 20px 0;
318 }
319
320 /* :::: GLOBAL STYLES :::: */
321
322 .docwarning {
323     background-color: #ffe4e4;
324     padding: 10px;
325     margin: 0 -20px 0 -20px;
326     border-bottom: 1px solid #f66;
327 }
328
329 p.subhead {
330     font-weight: bold;
331     margin-top: 20px;
332 }
333
334 a {
335     color: #820430;
336     text-decoration: none;
337 }
338
339 a:hover {
340     text-decoration: underline;
341 }
342
343 div.body h1,
344 div.body h2,
345 div.body h3,
346 div.body h4,
347 div.body h5,
348 div.body h6 {
349     font-family: 'Trebuchet MS', sans-serif;
350     background-color: rgba(242, 242, 242, 0.5);
351     font-weight: normal;
352     color: #20435c;
353     border-bottom: 1px solid #ccc;
354     margin: 20px -20px 10px -20px;
355     padding: 3px 0 3px 10px;
356 }
357
358 div.body h1 { margin-top: 0em; font-size: 180%; padding-top: 1em;}
359 div.body h2 { font-size: 160%; }
360 div.body h3 { font-size: 140%; }
361 div.body h4 { font-size: 120%; }
362 div.body h5 { font-size: 110%; }
363 div.body h6 { font-size: 100%; }
364
365 a.headerlink {
366     color: #c60f0f;
367     font-size: 0.8em;
368     padding: 0 4px 0 4px;
369     text-decoration: none;
370     visibility: hidden;
371 }
372
373 h1:hover > a.headerlink,
374 h2:hover > a.headerlink,
375 h3:hover > a.headerlink,
376 h4:hover > a.headerlink,
377 h5:hover > a.headerlink,
378 h6:hover > a.headerlink,
379 dt:hover > a.headerlink {
380     visibility: visible;
381 }
382
383 a.headerlink:hover {
384     background-color: #c60f0f;
385     color: white;
386 }
387
388 div.body p, div.body dd, div.body li {
389     text-align: justify;
390     line-height: 130%;
391 }
392
393 div.body p.caption {
394     text-align: inherit;
395     font-size: 95%;
396     font-style: italic;
397 }
398
399 div.body td {
400     text-align: left;
401 }
402
403 ul.fakelist {
404     list-style: none;
405     margin: 10px 0 10px 20px;
406     padding: 0;
407 }
408
409 .field-list ul {
410     padding-left: 1em;
411 }
412
413 .first {
414     margin-top: 0 !important;
415 }
416
417 /* "Footnotes" heading */
418 p.rubric {
419     margin-top: 30px;
420     font-weight: bold;
421 }
422
423 /* Sidebars */
424
425 div.sidebar {
426     margin: 0 0 0.5em 1em;
427     border: 1px solid #ddb;
428     padding: 7px 7px 0 7px;
429     background-color: #ffe;
430     width: 40%;
431     float: right;
432 }
433
434 p.sidebar-title {
435     font-weight: bold;
436 }
437
438 /* "Topics" */
439
440 div.topic {
441     background-color: #eee;
442     border: 1px solid #ccc;
443     padding: 7px 7px 0 7px;
444     margin: 10px 0 10px 0;
445 }
446
447 p.topic-title {
448     font-size: 1.1em;
449     font-weight: bold;
450     margin-top: 10px;
451 }
452
453 /* Admonitions */
454
455 div.admonition {
456     margin-top: 10px;
457     margin-bottom: 10px;
458     padding: 7px;
459 }
460
461 div.admonition dt {
462     font-weight: bold;
463 }
464
465 div.admonition dl {
466     margin-bottom: 0;
467 }
468
469 div.admonition p.admonition-title + p {
470     display: inline;
471 }
472
473 div.seealso {
474     background-color: #F3ECEF;
475     border: 1px solid #D8769A;
476     border-left: none;
477     border-right: none;
478     font-size: .8em;
479 }
480
481 div.seealso ul {
482     margin-top: 0.2em;
483     margin-bottom: 0.2em;
484 }
485
486 div.warning {
487     background-color: #ffe4e4;
488     border: 1px solid #f66;
489 }
490
491 div.note {
492     background-color: rgba(234, 242, 249, 0.6);
493     border: 1px solid #3d7aa5;
494     border-left: none;
495     border-right: none;
496     font-size: .8em;
497 }
498
499 p.admonition-title {
500     margin: 0px 10px 5px 0px;
501     font-weight: bold;
502     display: inline;
503 }
504
505 p.admonition-title:after {
506     content: ":";
507 }
508
509 div.body p.centered {
510     text-align: center;
511     margin-top: 25px;
512 }
513
514 table.docutils {
515     border: 0;
516 }
517
518 table.docutils td, table.docutils th {
519     padding: 1px 8px 1px 0;
520     border-top: 0;
521     border-left: 0;
522     border-right: 0;
523     border-bottom: 1px solid #aaa;
524 }
525
526 table.field-list td, table.field-list th {
527     border: 0 !important;
528 }
529
530 table.footnote td, table.footnote th {
531     border: 0 !important;
532     font-size: 0.7em;
533 }
534
535 .field-list ul {
536     margin: 0;
537     padding-left: 1em;
538 }
539
540 .field-list p {
541     margin: 0;
542 }
543
544 dl {
545     margin-bottom: 15px;
546 /*     clear: both; */
547 }
548
549 dd p {
550     margin-top: 0px;
551 }
552
553 dd ul, dd table {
554     margin-bottom: 10px;
555 }
556
557 dd {
558     margin-top: 3px;
559     margin-bottom: 10px;
560     margin-left: 30px;
561 }
562
563 .refcount {
564     color: #060;
565 }
566
567 dt {
568     font-weight: bold;
569     margin-top: 1em;
570 }
571
572 dt:target,
573 .highlight {
574     background-color: #fbe54e;
575 }
576
577 dl.glossary dt {
578     font-weight: bold;
579     font-size: 1.1em;
580 }
581
582 th {
583     text-align: left;
584     padding-right: 5px;
585 }
586
587 pre {
588     padding: 5px;
589     background-color: rgba(238, 255, 204, 0.6);
590     color: #333;
591     border: 1px solid #ac9;
592     border-left: none;
593     border-right: none;
594     overflow: auto;
595 }
596
597 td.linenos pre {
598     padding: 5px 0px;
599     border: 0;
600     background-color: transparent;
601     color: #aaa;
602 }
603
604 table.highlighttable {
605     margin-left: 0.5em;
606 }
607
608 table.highlighttable td {
609     padding: 0 0.5em 0 0.5em;
610 }
611
612 tt {
613     background-color: #ecf0f3;
614     padding: 0 1px 0 1px;
615     font-size: 0.95em;
616 }
617
618 tt.descname {
619     background-color: transparent;
620     font-weight: bold;
621     font-size: 1.2em;
622 }
623
624 tt.descclassname {
625     background-color: transparent;
626 }
627
628 tt.xref, a tt {
629     background-color: transparent;
630     font-weight: bold;
631 }
632
633 .footnote:target { background-color: #ffa }
634
635 .footnote-reference {
636     font-size: 0.7em;
637     vertical-align: top;
638 }
639
640 h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
641     background-color: transparent;
642 }
643
644 .optional {
645     font-size: 1.3em;
646 }
647
648 .versionmodified {
649     font-style: italic;
650 }
651
652 form.comment {
653     margin: 0;
654     padding: 10px 30px 10px 30px;
655     background-color: #eee;
656 }
657
658 form.comment h3 {
659     background-color: #326591;
660     color: white;
661     margin: -10px -30px 10px -30px;
662     padding: 5px;
663     font-size: 1.4em;
664 }
665
666 form.comment input,
667 form.comment textarea {
668     border: 1px solid #ccc;
669     padding: 2px;
670     font-family: sans-serif;
671     font-size: 100%;
672 }
673
674 form.comment input[type="text"] {
675     width: 240px;
676 }
677
678 form.comment textarea {
679     width: 100%;
680     height: 200px;
681     margin-bottom: 10px;
682 }
683
684 .system-message {
685     background-color: #fda;
686     padding: 5px;
687     border: 3px solid red;
688 }
689
690 img.math {
691     vertical-align: middle;
692 }
693
694 div.math p {
695     text-align: center;
696 }
697
698 span.eqno {
699     float: right;
700 }
701
702 img.logo {
703     border: 0;
704 }
705
706 ol.loweralpha {
707     list-style: lower-alpha;
708 }
709
710
711 /* Epigraphs */
712
713 blockquote.epigraph {
714         margin: 1em 0;
715     padding: 0 2em 0 2em;
716     background-color: #faf2e9;
717     border-top: 1px solid #ad7a35;
718     border-bottom: 1px solid #ad7a35;
719     font-style: italic;
720 }
721
722 blockquote.epigraph p {
723     margin: 0.2em 0 0.2em 0;
724         font-size: 90%;
725 }
726
727 p.attribution {
728         padding: 0.2em 0 0 1em;
729         font-size: 80%;
730     font-style: normal;
731 }
732
733 p.attribution span.author {
734     margin: 0;
735     font-weight: bold;
736 }
737
738 p.attribution span.date {
739         font-size: 90%;
740 }
741
742 p.attribution span.affiliation, span.source {
743         font-size: 90%;
744         padding: 0 0 0 25px;
745         display: block;
746 }
747
748 /* :::: PRINT :::: */
749 @media print {
750     div.document,
751     div.documentwrapper,
752     div.bodywrapper {
753         margin: 0;
754         width : 100%;
755     }
756
757     div.sphinxsidebar,
758     div.related,
759     div.footer,
760     div#comments div.new-comment-box,
761     #top-link {
762         display: none;
763     }
764 }
765
766 /* survey */
767
768
769 div.rating {
770     text-align: center;
771     font-size: 80%;
772     float: left;
773     padding: 0.5em;
774 }
775
776
777 table.questionaire {
778     padding: 0px;
779 }
780
781 tr.oddrow {
782     background-color: #ddd;
783 }
784
785 table.questionaire td {
786     padding: 0px;
787     margin: 0px;
788 }
789
790 td.response {
791     text-align: left;
792     white-space: nowrap;
793     background-color: #eeffcc;
794 }
795
796 tr.oddrow td.response {
797     background-color: #ccd9af;
798 }
799
800 td.task {
801     text-align: left;
802 }
803
804 .button {
805     background-color: transparent;
806     font-weight: normal;
807     color: #20435c;
808     border: 1px solid #ccc;
809     padding: 3px;
810     text-align: center;
811     cursor: pointer;
812 }
813
814 div.buttonbar {
815     background-color: #fff;
816     font-size: 70%;
817 }
818
819 div.buttonbar a:hover {
820     text-decoration: none;
821 }
822
823 div.buttonbar a:hover img {
824     background-color: #ffc7da;
825 }
826
827 div.buttonbar ul {
828     list-style: none;
829     padding: 0px;
830 }
831
832 div.buttonbar li {
833     display: inline;
834     margin: 5px;
835     text-align: center;
836 }
837
838 div.buttonbar.leftbar li {
839     float: left;
840 }
841
842 div.buttonbar.rightbar li {
843     float: right;
844 }
845
846 div#randomquote {
847 }
848
849 div#randomquote blockquote.epigraph {
850     padding: 0 2em 2em 2em;
851     background-color: transparent;
852     font-style: italic;
853     font-size: 80%;
854     border: 0px
855 }
856
857 #troubleshooting dt,
858 div#frequently-asked-questions dt {
859     font-weight: bold;
860     margin-top: 1em;
861     margin-left: 1em;
862     cursor: pointer;
863     display: list-item;
864     list-style-image:url(neurodebian_bullet.png);
865 }
866
867 div#frequently-asked-questions dt:after {
868     content: "\203A\203A";
869     padding-left: .25em;
870 }
871
872 div#sitemap ul {
873     float: left;
874     list-style: none;
875 }
876
877 .linkmore {
878     margin-top: -2em;
879     float: right;
880     font-size: 70%;
881 }
882
883 .nojavascriptinstructions {
884     font-size: 70%;
885 }
886
887 .expandinstructions {
888     font-size: 70%;
889     display: none;
890 }
891
892 .linkmore:before,
893 .nojavascriptinstructions:before,
894 .expandinstructions:before {
895     content: "["
896 }
897
898 .linkmore:after,
899 .nojavascriptinstructions:after,
900 .expandinstructions:after {
901     content: "]"
902 }
903
904
905 .highlighted {
906     background-color: yellow;
907 }
908
909 #searchbox p {
910     display: inline;
911 }
912
913 .inlineimage {
914     vertical-align: baseline;
915 }
916
917 a img.inlineimage:hover {
918     background-color: #820430;
919 }