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