summaryrefslogtreecommitdiff
path: root/docs/docs.css
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2022-05-19 21:28:48 -0400
committerJordan Wiens <jordan@psifertex.com>2022-05-19 21:29:10 -0400
commit34cabeceae79fc6f01a19d767edf79d4fc419b24 (patch)
treede4c08c660613fb46378a3febc1961c86a79faa9 /docs/docs.css
parent69f9dc441a0faeb056a0f83286da143437eefefa (diff)
css cleanup
Diffstat (limited to 'docs/docs.css')
-rw-r--r--docs/docs.css135
1 files changed, 75 insertions, 60 deletions
diff --git a/docs/docs.css b/docs/docs.css
index 7743f852..a28ac33b 100644
--- a/docs/docs.css
+++ b/docs/docs.css
@@ -8,70 +8,74 @@ background: rgba(0, 0, 0, 0);
}
*/
-code, .codehilite {
- background-color: #eee;
+code,
+.codehilite {
+ background-color: #eee;
}
-.admonition.warning .admonition-title, .admonition.warning {
-background-color: #d73726 !important;
-color: #fff !important;
+.admonition.warning .admonition-title,
+.admonition.warning {
+ background-color: #d73726 !important;
+ color: #fff !important;
}
-.admonition.tip .admonition-title, .admonition.tip {
-background: #6e6e6e !important;
-color: #fff !important;
+.admonition.tip .admonition-title,
+.admonition.tip {
+ background: #6e6e6e !important;
+ color: #fff !important;
}
-a, a code {
-color: #d73726;
+a,
+a code {
+ color: #d73726;
}
-a:visited, a:visited code {
-color: #990000;
+a:visited,
+a:visited code {
+ color: #990000;
}
-
-a:hover, a:hover code {
-color: #ff8080;
+a:hover,
+a:hover code {
+ color: #ff8080;
}
-
img[alt$=">"] {
- float:right;
- display: inline-block;
- padding-left: 10px;
+ float: right;
+ display: inline-block;
+ padding-left: 10px;
}
img[alt$="<"] {
- float:left;
- display: inline-block;
- padding-right: 10px;
+ float: left;
+ display: inline-block;
+ padding-right: 10px;
}
img[alt$="><"] {
- display: block;
- max-width: 100%;
- height: auto;
- margin: auto;
- float: none!important;
+ display: block;
+ max-width: 100%;
+ height: auto;
+ margin: auto;
+ float: none!important;
}
@media only screen and (min-width: 76.25em) {
- .md-main__inner {
- max-width: none;
- }
- .md-sidebar--primary {
- left: 0;
- }
- .md-sidebar--secondary {
- right: 0;
- margin-left: 0;
- -webkit-transform: none;
- transform: none;
- }
- .wy-nav-content {
- max-width: 100%;
- }
+ .md-main__inner {
+ max-width: none;
+ }
+ .md-sidebar--primary {
+ left: 0;
+ }
+ .md-sidebar--secondary {
+ right: 0;
+ margin-left: 0;
+ -webkit-transform: none;
+ transform: none;
+ }
+ .wy-nav-content {
+ max-width: 100%;
+ }
}
pre {
@@ -79,21 +83,32 @@ pre {
}
.wy-side-nav-search {
- background-color: #d73726;
- color: #fff;
+ background-color: #d73726;
+ color: #fff;
+}
+
+.wy-menu-vertical p.caption {
+ color: #9b9b9b;
}
-.toctree-l1 a:visited, .toctree-l1 a:hover, .toctree-l1 a {
-color: #ccc;
+.toctree-l1 a:visited,
+.toctree-l1 a:hover,
+.toctree-l1 a {
+ color: #ccc;
}
.wy-nav-top {
- background-color: #d73726 !important;
- color: #fff !important;
+ background-color: #d73726 !important;
+ color: #fff !important;
}
-.wy-nav-top a:visited, .wy-nav-top a:hover, .wy-nav-top a, .wy-side-nav-search a:visited, .wy-side-nav-search a:hover, .wy-side-nav-search a {
-color: #fff;
+.wy-nav-top a:visited,
+.wy-nav-top a:hover,
+.wy-nav-top a,
+.wy-side-nav-search a:visited,
+.wy-side-nav-search a:hover,
+.wy-side-nav-search a {
+ color: #fff;
}
#image-slider {
@@ -113,20 +128,19 @@ color: #fff;
}
ol#inline-slides-text li#currentline {
- background-color: #6e6e6e;
- color: #fff;
- font-weight: bold;
+ background-color: #6e6e6e;
+ color: #fff;
+ font-weight: bold;
}
ol#inline-slides-text li {
- list-style-position: inside;
+ list-style-position: inside;
}
-
@media screen and (max-width: 1020px) {
- div[class^="inline-slides"] {
- flex-wrap: wrap;
- }
+ div[class^="inline-slides"] {
+ flex-wrap: wrap;
+ }
}
div[class^="inline-slides"] {
@@ -134,7 +148,8 @@ div[class^="inline-slides"] {
align-items: center;
justify-content: space-between;
}
-div[class^="inline-slides"] > div[id^="image-slider-container"]{
+
+div[class^="inline-slides"]>div[id^="image-slider-container"] {
margin-left: 10px;
flex-shrink: 1;
-}
+} \ No newline at end of file