]> git.donarmstrong.com Git - neurodebian.git/blob - sphinx/_static/neurodebian.css
Merge branch 'master' of alioth:/git/pkg-exppsy/neurodebian
[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 }
384
385 div.body td {
386     text-align: left;
387 }
388
389 ul.fakelist {
390     list-style: none;
391     margin: 10px 0 10px 20px;
392     padding: 0;
393 }
394
395 .field-list ul {
396     padding-left: 1em;
397 }
398
399 .first {
400     margin-top: 0 !important;
401 }
402
403 /* "Footnotes" heading */
404 p.rubric {
405     margin-top: 30px;
406     font-weight: bold;
407 }
408
409 /* Sidebars */
410
411 div.sidebar {
412     margin: 0 0 0.5em 1em;
413     border: 1px solid #ddb;
414     padding: 7px 7px 0 7px;
415     background-color: #ffe;
416     width: 40%;
417     float: right;
418 }
419
420 p.sidebar-title {
421     font-weight: bold;
422 }
423
424 /* "Topics" */
425
426 div.topic {
427     background-color: #eee;
428     border: 1px solid #ccc;
429     padding: 7px 7px 0 7px;
430     margin: 10px 0 10px 0;
431 }
432
433 p.topic-title {
434     font-size: 1.1em;
435     font-weight: bold;
436     margin-top: 10px;
437 }
438
439 /* Admonitions */
440
441 div.admonition {
442     margin-top: 10px;
443     margin-bottom: 10px;
444     padding: 7px;
445 }
446
447 div.admonition dt {
448     font-weight: bold;
449 }
450
451 div.admonition dl {
452     margin-bottom: 0;
453 }
454
455 div.admonition p.admonition-title + p {
456     display: inline;
457 }
458
459 div.seealso {
460     background-color: #F3ECEF;
461     border: 1px solid #D8769A;
462     border-left: none;
463     border-right: none;
464     font-size: .8em;
465 }
466
467 div.seealso ul {
468     margin-top: 0.2em;
469     margin-bottom: 0.2em;
470 }
471
472 div.warning {
473     background-color: #ffe4e4;
474     border: 1px solid #f66;
475 }
476
477 div.note {
478     background-color: #eaf2f9;
479     border: 1px solid #3d7aa5;
480     border-left: none;
481     border-right: none;
482     font-size: .8em;
483 }
484
485 p.admonition-title {
486     margin: 0px 10px 5px 0px;
487     font-weight: bold;
488     display: inline;
489 }
490
491 p.admonition-title:after {
492     content: ":";
493 }
494
495 div.body p.centered {
496     text-align: center;
497     margin-top: 25px;
498 }
499
500 table.docutils {
501     border: 0;
502 }
503
504 table.docutils td, table.docutils th {
505     padding: 1px 8px 1px 0;
506     border-top: 0;
507     border-left: 0;
508     border-right: 0;
509     border-bottom: 1px solid #aaa;
510 }
511
512 table.field-list td, table.field-list th {
513     border: 0 !important;
514 }
515
516 table.footnote td, table.footnote th {
517     border: 0 !important;
518     font-size: 0.7em;
519 }
520
521 .field-list ul {
522     margin: 0;
523     padding-left: 1em;
524 }
525
526 .field-list p {
527     margin: 0;
528 }
529
530 dl {
531     margin-bottom: 15px;
532 /*     clear: both; */
533 }
534
535 dd p {
536     margin-top: 0px;
537 }
538
539 dd ul, dd table {
540     margin-bottom: 10px;
541 }
542
543 dd {
544     margin-top: 3px;
545     margin-bottom: 10px;
546     margin-left: 30px;
547 }
548
549 .refcount {
550     color: #060;
551 }
552
553 dt:target,
554 .highlight {
555     background-color: #fbe54e;
556 }
557
558 dl.glossary dt {
559     font-weight: bold;
560     font-size: 1.1em;
561 }
562
563 th {
564     text-align: left;
565     padding-right: 5px;
566 }
567
568 pre {
569     padding: 5px;
570     background-color: #efc;
571     color: #333;
572     border: 1px solid #ac9;
573     border-left: none;
574     border-right: none;
575     overflow: auto;
576 }
577
578 td.linenos pre {
579     padding: 5px 0px;
580     border: 0;
581     background-color: transparent;
582     color: #aaa;
583 }
584
585 table.highlighttable {
586     margin-left: 0.5em;
587 }
588
589 table.highlighttable td {
590     padding: 0 0.5em 0 0.5em;
591 }
592
593 tt {
594     background-color: #ecf0f3;
595     padding: 0 1px 0 1px;
596     font-size: 0.95em;
597 }
598
599 tt.descname {
600     background-color: transparent;
601     font-weight: bold;
602     font-size: 1.2em;
603 }
604
605 tt.descclassname {
606     background-color: transparent;
607 }
608
609 tt.xref, a tt {
610     background-color: transparent;
611     font-weight: bold;
612 }
613
614 .footnote:target { background-color: #ffa }
615
616 .footnote-reference {
617     font-size: 0.7em;
618     vertical-align: top;
619 }
620
621 h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
622     background-color: transparent;
623 }
624
625 .optional {
626     font-size: 1.3em;
627 }
628
629 .versionmodified {
630     font-style: italic;
631 }
632
633 form.comment {
634     margin: 0;
635     padding: 10px 30px 10px 30px;
636     background-color: #eee;
637 }
638
639 form.comment h3 {
640     background-color: #326591;
641     color: white;
642     margin: -10px -30px 10px -30px;
643     padding: 5px;
644     font-size: 1.4em;
645 }
646
647 form.comment input,
648 form.comment textarea {
649     border: 1px solid #ccc;
650     padding: 2px;
651     font-family: sans-serif;
652     font-size: 100%;
653 }
654
655 form.comment input[type="text"] {
656     width: 240px;
657 }
658
659 form.comment textarea {
660     width: 100%;
661     height: 200px;
662     margin-bottom: 10px;
663 }
664
665 .system-message {
666     background-color: #fda;
667     padding: 5px;
668     border: 3px solid red;
669 }
670
671 img.math {
672     vertical-align: middle;
673 }
674
675 div.math p {
676     text-align: center;
677 }
678
679 span.eqno {
680     float: right;
681 }
682
683 img.logo {
684     border: 0;
685 }
686
687 ol.loweralpha {
688     list-style: lower-alpha;
689 }
690
691
692 /* Epigraphs */
693
694 blockquote.epigraph {
695         margin: 1em 0;
696     padding: 0 2em 0 2em;
697     background-color: #faf2e9;
698     border-top: 1px solid #ad7a35;
699     border-bottom: 1px solid #ad7a35;
700     font-style: italic;
701 }
702
703 blockquote.epigraph p {
704     margin: 0.2em 0 0.2em 0;
705         font-size: 90%;
706 }
707
708 p.attribution {
709         padding: 0.2em 0 0 1em;
710         font-size: 80%;
711     font-style: normal;
712 }
713
714 p.attribution span.author {
715     margin: 0;
716     font-weight: bold;
717 }
718
719 p.attribution span.date {
720         font-size: 90%;
721 }
722
723 p.attribution span.affiliation, span.source {
724         font-size: 90%;
725         padding: 0 0 0 25px;
726         display: block;
727 }
728
729 /* :::: PRINT :::: */
730 @media print {
731     div.document,
732     div.documentwrapper,
733     div.bodywrapper {
734         margin: 0;
735         width : 100%;
736     }
737
738     div.sphinxsidebar,
739     div.related,
740     div.footer,
741     div#comments div.new-comment-box,
742     #top-link {
743         display: none;
744     }
745 }
746
747 /* survey */
748
749
750 div.rating {
751     text-align: center;
752     font-size: 80%;
753     float: left;
754     padding: 0.5em;
755 }
756
757
758 table.questionaire {
759     padding: 0px;
760 }
761
762 tr.oddrow {
763     background-color: #ddd;
764 }
765
766 table.questionaire td {
767     padding: 0px;
768     margin: 0px;
769 }
770
771 td.response {
772     text-align: left;
773     white-space: nowrap;
774     background-color: #eeffcc;
775 }
776
777 tr.oddrow td.response {
778     background-color: #ccd9af;
779 }
780
781 td.task {
782     text-align: left;
783 }
784
785
786