Skip to content

Commit

Permalink
Merge branch 'master' into feature/SK-1106
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminastrand committed Oct 23, 2024
2 parents 0a52a19 + dddaebb commit 08ec754
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 148 deletions.
75 changes: 36 additions & 39 deletions docs/_static/css/elements.css
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 -----------> */
77 changes: 7 additions & 70 deletions docs/_static/css/text.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,82 +32,19 @@ body {
font-style: normal;
}

a {
color: var(--scaleout-black);
font-weight: bold;
text-decoration: none;
display: inline-block;
}


a::after {
content: '';
display: block;
width: 0;
height: 1px;
background: #000;
transition: width .4s;
}

.wy-side-scroll a::after,
a.image-reference::after {
content: none;
transition: none;
}

a:hover::after,
a:focus::after,
a.active::after {
width: 100%;
}

a:hover,
a:visited {
color: var(--scaleout-black);
}

.rst-content .toctree-wrapper>p.caption,
span.caption-text,
h1,
h2,
h3,
h4,
h5,
h6,
legend {
margin-top: 0;
font-weight: 500;
font-family: Manrope, Roboto Slab, ff-tisa-web-pro, Georgia, Arial, sans-serif;
color: var(--scaleout-black);
}

.wy-menu-vertical a:hover {
background-color: var(--scaleout-white);
cursor: pointer;
}

.wy-menu-vertical a {
color: var(--scaleout-black);
display: inline-block;
}

.rst-content .toctree-wrapper ul li.toctree-l1>a {
font-weight: 500;
}

.wy-menu-vertical li.current a:hover {
background: var(--scaleout-white);
}

a.reference.internal {
width: fit-content;
}

.caption-text {
opacity: 0.5;
font-weight: 900 !important;
h6 {
font-weight: 800;
font-family: "Manrope", sans-serif;
font-style: normal;
}

.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a {
background: none !important;
p {
opacity: .8;
line-height: 1.7;
}
38 changes: 0 additions & 38 deletions docs/_static/css/utilities.css

This file was deleted.

1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
html_css_files = [
"css/elements.css",
"css/text.css",
"css/utilities.css",
]

# LaTeX elements
Expand Down

0 comments on commit 08ec754

Please sign in to comment.