2021-05-13 17:05:18 -07:00
|
|
|
.wy-nav-content {
|
2021-05-21 03:19:10 -07:00
|
|
|
background: #fcfffa;
|
2021-05-13 17:05:18 -07:00
|
|
|
}
|
|
|
|
|
|
2021-04-22 21:38:57 +02:00
|
|
|
code {
|
|
|
|
|
border: 0px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
code.xref {
|
|
|
|
|
color: unset !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rst-content code {
|
|
|
|
|
padding: 1px !important;
|
2021-05-19 07:55:53 +02:00
|
|
|
background: unset !important;
|
2021-04-22 21:38:57 +02:00
|
|
|
}
|
2021-05-13 17:05:18 -07:00
|
|
|
|
|
|
|
|
.wy-side-nav-search {
|
|
|
|
|
background-color: #0099e6;
|
|
|
|
|
}
|
|
|
|
|
|
2021-05-25 14:05:40 -07:00
|
|
|
.wy-breadcrumbs a {
|
|
|
|
|
color: #739900;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wy-breadcrumbs a:hover, a:focus {
|
|
|
|
|
color: #0099e6;
|
2021-05-13 17:05:18 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wy-side-nav-search input[type="text"] {
|
|
|
|
|
border-color: #0077b3;
|
|
|
|
|
}
|
|
|
|
|
|
2021-05-21 03:19:10 -07:00
|
|
|
.wy-menu-vertical a {
|
|
|
|
|
color: #4dc3ff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wy-menu-vertical a:visited {
|
|
|
|
|
color: #4dc3ff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wy-menu-vertical a:hover, a:focus {
|
|
|
|
|
color: #ace600;
|
|
|
|
|
}
|
|
|
|
|
|
2021-06-01 17:05:52 -07:00
|
|
|
a {
|
|
|
|
|
color: #0099e6;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:visited {
|
|
|
|
|
color: #0099e6;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:hover, a:focus {
|
|
|
|
|
color: #739900;
|
|
|
|
|
}
|
|
|
|
|
|
2021-05-21 03:19:10 -07:00
|
|
|
.wy-nav-top {
|
2021-05-25 14:05:40 -07:00
|
|
|
color: #ace600;
|
2021-05-21 03:19:10 -07:00
|
|
|
background-color: #0099e6;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wy-nav-top a {
|
2021-05-25 14:05:40 -07:00
|
|
|
color: #ace600;
|
2021-05-21 03:19:10 -07:00
|
|
|
}
|
2021-06-01 17:05:52 -07:00
|
|
|
|
|
|
|
|
.wy-side-nav-search > a {
|
|
|
|
|
color: #ace600;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wy-side-nav-search > a:hover, > a:focus, > a:visited {
|
|
|
|
|
color: #ace600;
|
|
|
|
|
}
|
|
|
|
|
|
2021-06-03 17:07:05 -07:00
|
|
|
.highlight .o {
|
|
|
|
|
color: #ac7339;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.highlight .k {
|
|
|
|
|
color: #2980b9;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.highlight .m {
|
|
|
|
|
color: #ba2121;
|
|
|
|
|
}
|
2021-06-21 15:46:07 -07:00
|
|
|
|
2021-07-06 04:13:47 +02:00
|
|
|
/* Removes margin of code blocks within tabs */
|
|
|
|
|
.sphinx-tabs-panel div[class^="highlight"] {
|
|
|
|
|
margin: 1px 0 0 0;
|
|
|
|
|
}
|
|
|
|
|
|
2022-01-03 13:25:00 -08:00
|
|
|
/* Adds a space between icon and content for fa icons */
|
|
|
|
|
.icon-margin.fa::before {
|
|
|
|
|
margin-right: 0.25em;
|
|
|
|
|
}
|
|
|
|
|
|
2021-06-21 15:46:07 -07:00
|
|
|
#c-api-class-hierarchy code {
|
|
|
|
|
font-size: 100%;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-family: "Lato","proxima-nova","Helvetica Neue","Arial","sans-serif";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hide-toctree {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2021-11-08 15:37:10 -08:00
|
|
|
|
|
|
|
|
.expert-option {
|
|
|
|
|
opacity: 0.7;
|
|
|
|
|
}
|