source: flex_extract.git/documentation/Sphinx/build/html/_static/alabaster.css @ 708c667

ctbtodev
Last change on this file since 708c667 was 708c667, checked in by Anne Philipp <anne.philipp@…>, 5 years ago

generated first sphinx instance and adapted code doctsrings for automated api generation for disaggregation module as a first test

  • Property mode set to 100644
File size: 10.7 KB
Line 
1@import url("basic.css");
2
3/* -- page layout ----------------------------------------------------------- */
4
5body {
6    font-family: Georgia, serif;
7    font-size: 17px;
8    background-color: #fff;
9    color: #000;
10    margin: 0;
11    padding: 0;
12}
13
14
15div.document {
16    width: 940px;
17    margin: 30px auto 0 auto;
18}
19
20div.documentwrapper {
21    float: left;
22    width: 100%;
23}
24
25div.bodywrapper {
26    margin: 0 0 0 220px;
27}
28
29div.sphinxsidebar {
30    width: 220px;
31    font-size: 14px;
32    line-height: 1.5;
33}
34
35hr {
36    border: 1px solid #B1B4B6;
37}
38
39div.body {
40    background-color: #fff;
41    color: #3E4349;
42    padding: 0 30px 0 30px;
43}
44
45div.body > .section {
46    text-align: left;
47}
48
49div.footer {
50    width: 940px;
51    margin: 20px auto 30px auto;
52    font-size: 14px;
53    color: #888;
54    text-align: right;
55}
56
57div.footer a {
58    color: #888;
59}
60
61p.caption {
62    font-family: inherit;
63    font-size: inherit;
64}
65
66
67div.relations {
68    display: none;
69}
70
71
72div.sphinxsidebar a {
73    color: #444;
74    text-decoration: none;
75    border-bottom: 1px dotted #999;
76}
77
78div.sphinxsidebar a:hover {
79    border-bottom: 1px solid #999;
80}
81
82div.sphinxsidebarwrapper {
83    padding: 18px 10px;
84}
85
86div.sphinxsidebarwrapper p.logo {
87    padding: 0;
88    margin: -10px 0 0 0px;
89    text-align: center;
90}
91
92div.sphinxsidebarwrapper h1.logo {
93    margin-top: -10px;
94    text-align: center;
95    margin-bottom: 5px;
96    text-align: left;
97}
98
99div.sphinxsidebarwrapper h1.logo-name {
100    margin-top: 0px;
101}
102
103div.sphinxsidebarwrapper p.blurb {
104    margin-top: 0;
105    font-style: normal;
106}
107
108div.sphinxsidebar h3,
109div.sphinxsidebar h4 {
110    font-family: Georgia, serif;
111    color: #444;
112    font-size: 24px;
113    font-weight: normal;
114    margin: 0 0 5px 0;
115    padding: 0;
116}
117
118div.sphinxsidebar h4 {
119    font-size: 20px;
120}
121
122div.sphinxsidebar h3 a {
123    color: #444;
124}
125
126div.sphinxsidebar p.logo a,
127div.sphinxsidebar h3 a,
128div.sphinxsidebar p.logo a:hover,
129div.sphinxsidebar h3 a:hover {
130    border: none;
131}
132
133div.sphinxsidebar p {
134    color: #555;
135    margin: 10px 0;
136}
137
138div.sphinxsidebar ul {
139    margin: 10px 0;
140    padding: 0;
141    color: #000;
142}
143
144div.sphinxsidebar ul li.toctree-l1 > a {
145    font-size: 120%;
146}
147
148div.sphinxsidebar ul li.toctree-l2 > a {
149    font-size: 110%;
150}
151
152div.sphinxsidebar input {
153    border: 1px solid #CCC;
154    font-family: Georgia, serif;
155    font-size: 1em;
156}
157
158div.sphinxsidebar hr {
159    border: none;
160    height: 1px;
161    color: #AAA;
162    background: #AAA;
163
164    text-align: left;
165    margin-left: 0;
166    width: 50%;
167}
168
169/* -- body styles ----------------------------------------------------------- */
170
171a {
172    color: #004B6B;
173    text-decoration: underline;
174}
175
176a:hover {
177    color: #6D4100;
178    text-decoration: underline;
179}
180
181div.body h1,
182div.body h2,
183div.body h3,
184div.body h4,
185div.body h5,
186div.body h6 {
187    font-family: Georgia, serif;
188    font-weight: normal;
189    margin: 30px 0px 10px 0px;
190    padding: 0;
191}
192
193div.body h1 { margin-top: 0; padding-top: 0; font-size: 240%; }
194div.body h2 { font-size: 180%; }
195div.body h3 { font-size: 150%; }
196div.body h4 { font-size: 130%; }
197div.body h5 { font-size: 100%; }
198div.body h6 { font-size: 100%; }
199
200a.headerlink {
201    color: #DDD;
202    padding: 0 4px;
203    text-decoration: none;
204}
205
206a.headerlink:hover {
207    color: #444;
208    background: #EAEAEA;
209}
210
211div.body p, div.body dd, div.body li {
212    line-height: 1.4em;
213}
214
215div.admonition {
216    margin: 20px 0px;
217    padding: 10px 30px;
218    background-color: #EEE;
219    border: 1px solid #CCC;
220}
221
222div.admonition tt.xref, div.admonition code.xref, div.admonition a tt {
223    background-color: #FBFBFB;
224    border-bottom: 1px solid #fafafa;
225}
226
227div.admonition p.admonition-title {
228    font-family: Georgia, serif;
229    font-weight: normal;
230    font-size: 24px;
231    margin: 0 0 10px 0;
232    padding: 0;
233    line-height: 1;
234}
235
236div.admonition p.last {
237    margin-bottom: 0;
238}
239
240div.highlight {
241    background-color: #fff;
242}
243
244dt:target, .highlight {
245    background: #FAF3E8;
246}
247
248div.warning {
249    background-color: #FCC;
250    border: 1px solid #FAA;
251}
252
253div.danger {
254    background-color: #FCC;
255    border: 1px solid #FAA;
256    -moz-box-shadow: 2px 2px 4px #D52C2C;
257    -webkit-box-shadow: 2px 2px 4px #D52C2C;
258    box-shadow: 2px 2px 4px #D52C2C;
259}
260
261div.error {
262    background-color: #FCC;
263    border: 1px solid #FAA;
264    -moz-box-shadow: 2px 2px 4px #D52C2C;
265    -webkit-box-shadow: 2px 2px 4px #D52C2C;
266    box-shadow: 2px 2px 4px #D52C2C;
267}
268
269div.caution {
270    background-color: #FCC;
271    border: 1px solid #FAA;
272}
273
274div.attention {
275    background-color: #FCC;
276    border: 1px solid #FAA;
277}
278
279div.important {
280    background-color: #EEE;
281    border: 1px solid #CCC;
282}
283
284div.note {
285    background-color: #EEE;
286    border: 1px solid #CCC;
287}
288
289div.tip {
290    background-color: #EEE;
291    border: 1px solid #CCC;
292}
293
294div.hint {
295    background-color: #EEE;
296    border: 1px solid #CCC;
297}
298
299div.seealso {
300    background-color: #EEE;
301    border: 1px solid #CCC;
302}
303
304div.topic {
305    background-color: #EEE;
306}
307
308p.admonition-title {
309    display: inline;
310}
311
312p.admonition-title:after {
313    content: ":";
314}
315
316pre, tt, code {
317    font-family: 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
318    font-size: 0.9em;
319}
320
321.hll {
322    background-color: #FFC;
323    margin: 0 -12px;
324    padding: 0 12px;
325    display: block;
326}
327
328img.screenshot {
329}
330
331tt.descname, tt.descclassname, code.descname, code.descclassname {
332    font-size: 0.95em;
333}
334
335tt.descname, code.descname {
336    padding-right: 0.08em;
337}
338
339img.screenshot {
340    -moz-box-shadow: 2px 2px 4px #EEE;
341    -webkit-box-shadow: 2px 2px 4px #EEE;
342    box-shadow: 2px 2px 4px #EEE;
343}
344
345table.docutils {
346    border: 1px solid #888;
347    -moz-box-shadow: 2px 2px 4px #EEE;
348    -webkit-box-shadow: 2px 2px 4px #EEE;
349    box-shadow: 2px 2px 4px #EEE;
350}
351
352table.docutils td, table.docutils th {
353    border: 1px solid #888;
354    padding: 0.25em 0.7em;
355}
356
357table.field-list, table.footnote {
358    border: none;
359    -moz-box-shadow: none;
360    -webkit-box-shadow: none;
361    box-shadow: none;
362}
363
364table.footnote {
365    margin: 15px 0;
366    width: 100%;
367    border: 1px solid #EEE;
368    background: #FDFDFD;
369    font-size: 0.9em;
370}
371
372table.footnote + table.footnote {
373    margin-top: -15px;
374    border-top: none;
375}
376
377table.field-list th {
378    padding: 0 0.8em 0 0;
379}
380
381table.field-list td {
382    padding: 0;
383}
384
385table.field-list p {
386    margin-bottom: 0.8em;
387}
388
389/* Cloned from
390 * https://github.com/sphinx-doc/sphinx/commit/ef60dbfce09286b20b7385333d63a60321784e68
391 */
392.field-name {
393    -moz-hyphens: manual;
394    -ms-hyphens: manual;
395    -webkit-hyphens: manual;
396    hyphens: manual;
397}
398
399table.footnote td.label {
400    width: .1px;
401    padding: 0.3em 0 0.3em 0.5em;
402}
403
404table.footnote td {
405    padding: 0.3em 0.5em;
406}
407
408dl {
409    margin: 0;
410    padding: 0;
411}
412
413dl dd {
414    margin-left: 30px;
415}
416
417blockquote {
418    margin: 0 0 0 30px;
419    padding: 0;
420}
421
422ul, ol {
423    /* Matches the 30px from the narrow-screen "li > ul" selector below */
424    margin: 10px 0 10px 30px;
425    padding: 0;
426}
427
428pre {
429    background: #EEE;
430    padding: 7px 30px;
431    margin: 15px 0px;
432    line-height: 1.3em;
433}
434
435div.viewcode-block:target {
436    background: #ffd;
437}
438
439dl pre, blockquote pre, li pre {
440    margin-left: 0;
441    padding-left: 30px;
442}
443
444tt, code {
445    background-color: #ecf0f3;
446    color: #222;
447    /* padding: 1px 2px; */
448}
449
450tt.xref, code.xref, a tt {
451    background-color: #FBFBFB;
452    border-bottom: 1px solid #fff;
453}
454
455a.reference {
456    text-decoration: none;
457    border-bottom: 1px dotted #004B6B;
458}
459
460/* Don't put an underline on images */
461a.image-reference, a.image-reference:hover {
462    border-bottom: none;
463}
464
465a.reference:hover {
466    border-bottom: 1px solid #6D4100;
467}
468
469a.footnote-reference {
470    text-decoration: none;
471    font-size: 0.7em;
472    vertical-align: top;
473    border-bottom: 1px dotted #004B6B;
474}
475
476a.footnote-reference:hover {
477    border-bottom: 1px solid #6D4100;
478}
479
480a:hover tt, a:hover code {
481    background: #EEE;
482}
483
484
485@media screen and (max-width: 870px) {
486
487    div.sphinxsidebar {
488        display: none;
489    }
490
491    div.document {
492       width: 100%;
493
494    }
495
496    div.documentwrapper {
497        margin-left: 0;
498        margin-top: 0;
499        margin-right: 0;
500        margin-bottom: 0;
501    }
502
503    div.bodywrapper {
504        margin-top: 0;
505        margin-right: 0;
506        margin-bottom: 0;
507        margin-left: 0;
508    }
509
510    ul {
511        margin-left: 0;
512    }
513
514        li > ul {
515        /* Matches the 30px from the "ul, ol" selector above */
516                margin-left: 30px;
517        }
518
519    .document {
520        width: auto;
521    }
522
523    .footer {
524        width: auto;
525    }
526
527    .bodywrapper {
528        margin: 0;
529    }
530
531    .footer {
532        width: auto;
533    }
534
535    .github {
536        display: none;
537    }
538
539
540
541}
542
543
544
545@media screen and (max-width: 875px) {
546
547    body {
548        margin: 0;
549        padding: 20px 30px;
550    }
551
552    div.documentwrapper {
553        float: none;
554        background: #fff;
555    }
556
557    div.sphinxsidebar {
558        display: block;
559        float: none;
560        width: 102.5%;
561        margin: 50px -30px -20px -30px;
562        padding: 10px 20px;
563        background: #333;
564        color: #FFF;
565    }
566
567    div.sphinxsidebar h3, div.sphinxsidebar h4, div.sphinxsidebar p,
568    div.sphinxsidebar h3 a {
569        color: #fff;
570    }
571
572    div.sphinxsidebar a {
573        color: #AAA;
574    }
575
576    div.sphinxsidebar p.logo {
577        display: none;
578    }
579
580    div.document {
581        width: 100%;
582        margin: 0;
583    }
584
585    div.footer {
586        display: none;
587    }
588
589    div.bodywrapper {
590        margin: 0;
591    }
592
593    div.body {
594        min-height: 0;
595        padding: 0;
596    }
597
598    .rtd_doc_footer {
599        display: none;
600    }
601
602    .document {
603        width: auto;
604    }
605
606    .footer {
607        width: auto;
608    }
609
610    .footer {
611        width: auto;
612    }
613
614    .github {
615        display: none;
616    }
617}
618
619
620/* misc. */
621
622.revsys-inline {
623    display: none!important;
624}
625
626/* Make nested-list/multi-paragraph items look better in Releases changelog
627 * pages. Without this, docutils' magical list fuckery causes inconsistent
628 * formatting between different release sub-lists.
629 */
630div#changelog > div.section > ul > li > p:only-child {
631    margin-bottom: 0;
632}
633
634/* Hide fugly table cell borders in ..bibliography:: directive output */
635table.docutils.citation, table.docutils.citation td, table.docutils.citation th {
636  border: none;
637  /* Below needed in some edge cases; if not applied, bottom shadows appear */
638  -moz-box-shadow: none;
639  -webkit-box-shadow: none;
640  box-shadow: none;
641}
642
643
644/* relbar */
645
646.related {
647    line-height: 30px;
648    width: 100%;
649    font-size: 0.9rem;
650}
651
652.related.top {
653    border-bottom: 1px solid #EEE;
654    margin-bottom: 20px;
655}
656
657.related.bottom {
658    border-top: 1px solid #EEE;
659}
660
661.related ul {
662    padding: 0;
663    margin: 0;
664    list-style: none;
665}
666
667.related li {
668    display: inline;
669}
670
671nav#rellinks {
672    float: right;
673}
674
675nav#rellinks li+li:before {
676    content: "|";
677}
678
679nav#breadcrumbs li+li:before {
680    content: "\00BB";
681}
682
683/* Hide certain items when printing */
684@media print {
685    div.related {
686        display: none;
687    }
688}
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG