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