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