summaryrefslogtreecommitdiff
path: root/doc/html/_static/alabaster.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_static/alabaster.css')
-rw-r--r--doc/html/_static/alabaster.css146
1 files changed, 77 insertions, 69 deletions
diff --git a/doc/html/_static/alabaster.css b/doc/html/_static/alabaster.css
index a88ce29..0eddaeb 100644
--- a/doc/html/_static/alabaster.css
+++ b/doc/html/_static/alabaster.css
@@ -1,61 +1,9 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@import url("basic.css");
/* -- page layout ----------------------------------------------------------- */
body {
- font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro', serif;
+ font-family: Georgia, serif;
font-size: 17px;
background-color: #fff;
color: #000;
@@ -159,7 +107,7 @@ div.sphinxsidebarwrapper p.blurb {
div.sphinxsidebar h3,
div.sphinxsidebar h4 {
- font-family: 'Garamond', 'Georgia', serif;
+ font-family: Georgia, serif;
color: #444;
font-size: 24px;
font-weight: normal;
@@ -203,7 +151,7 @@ div.sphinxsidebar ul li.toctree-l2 > a {
div.sphinxsidebar input {
border: 1px solid #CCC;
- font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro', serif;
+ font-family: Georgia, serif;
font-size: 1em;
}
@@ -218,6 +166,19 @@ div.sphinxsidebar hr {
width: 50%;
}
+div.sphinxsidebar .badge {
+ border-bottom: none;
+}
+
+div.sphinxsidebar .badge:hover {
+ border-bottom: none;
+}
+
+/* To address an issue with donation coming after search */
+div.sphinxsidebar h3.donation {
+ margin-top: 10px;
+}
+
/* -- body styles ----------------------------------------------------------- */
a {
@@ -236,7 +197,7 @@ div.body h3,
div.body h4,
div.body h5,
div.body h6 {
- font-family: 'Garamond', 'Georgia', serif;
+ font-family: Georgia, serif;
font-weight: normal;
margin: 30px 0px 10px 0px;
padding: 0;
@@ -272,17 +233,12 @@ div.admonition {
}
div.admonition tt.xref, div.admonition code.xref, div.admonition a tt {
- background-color: ;
+ background-color: #FBFBFB;
border-bottom: 1px solid #fafafa;
}
-dd div.admonition {
- margin-left: -60px;
- padding-left: 60px;
-}
-
div.admonition p.admonition-title {
- font-family: 'Garamond', 'Georgia', serif;
+ font-family: Georgia, serif;
font-weight: normal;
font-size: 24px;
margin: 0 0 10px 0;
@@ -371,7 +327,7 @@ p.admonition-title:after {
}
pre, tt, code {
- font-family: 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
+ font-family: 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
font-size: 0.9em;
}
@@ -443,6 +399,16 @@ table.field-list p {
margin-bottom: 0.8em;
}
+/* Cloned from
+ * https://github.com/sphinx-doc/sphinx/commit/ef60dbfce09286b20b7385333d63a60321784e68
+ */
+.field-name {
+ -moz-hyphens: manual;
+ -ms-hyphens: manual;
+ -webkit-hyphens: manual;
+ hyphens: manual;
+}
+
table.footnote td.label {
width: .1px;
padding: 0.3em 0 0.3em 0.5em;
@@ -488,11 +454,6 @@ dl pre, blockquote pre, li pre {
padding-left: 30px;
}
-dl dl pre {
- margin-left: -90px;
- padding-left: 90px;
-}
-
tt, code {
background-color: #ecf0f3;
color: #222;
@@ -690,4 +651,51 @@ table.docutils.citation, table.docutils.citation td, table.docutils.citation th
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
+}
+
+
+/* relbar */
+
+.related {
+ line-height: 30px;
+ width: 100%;
+ font-size: 0.9rem;
+}
+
+.related.top {
+ border-bottom: 1px solid #EEE;
+ margin-bottom: 20px;
+}
+
+.related.bottom {
+ border-top: 1px solid #EEE;
+}
+
+.related ul {
+ padding: 0;
+ margin: 0;
+ list-style: none;
+}
+
+.related li {
+ display: inline;
+}
+
+nav#rellinks {
+ float: right;
+}
+
+nav#rellinks li+li:before {
+ content: "|";
+}
+
+nav#breadcrumbs li+li:before {
+ content: "\00BB";
+}
+
+/* Hide certain items when printing */
+@media print {
+ div.related {
+ display: none;
+ }
} \ No newline at end of file