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