summaryrefslogtreecommitdiff
path: root/alabaster-lite/css/alabaster.css
diff options
context:
space:
mode:
Diffstat (limited to 'alabaster-lite/css/alabaster.css')
-rw-r--r--alabaster-lite/css/alabaster.css124
1 files changed, 17 insertions, 107 deletions
diff --git a/alabaster-lite/css/alabaster.css b/alabaster-lite/css/alabaster.css
index 89eae81..f5ad007 100644
--- a/alabaster-lite/css/alabaster.css
+++ b/alabaster-lite/css/alabaster.css
@@ -1,12 +1,8 @@
-/* This file used to import a css called basic.css, but the latter is fused into L584 now */
-
/* -- page layout ----------------------------------------------------------- */
body {
font-family: "Noto Sans", Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
font-size: 18px;
- background-color: white;
- color: #000;
margin: 0;
padding: 0;
}
@@ -34,8 +30,6 @@ hr {
}
div.body {
- background-color: #ffffff;
- color: #3E4349;
padding: 0 30px 0 30px;
}
@@ -60,9 +54,7 @@ div.relations {
display: none;
}
-
div.sphinxsidebar a {
- color: #444;
text-decoration: none;
border-bottom: 1px dotted #999;
}
@@ -105,7 +97,6 @@ div.sphinxsidebarwrapper p.blurb {
div.sphinxsidebar h3,
div.sphinxsidebar h4 {
- color: #444;
font-size: 24px;
font-weight: normal;
margin: 0 0 5px 0;
@@ -116,10 +107,6 @@ div.sphinxsidebar h4 {
font-size: 20px;
}
-div.sphinxsidebar h3 a {
- color: #444;
-}
-
div.sphinxsidebar p.logo a,
div.sphinxsidebar h3 a,
div.sphinxsidebar p.logo a:hover,
@@ -128,14 +115,12 @@ div.sphinxsidebar h3 a:hover {
}
div.sphinxsidebar p {
- color: #555;
margin: 10px 0;
}
div.sphinxsidebar ul {
margin: 10px 0;
padding: 0;
- color: #000;
}
div.sphinxsidebar ul li.toctree-l1 > a {
@@ -165,16 +150,6 @@ div.sphinxsidebar hr {
/* -- body styles ----------------------------------------------------------- */
-a {
- color: #004B6B;
- text-decoration: underline;
-}
-
-a:hover {
- color: #206B8B;
- text-decoration: underline;
-}
-
div.body h1,
div.body h2,
div.body h3,
@@ -194,6 +169,10 @@ div.body h4 { font-size: 130%; }
div.body h5 { font-size: 100%; }
div.body h6 { font-size: 100%; }
+a, a:hover {
+ text-decoration: underline;
+}
+
a.headerlink {
color: #DDD;
padding: 0 4px;
@@ -367,7 +346,6 @@ ul, ol {
}
pre {
- background: #EEE;
padding: 7px 30px;
margin: 15px 0px;
line-height: 1.3em;
@@ -383,12 +361,6 @@ dl dl pre {
padding-left: 90px;
}
-tt, code {
- background-color: #EEE;
- color: #222;
- /* padding: 1px 2px; */
-}
-
tt.xref, code.xref, a tt {
background-color: #FBFBFB;
border-bottom: 1px solid white;
@@ -414,14 +386,9 @@ a.footnote-reference:hover {
border-bottom: 1px solid #6D4100;
}
-a:hover tt, a:hover code {
- background: #EEE;
-}
-
@media screen and (max-width: 870px) {
-
div.sphinxsidebar {
- display: none;
+ display: none;
}
div.document {
@@ -429,25 +396,25 @@ a:hover tt, a:hover code {
}
div.documentwrapper {
- margin-left: 0;
- margin-top: 0;
- margin-right: 0;
- margin-bottom: 0;
+ margin-left: 0;
+ margin-top: 0;
+ margin-right: 0;
+ margin-bottom: 0;
}
div.bodywrapper {
- margin-top: 0;
- margin-right: 0;
- margin-bottom: 0;
- margin-left: 0;
+ margin-top: 0;
+ margin-right: 0;
+ margin-bottom: 0;
+ margin-left: 0;
}
ul {
- margin-left: 0;
+ margin-left: 0;
}
.document {
- width: auto;
+ width: auto;
}
.footer {
@@ -455,25 +422,19 @@ a:hover tt, a:hover code {
}
.bodywrapper {
- margin: 0;
+ margin: 0;
}
.footer {
- width: auto;
+ width: auto;
}
.github {
display: none;
}
-
-
-
}
-
-
@media screen and (max-width: 875px) {
-
body {
margin: 0;
padding: 20px 30px;
@@ -542,7 +503,6 @@ a:hover tt, a:hover code {
}
}
-
/* misc. */
.revsys-inline {
@@ -1017,7 +977,6 @@ dl.glossary dt {
}
abbr, acronym {
- border-bottom: dotted 1px;
cursor: help;
}
@@ -1133,52 +1092,3 @@ span.eqno {
display: none;
}
}
-
-@media (prefers-color-scheme: dark) {
- body {
- color: white;
- background-color: #19202b;
- }
-
- div.body {
- color: white;
- background-color: #19202b;
- padding-bottom: 24px;
- }
-
- div.sphinxsidebar h3,
- div.sphinxsidebar h3 a,
- div.sphinxsidebar h4,
- div.sphinxsidebar p,
- div.sphinxsidebar a,
- div.sphinxsidebar ul {
- color: #bbb;
- }
-
- a {
- color: #7b91be;
- }
-
- a:hover {
- color: #9bb1de;
- }
-
- tt, code {
- background-color: #202836;
- color: white;
- }
-
- a:hover tt, a:hover code {
- background: #666;
- }
-
- pre {
- background-color: #202836;
- border: 1px solid white;
- border-radius: 8px;
- }
-}
-
-video {
- max-width: 100%;
-}