-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feature/SK-1106
- Loading branch information
Showing
4 changed files
with
43 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,56 @@ | ||
/* inputs */ | ||
/* <----------- navbar -----------> */ | ||
.wy-side-nav-search { | ||
background: #ffffff; | ||
} | ||
|
||
.wy-side-nav-search input[type=text] { | ||
box-shadow: 0 0 6px 0px var(--scaleout-grey-6); | ||
border-color: var(--scaleout-grey-6); | ||
.wy-nav-side { | ||
background: #ffffff; | ||
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; | ||
} | ||
|
||
/* lists */ | ||
.wy-menu-vertical a { | ||
color: #000000; | ||
} | ||
|
||
.rst-content .section ul, | ||
.rst-content .toctree-wrapper ul, | ||
.rst-content section ul, | ||
.wy-plain-list-disc, | ||
article ul { | ||
list-style: none; | ||
line-height: 16px; | ||
margin-bottom: 16px; | ||
.wy-menu-vertical header, | ||
.wy-menu-vertical p.caption { | ||
color: #000000; | ||
opacity: 0.5; | ||
} | ||
|
||
.rst-content .section ul li, | ||
.rst-content .toctree-wrapper ul li, | ||
.wy-plain-list-disc li, | ||
article ul li { | ||
list-style: none; | ||
margin-left: 16px; | ||
.wy-menu-vertical a:hover { | ||
background: var(--scaleout-grey-5); | ||
cursor: pointer; | ||
} | ||
|
||
.wy-menu-vertical li.current ul { | ||
background: var(--scaleout-grey-1); | ||
} | ||
|
||
.rst-content .section ul li li, | ||
.rst-content .toctree-wrapper ul li li, | ||
.rst-content section ul li li, | ||
.wy-plain-list-disc li li, | ||
article ul li li { | ||
list-style: none; | ||
.wy-menu-vertical li.current a:hover { | ||
background: var(--scaleout-grey-5); | ||
} | ||
|
||
/* buttons */ | ||
/* <----------- EO navbar -----------> */ | ||
|
||
.btn { | ||
box-shadow: 0 0 6px 0px var(--scaleout-grey-6); | ||
border-color: var(--scaleout-grey-6); | ||
border-radius: 8px; | ||
} | ||
/* <----------- Code block -----------> */ | ||
|
||
.btn-neutral { | ||
background: white !important; | ||
.highlight { | ||
background: var(--scaleout-grey-1) !important; | ||
} | ||
|
||
.highlight { | ||
/* <----------- EO Code block -----------> */ | ||
|
||
/* <----------- Info block -----------> */ | ||
|
||
.admonition { | ||
background: var(--scaleout-grey-1) !important; | ||
} | ||
|
||
img { | ||
box-shadow: 0 0 6px 0px var(--scaleout-grey-6); | ||
.admonition-title { | ||
background: var(--scaleout-grey-6) !important; | ||
color: var(--scaleout-black) !important; | ||
opacity: .6 !important; | ||
} | ||
|
||
img.logo { | ||
box-shadow: none; | ||
} | ||
/* <----------- EO Info block -----------> */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,6 @@ | |
html_css_files = [ | ||
"css/elements.css", | ||
"css/text.css", | ||
"css/utilities.css", | ||
] | ||
|
||
# LaTeX elements | ||
|