18 @import url("basic.css");
20 /* -- page layout ----------------------------------------------------------- */
23 font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro', serif;
25 background-color: white;
34 margin: 30px auto 0 auto;
53 border: 1px solid #B1B4B6;
57 background-color: #ffffff;
59 padding: 0 30px 0 30px;
68 margin: 20px auto 30px auto;
91 text-decoration: none;
92 border-bottom: 1px dotted #999;
95 div.sphinxsidebar a:hover {
96 border-bottom: 1px solid #999;
99 div.sphinxsidebarwrapper {
103 div.sphinxsidebarwrapper p.logo {
105 margin: -10px 0 0 0px;
109 div.sphinxsidebarwrapper h1.logo {
116 div.sphinxsidebarwrapper h1.logo-name {
120 div.sphinxsidebarwrapper p.blurb {
125 div.sphinxsidebar h3,
126 div.sphinxsidebar h4 {
127 font-family: 'Garamond', 'Georgia', serif;
135 div.sphinxsidebar h4 {
139 div.sphinxsidebar h3 a {
143 div.sphinxsidebar p.logo a,
144 div.sphinxsidebar h3 a,
145 div.sphinxsidebar p.logo a:hover,
146 div.sphinxsidebar h3 a:hover {
150 div.sphinxsidebar p {
155 div.sphinxsidebar ul {
161 div.sphinxsidebar ul li.toctree-l1 > a {
165 div.sphinxsidebar ul li.toctree-l2 > a {
169 div.sphinxsidebar input {
170 border: 1px solid #CCC;
171 font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro', serif;
175 div.sphinxsidebar hr {
186 /* -- body styles ----------------------------------------------------------- */
190 text-decoration: underline;
195 text-decoration: underline;
204 font-family: 'Garamond', 'Georgia', serif;
206 margin: 30px 0px 10px 0px;
210 div.body h1 { margin-top: 0; padding-top: 0; font-size: 240%; }
211 div.body h2 { font-size: 180%; }
212 div.body h3 { font-size: 150%; }
213 div.body h4 { font-size: 130%; }
214 div.body h5 { font-size: 100%; }
215 div.body h6 { font-size: 100%; }
220 text-decoration: none;
228 div.body p, div.body dd, div.body li {
235 background-color: #FCC;
236 border: 1px solid #FAA;
239 div.admonition tt.xref, div.admonition a tt {
240 border-bottom: 1px solid #fafafa;
248 div.admonition p.admonition-title {
249 font-family: 'Garamond', 'Georgia', serif;
257 div.admonition p.last {
262 background-color: white;
265 dt:target, .highlight {
270 background-color: #EEE;
271 border: 1px solid #CCC;
275 background-color: #EEE;
276 border: 1px solid #CCC;
280 background-color: #eee;
287 p.admonition-title:after {
292 font-family: 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
297 background-color: #FFC;
306 tt.descname, tt.descclassname, code.descname, code.descclassname {
310 tt.descname, code.descname {
311 padding-right: 0.08em;
315 -moz-box-shadow: 2px 2px 4px #eee;
316 -webkit-box-shadow: 2px 2px 4px #eee;
317 box-shadow: 2px 2px 4px #eee;
321 border: 1px solid #888;
322 -moz-box-shadow: 2px 2px 4px #eee;
323 -webkit-box-shadow: 2px 2px 4px #eee;
324 box-shadow: 2px 2px 4px #eee;
327 table.docutils td, table.docutils th {
328 border: 1px solid #888;
329 padding: 0.25em 0.7em;
332 table.field-list, table.footnote {
334 -moz-box-shadow: none;
335 -webkit-box-shadow: none;
342 border: 1px solid #EEE;
347 table.footnote + table.footnote {
352 table.field-list th {
353 padding: 0 0.8em 0 0;
356 table.field-list td {
361 margin-bottom: 0.8em;
364 table.footnote td.label {
366 padding: 0.3em 0 0.3em 0.5em;
370 padding: 0.3em 0.5em;
388 /* Matches the 30px from the narrow-screen "li > ul" selector below */
389 margin: 10px 0 10px 30px;
400 dl pre, blockquote pre, li pre {
411 background-color: #ecf0f3;
413 /* padding: 1px 2px; */
416 tt.xref, code.xref, a tt {
417 background-color: #FBFBFB;
418 border-bottom: 1px solid white;
422 text-decoration: none;
423 border-bottom: 1px dotted #004B6B;
426 /* Don't put an underline on images */
427 a.image-reference, a.image-reference:hover {
432 border-bottom: 1px solid #6D4100;
435 a.footnote-reference {
436 text-decoration: none;
439 border-bottom: 1px dotted #004B6B;
442 a.footnote-reference:hover {
443 border-bottom: 1px solid #6D4100;
446 a:hover tt, a:hover code {
451 @media screen and (max-width: 870px) {
462 div.documentwrapper {
481 /* Matches the 30px from the "ul, ol" selector above */
511 @media screen and (max-width: 875px) {
518 div.documentwrapper {
527 margin: 50px -30px -20px -30px;
533 div.sphinxsidebar h3, div.sphinxsidebar h4, div.sphinxsidebar p,
534 div.sphinxsidebar h3 a {
538 div.sphinxsidebar a {
542 div.sphinxsidebar p.logo {
589 display: none!important;
592 /* Make nested-list/multi-paragraph items look better in Releases changelog
593 * pages. Without this, docutils' magical list fuckery causes inconsistent
594 * formatting between different release sub-lists.
596 div#changelog > div.section > ul > li > p:only-child {
600 /* Hide fugly table cell borders in ..bibliography:: directive output */
601 table.docutils.citation, table.docutils.citation td, table.docutils.citation th {
603 /* Below needed in some edge cases; if not applied, bottom shadows appear */
604 -moz-box-shadow: none;
605 -webkit-box-shadow: none;