mirror of
https://github.com/outbackdingo/meta-tanowrt.git
synced 2026-01-28 10:19:38 +00:00
881 lines
22 KiB
CSS
881 lines
22 KiB
CSS
body {
|
|
font-family: Carlito,Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;
|
|
}
|
|
|
|
.rst-content .toctree-wrapper>p.caption,
|
|
h1, h2, h3, h4, h5, h6, legend {
|
|
/* font-family: Roboto Slab,ff-tisa-web-pro,Georgia,Arial,sans-serif;*/
|
|
font-family: Carlito,Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;
|
|
}
|
|
|
|
.rst-content .toctree-wrapper > p.caption {
|
|
margin-bottom: 16px;
|
|
margin-top: 24px;
|
|
}
|
|
|
|
div.wy-nav-content {
|
|
max-width: none;
|
|
/* max-width: 1200px;*/
|
|
}
|
|
|
|
.rst-content div.flex {
|
|
display: flex;
|
|
gap: 16px;
|
|
flex-wrap: wrap;
|
|
align-items: flex-end;
|
|
}
|
|
|
|
.rst-content h1,
|
|
.rst-content h2,
|
|
.rst-content h3,
|
|
.rst-content h4,
|
|
.rst-content h5,
|
|
.rst-content h6 {
|
|
margin-top: revert;
|
|
margin-bottom: 16px;
|
|
display: flow-root;
|
|
}
|
|
|
|
.rst-content h1,
|
|
.rst-content h2 {
|
|
margin-top: 32px;
|
|
}
|
|
|
|
.rst-content img.with-shadow {
|
|
box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
|
|
}
|
|
|
|
.rst-content img.with-border {
|
|
border: 1px solid #d0d0d0;
|
|
}
|
|
|
|
.rst-content table td p {
|
|
font-size: inherit;
|
|
}
|
|
|
|
|
|
.rst-content div.figure {
|
|
margin-top: 24px;
|
|
}
|
|
|
|
.rst-content .section > a > img,
|
|
.rst-content .section > img {
|
|
margin-top: 12px;
|
|
}
|
|
|
|
.rst-content .document dl,
|
|
.rst-content .document ol,
|
|
.rst-content .document ul {
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.rst-content .document ul > li > ul {
|
|
margin-bottom: 0;
|
|
margin-top: 0;
|
|
}
|
|
|
|
.rst-content li {
|
|
list-style: disc;
|
|
}
|
|
|
|
.rst-content .toctree-wrapper ul {
|
|
padding-left: 0;
|
|
}
|
|
|
|
.rst-content .toctree-wrapper li {
|
|
list-style: none;
|
|
}
|
|
|
|
.rst-content .section ul,
|
|
.rst-content .toctree-wrapper ul,
|
|
.rst-content .wy-plain-list-disc,
|
|
.rst-content article ul,
|
|
.rst-content .admonition,
|
|
.rst-content .admonition-todo,
|
|
.rst-content .attention,
|
|
.rst-content .caution,
|
|
.rst-content .danger,
|
|
.rst-content .error,
|
|
.rst-content .hint,
|
|
.rst-content .important,
|
|
.rst-content .note,
|
|
.rst-content .seealso,
|
|
.rst-content .tip,
|
|
.rst-content .warning,
|
|
.rst-content .wy-alert,
|
|
.rst-content div[class^=highlight],
|
|
.rst-content pre.literal-block,
|
|
.rst-content p {
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.rst-content .contents ul ul,
|
|
.rst-content .contents ul p {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.rst-content .wy-table-responsive {
|
|
margin-top: 24px;
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.rst-content .figure p.caption {
|
|
text-align: center;
|
|
margin-top: 6px;
|
|
}
|
|
|
|
.rst-content a.reference.external:not(.image-reference):after {
|
|
content: "";
|
|
padding-left: 16px;
|
|
background: url(icon-external-link.png);
|
|
background-size: 12px;
|
|
background-repeat: no-repeat;
|
|
background-position: right center;
|
|
}
|
|
|
|
.rst-content table > caption {
|
|
text-align: left !important;
|
|
}
|
|
|
|
.rst-content div.center,
|
|
.rst-content p.center {
|
|
text-align: center;
|
|
}
|
|
|
|
.wy-menu-vertical header,
|
|
.wy-menu-vertical p.caption {
|
|
height: auto;
|
|
line-height: 20px;
|
|
margin: 12px 0 12px;
|
|
white-space: normal;
|
|
}
|
|
|
|
.rst-content section ol li>p:only-child,
|
|
.rst-content section ol li>p:only-child:last-child,
|
|
.rst-content section ul li>p:only-child,
|
|
.rst-content section ul li>p:only-child:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
/* for sphinx Pygments style */
|
|
/*
|
|
.rst-content .highlight { background: #f0f0f0; }
|
|
.rst-content .highlight .hll { background-color: #f4ffe5; }
|
|
*/
|
|
|
|
/* for stata-dark Pygments style */
|
|
.rst-content .highlight { background: #343131; /*#232629;*/ }
|
|
.rst-content .highlight .hll { background-color: #0099ff4d; /*#f4ffe54d;*/ }
|
|
.rst-content div[class^=highlight], .rst-content pre.literal-block { border: none; }
|
|
|
|
|
|
.rst-content code.literal,
|
|
.rst-content tt.literal {
|
|
color: #2980b9;
|
|
border-radius: 4px;
|
|
white-space: pre;
|
|
}
|
|
|
|
.rst-content table.docutils td,
|
|
.rst-content table.field-list td {
|
|
vertical-align: top;
|
|
}
|
|
|
|
.rst-content ul.wy-breadcrumbs {
|
|
display: flex;
|
|
flex-flow: row;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
}
|
|
|
|
.rst-content .wy-breadcrumbs li {
|
|
padding-right: 5px;
|
|
margin-left: 0;
|
|
}
|
|
|
|
.rst-content .wy-breadcrumbs li a {
|
|
padding-right: 0;
|
|
}
|
|
|
|
.rst-content .wy-breadcrumbs li.wy-breadcrumbs-aside {
|
|
margin-left: auto;
|
|
padding-left: 32px;
|
|
padding-right: 0;
|
|
}
|
|
|
|
.rst-content table.docutils caption,
|
|
.rst-content table.field-list caption,
|
|
.wy-table caption {
|
|
padding-top: 0;
|
|
}
|
|
|
|
.wy-table-responsive table td,
|
|
.wy-table-responsive table th {
|
|
white-space: normal;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.rst-content table.docutils td:first-child,
|
|
.rst-content table.docutils th:first-child,
|
|
.rst-content table.field-list td:first-child,
|
|
.rst-content table.field-list th:first-child,
|
|
.wy-table td:first-child,
|
|
.wy-table th:first-child {
|
|
border-left-width: 1px;
|
|
}
|
|
|
|
.rst-content .admonition-todo p:last-child,
|
|
.rst-content .admonition p:last-child,
|
|
.rst-content .attention p:last-child,
|
|
.rst-content .caution p:last-child,
|
|
.rst-content .danger p:last-child,
|
|
.rst-content .error p:last-child,
|
|
.rst-content .hint p:last-child,
|
|
.rst-content .important p:last-child,
|
|
.rst-content .note p:last-child,
|
|
.rst-content .seealso p:last-child,
|
|
.rst-content .tip p:last-child,
|
|
.rst-content .warning p:last-child,
|
|
.wy-alert p:last-child {
|
|
line-height: 1.4;
|
|
}
|
|
|
|
.rst-content .figure p.caption,
|
|
.rst-content .figure.align-default p.caption {
|
|
text-align: left;
|
|
}
|
|
|
|
.rst-content .figure.align-center p.caption {
|
|
text-align: center;
|
|
}
|
|
|
|
.rst-content table.docutils td .admonition,
|
|
.rst-content table.docutils td .admonition-todo,
|
|
.rst-content table.docutils td .attention,
|
|
.rst-content table.docutils td .caution,
|
|
.rst-content table.docutils td .danger,
|
|
.rst-content table.docutils td .error,
|
|
.rst-content table.docutils td .hint,
|
|
.rst-content table.docutils td .important,
|
|
.rst-content table.docutils td .note,
|
|
.rst-content table.docutils td .seealso,
|
|
.rst-content table.docutils td .tip,
|
|
.rst-content table.docutils td .warning {
|
|
margin-top: 12px;
|
|
}
|
|
|
|
.rst-content h1, .rst-content h1 > a.toc-backref,
|
|
.rst-content h2, .rst-content h2 > a.toc-backref,
|
|
.rst-content h3, .rst-content h3 > a.toc-backref,
|
|
.rst-content h4, .rst-content h4 > a.toc-backref,
|
|
.rst-content h5, .rst-content h5 > a.toc-backref,
|
|
.rst-content h6, .rst-content h6 > a.toc-backref,
|
|
.rst-content h7, .rst-content h7 > a.toc-backref,
|
|
.rst-content h8, .rst-content h8 > a.toc-backref,
|
|
.rst-content h9, .rst-content h9 > a.toc-backref {
|
|
color: #1d5c86;
|
|
}
|
|
|
|
.rst-content h1,
|
|
.rst-content h2 {
|
|
border-bottom: 2px solid #1d5c86;
|
|
padding-bottom: 0;
|
|
line-height: 1.1;
|
|
}
|
|
|
|
.rst-content h3,
|
|
.rst-content h4 {
|
|
border-bottom: 1px solid #1d5c86;
|
|
}
|
|
|
|
.rst-content h3 > code,
|
|
.rst-content h4 > code {
|
|
position: relative;
|
|
top: -3px;
|
|
}
|
|
|
|
.rst-content h1 > code,
|
|
.rst-content h1 > tt,
|
|
.rst-content h1 > a.toc-backref > code,
|
|
.rst-content h1 > a.toc-backref > tt,
|
|
.rst-content h2 > code,
|
|
.rst-content h2 > tt,
|
|
.rst-content h2 > a.toc-backref > code,
|
|
.rst-content h2 > a.toc-backref > tt {
|
|
padding: 0 5px;
|
|
color: #1d5c86 !important;
|
|
}
|
|
|
|
.rst-content dl.footnote dd p {
|
|
line-height: 1.3;
|
|
}
|
|
|
|
html.writer-html5 .rst-content dl.field-list>dd,
|
|
html.writer-html5 .rst-content dl.field-list>dt,
|
|
html.writer-html5 .rst-content dl.footnote>dd,
|
|
html.writer-html5 .rst-content dl.footnote>dt {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.rst-content .contents ul li,
|
|
.rst-content .section ul li,
|
|
.rst-content .toctree-wrapper ul li,
|
|
.wy-plain-list-disc li,
|
|
.rst-content li,
|
|
article ul li {
|
|
list-style: disc;
|
|
margin-left: 24px;
|
|
}
|
|
|
|
.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a,
|
|
.wy-menu-vertical li.toctree-l3.current>a {
|
|
padding: 0.2em 2.0em 0.2em 4.045em;
|
|
line-height: 1.3;
|
|
}
|
|
|
|
.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a,
|
|
.wy-menu-vertical li.toctree-l4.current>a {
|
|
padding: 0.2em 2.0em 0.2em 5.663em;
|
|
line-height: 1.3;
|
|
}
|
|
|
|
.rst-content div.docutils.container.indent-block {
|
|
margin-left: 2em;
|
|
margin-bottom: 2em;
|
|
border-left: 4px solid #e1e4e5;
|
|
padding-left: 0.75em;
|
|
}
|
|
|
|
div.mermaid {
|
|
padding-bottom: 12px;
|
|
}
|
|
|
|
.rst-content table tr td .line-block {
|
|
margin-bottom: 0;
|
|
line-height: inherit;
|
|
}
|
|
|
|
.rst-content .rst-footer-buttons {
|
|
margin-top: 32px;
|
|
}
|
|
|
|
/* Footnotes */
|
|
.rst-content aside.footnote {
|
|
font-size: 85%;
|
|
display: flex;
|
|
}
|
|
|
|
.rst-content aside.footnote p {
|
|
font-size: inherit;
|
|
line-height: 18px;
|
|
margin-bottom: 8px;
|
|
margin-left: 4px;
|
|
color: #666;
|
|
}
|
|
|
|
.rst-content figcaption {
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.rst-content p.caption span.caption-number:after,
|
|
.rst-content caption span.caption-number:after,
|
|
.rst-content figcaption span.caption-number:after {
|
|
content: "— ";
|
|
}
|
|
|
|
.rst-content table.docutils caption,
|
|
.rst-content table.field-list caption, .wy-table caption,
|
|
.rst-content figcaption p,
|
|
.rst-content .figure p.caption {
|
|
font: inherit;
|
|
font-size: 85%;
|
|
font-style: italic;
|
|
}
|
|
|
|
.rst-content table.docutils caption,
|
|
.rst-content table.field-list caption, .wy-table caption {
|
|
padding-bottom: 6px;
|
|
}
|
|
|
|
kbd
|
|
{
|
|
-moz-border-radius:3px;
|
|
-moz-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
|
|
-webkit-border-radius:3px;
|
|
-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
|
|
background-color:#f7f7f7;
|
|
border:1px solid #ccc;
|
|
border-radius:3px;
|
|
box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
|
|
color:#333;
|
|
display:inline-block;
|
|
font-family:Arial,Helvetica,sans-serif;
|
|
font-size:11px;
|
|
line-height:1.4;
|
|
margin:0 .1em;
|
|
padding:.1em .6em;
|
|
text-shadow:0 1px 0 #fff;
|
|
}
|
|
|
|
.rst-content .admonition,
|
|
.rst-content .admonition-todo,
|
|
.rst-content .attention,
|
|
.rst-content .caution,
|
|
.rst-content .danger,
|
|
.rst-content .error,
|
|
.rst-content .hint,
|
|
.rst-content .important,
|
|
.rst-content .note,
|
|
.rst-content .seealso,
|
|
.rst-content .tip,
|
|
.rst-content .warning,
|
|
.rst-content .wy-alert {
|
|
margin-bottom: 24px;
|
|
margin-top: 24px;
|
|
}
|
|
|
|
/* Index */
|
|
.rst-content table.genindextable td ul {
|
|
padding-left: 1.25em;
|
|
}
|
|
|
|
.rst-content table.genindextable li>ul {
|
|
margin-left: 0;
|
|
}
|
|
|
|
/* Admonitions tweaks */
|
|
/* ================== */
|
|
|
|
.rst-content div.admonition {
|
|
/* border-radius: 4px;*/
|
|
/* margin-bottom: 24px;*/
|
|
}
|
|
|
|
.rst-content .admonition-title {
|
|
/* border-top-left-radius: 4px;*/
|
|
/* border-top-right-radius: 4px;*/
|
|
padding: 8px 12px;
|
|
}
|
|
|
|
.rst-content .admonition-title:before {
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.rst-content .admonition-title, .wy-alert-title {
|
|
font-weight: normal;
|
|
}
|
|
|
|
/* default */
|
|
.rst-content .admonition-title,
|
|
.wy-alert-title {
|
|
color: #fff;
|
|
background: #58a0cf;
|
|
}
|
|
|
|
.rst-content .admonition, .rst-content .admonition-todo, .rst-content .attention,
|
|
.rst-content .caution, .rst-content .danger, .rst-content .error, .rst-content .hint,
|
|
.rst-content .important, .rst-content .note, .rst-content .seealso, .rst-content .tip,
|
|
.rst-content .warning, .wy-alert {
|
|
background: #e7f2fa;
|
|
box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
|
|
border-left: 6px solid #58a0cf;
|
|
}
|
|
|
|
/* note, seealso */
|
|
/* ------------- */
|
|
.rst-content .note .admonition-title, .rst-content .note .wy-alert-title, .rst-content .seealso .admonition-title,
|
|
.rst-content .seealso .wy-alert-title, .rst-content .wy-alert-info.admonition-todo .admonition-title,
|
|
.rst-content .wy-alert-info.admonition-todo .wy-alert-title, .rst-content .wy-alert-info.admonition .admonition-title,
|
|
.rst-content .wy-alert-info.admonition .wy-alert-title, .rst-content .wy-alert-info.attention .admonition-title,
|
|
.rst-content .wy-alert-info.attention .wy-alert-title, .rst-content .wy-alert-info.caution .admonition-title,
|
|
.rst-content .wy-alert-info.caution .wy-alert-title, .rst-content .wy-alert-info.danger .admonition-title,
|
|
.rst-content .wy-alert-info.danger .wy-alert-title, .rst-content .wy-alert-info.error .admonition-title,
|
|
.rst-content .wy-alert-info.error .wy-alert-title, .rst-content .wy-alert-info.hint .admonition-title,
|
|
.rst-content .wy-alert-info.hint .wy-alert-title, .rst-content .wy-alert-info.important .admonition-title,
|
|
.rst-content .wy-alert-info.important .wy-alert-title, .rst-content .wy-alert-info.tip .admonition-title,
|
|
.rst-content .wy-alert-info.tip .wy-alert-title, .rst-content .wy-alert-info.warning .admonition-title,
|
|
.rst-content .wy-alert-info.warning .wy-alert-title, .rst-content .wy-alert.wy-alert-info .admonition-title,
|
|
.wy-alert.wy-alert-info .rst-content .admonition-title, .wy-alert.wy-alert-info .wy-alert-title {
|
|
color: #ffffff;
|
|
background: #91aaba;
|
|
}
|
|
|
|
.rst-content .note, .rst-content .seealso, .rst-content .wy-alert-info.admonition,
|
|
.rst-content .wy-alert-info.admonition-todo, .rst-content .wy-alert-info.attention,
|
|
.rst-content .wy-alert-info.caution, .rst-content .wy-alert-info.danger,
|
|
.rst-content .wy-alert-info.error, .rst-content .wy-alert-info.hint,
|
|
.rst-content .wy-alert-info.important, .rst-content .wy-alert-info.tip,
|
|
.rst-content .wy-alert-info.warning, .wy-alert.wy-alert-info {
|
|
background: #f2f5f7;
|
|
border-left: 6px solid #91aaba;
|
|
}
|
|
|
|
/* attention, caution, warning */
|
|
/* --------------------------- */
|
|
.rst-content .admonition-todo .admonition-title, .rst-content .admonition-todo .wy-alert-title,
|
|
.rst-content .attention .admonition-title, .rst-content .attention .wy-alert-title,
|
|
.rst-content .caution .admonition-title, .rst-content .caution .wy-alert-title, .rst-content .warning .admonition-title,
|
|
.rst-content .warning .wy-alert-title, .rst-content .wy-alert-warning.admonition .admonition-title,
|
|
.rst-content .wy-alert-warning.admonition .wy-alert-title, .rst-content .wy-alert-warning.danger .admonition-title,
|
|
.rst-content .wy-alert-warning.danger .wy-alert-title, .rst-content .wy-alert-warning.error .admonition-title,
|
|
.rst-content .wy-alert-warning.error .wy-alert-title, .rst-content .wy-alert-warning.hint .admonition-title,
|
|
.rst-content .wy-alert-warning.hint .wy-alert-title, .rst-content .wy-alert-warning.important .admonition-title,
|
|
.rst-content .wy-alert-warning.important .wy-alert-title, .rst-content .wy-alert-warning.note .admonition-title,
|
|
.rst-content .wy-alert-warning.note .wy-alert-title, .rst-content .wy-alert-warning.seealso .admonition-title,
|
|
.rst-content .wy-alert-warning.seealso .wy-alert-title, .rst-content .wy-alert-warning.tip .admonition-title,
|
|
.rst-content .wy-alert-warning.tip .wy-alert-title, .rst-content .wy-alert.wy-alert-warning .admonition-title,
|
|
.wy-alert.wy-alert-warning .rst-content .admonition-title, .wy-alert.wy-alert-warning .wy-alert-title {
|
|
color: #fff700;
|
|
background: #74703f;
|
|
}
|
|
|
|
.rst-content .admonition-todo, .rst-content .attention, .rst-content .caution, .rst-content .warning,
|
|
.rst-content .wy-alert-warning.admonition, .rst-content .wy-alert-warning.danger, .rst-content .wy-alert-warning.error,
|
|
.rst-content .wy-alert-warning.hint, .rst-content .wy-alert-warning.important, .rst-content .wy-alert-warning.note,
|
|
.rst-content .wy-alert-warning.seealso, .rst-content .wy-alert-warning.tip, .wy-alert.wy-alert-warning {
|
|
background: #fffee5;
|
|
border-left: 6px solid #74703f;
|
|
}
|
|
|
|
/* hint, important, tip */
|
|
/* ----------------------- */
|
|
.rst-content .hint .admonition-title, .rst-content .hint .wy-alert-title, .rst-content .important .admonition-title,
|
|
.rst-content .important .wy-alert-title, .rst-content .tip .admonition-title, .rst-content .tip .wy-alert-title,
|
|
.rst-content .wy-alert-success.admonition-todo .admonition-title, .rst-content .wy-alert-success.admonition-todo .wy-alert-title,
|
|
.rst-content .wy-alert-success.admonition .admonition-title, .rst-content .wy-alert-success.admonition .wy-alert-title,
|
|
.rst-content .wy-alert-success.attention .admonition-title, .rst-content .wy-alert-success.attention .wy-alert-title,
|
|
.rst-content .wy-alert-success.caution .admonition-title, .rst-content .wy-alert-success.caution .wy-alert-title,
|
|
.rst-content .wy-alert-success.danger .admonition-title, .rst-content .wy-alert-success.danger .wy-alert-title,
|
|
.rst-content .wy-alert-success.error .admonition-title, .rst-content .wy-alert-success.error .wy-alert-title,
|
|
.rst-content .wy-alert-success.note .admonition-title, .rst-content .wy-alert-success.note .wy-alert-title,
|
|
.rst-content .wy-alert-success.seealso .admonition-title, .rst-content .wy-alert-success.seealso .wy-alert-title,
|
|
.rst-content .wy-alert-success.warning .admonition-title, .rst-content .wy-alert-success.warning .wy-alert-title,
|
|
.rst-content .wy-alert.wy-alert-success .admonition-title, .wy-alert.wy-alert-success .rst-content .admonition-title,
|
|
.wy-alert.wy-alert-success .wy-alert-title {
|
|
color: #fff;
|
|
background: #6ead81; /*#65bb93;*/
|
|
}
|
|
|
|
.rst-content .hint, .rst-content .important, .rst-content .tip, .rst-content .wy-alert-success.admonition,
|
|
.rst-content .wy-alert-success.admonition-todo, .rst-content .wy-alert-success.attention, .rst-content .wy-alert-success.caution,
|
|
.rst-content .wy-alert-success.danger, .rst-content .wy-alert-success.error, .rst-content .wy-alert-success.note,
|
|
.rst-content .wy-alert-success.seealso, .rst-content .wy-alert-success.warning, .wy-alert.wy-alert-success {
|
|
background: #ffffff;/*#f4faf8;*/
|
|
box-shadow: 0 2px 5px 1px hsl(138deg 28% 26% / 20%);/* !important;*/
|
|
border-left: 6px solid #6ead81;
|
|
}
|
|
|
|
/* danger, error */
|
|
/* ------------- */
|
|
|
|
.rst-content .danger .admonition-title, .rst-content .danger .wy-alert-title, .rst-content .error .admonition-title,
|
|
.rst-content .error .wy-alert-title, .rst-content .wy-alert-danger.admonition-todo .admonition-title,
|
|
.rst-content .wy-alert-danger.admonition-todo .wy-alert-title, .rst-content .wy-alert-danger.admonition .admonition-title,
|
|
.rst-content .wy-alert-danger.admonition .wy-alert-title, .rst-content .wy-alert-danger.attention .admonition-title,
|
|
.rst-content .wy-alert-danger.attention .wy-alert-title, .rst-content .wy-alert-danger.caution .admonition-title,
|
|
.rst-content .wy-alert-danger.caution .wy-alert-title, .rst-content .wy-alert-danger.hint .admonition-title,
|
|
.rst-content .wy-alert-danger.hint .wy-alert-title, .rst-content .wy-alert-danger.important .admonition-title,
|
|
.rst-content .wy-alert-danger.important .wy-alert-title, .rst-content .wy-alert-danger.note .admonition-title,
|
|
.rst-content .wy-alert-danger.note .wy-alert-title, .rst-content .wy-alert-danger.seealso .admonition-title,
|
|
.rst-content .wy-alert-danger.seealso .wy-alert-title, .rst-content .wy-alert-danger.tip .admonition-title,
|
|
.rst-content .wy-alert-danger.tip .wy-alert-title, .rst-content .wy-alert-danger.warning .admonition-title,
|
|
.rst-content .wy-alert-danger.warning .wy-alert-title, .rst-content .wy-alert.wy-alert-danger .admonition-title,
|
|
.wy-alert.wy-alert-danger .rst-content .admonition-title, .wy-alert.wy-alert-danger .wy-alert-title {
|
|
color: #ffffff;
|
|
background: #e75f52;
|
|
}
|
|
|
|
.rst-content .danger, .rst-content .error, .rst-content .wy-alert-danger.admonition,
|
|
.rst-content .wy-alert-danger.admonition-todo, .rst-content .wy-alert-danger.attention,
|
|
.rst-content .wy-alert-danger.caution, .rst-content .wy-alert-danger.hint, .rst-content .wy-alert-danger.important,
|
|
.rst-content .wy-alert-danger.note, .rst-content .wy-alert-danger.seealso, .rst-content .wy-alert-danger.tip,
|
|
.rst-content .wy-alert-danger.warning, .wy-alert.wy-alert-danger {
|
|
background: #fdf3f2;
|
|
border-left: 6px solid #e75f52;
|
|
}
|
|
|
|
/* sphinx-tabs */
|
|
|
|
.rst-content .sphinx-tabs {
|
|
margin-bottom: 1.25rem;
|
|
margin-top: 1.25rem;
|
|
}
|
|
|
|
.rst-content .sphinx-tabs-tab {
|
|
font-family: inherit;
|
|
font-size: 16px;
|
|
padding: 0.5rem 1.25rem;
|
|
}
|
|
|
|
.rst-content .sphinx-tabs-tab[aria-selected="true"] {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.rst-content .sphinx-tabs-panel {
|
|
padding-bottom: 6px;
|
|
}
|
|
|
|
.margin-left-20 { margin-left: 20px; }
|
|
.margin-right-20 { margin-right: 20px; }
|
|
.margin-top-20 { margin-top: 20px; }
|
|
.margin-bottom-20 { margin-bottom: 20px; }
|
|
|
|
/* Menu */
|
|
|
|
.wy-menu-vertical li.toctree-l4.current li.toctree-l5>a, .wy-menu-vertical li.toctree-l5.current>a {
|
|
padding: 0.2em 2.0em 0.2em 7.1em;
|
|
line-height: 1.3;
|
|
}
|
|
|
|
.wy-menu-vertical li.toctree-l2.current > a { background: #c9c9c9 !important; }
|
|
.wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a { background: #c9c9c9; }
|
|
|
|
.wy-menu-vertical li.toctree-l3.current > a { background: #bdbdbd !important; }
|
|
.wy-menu-vertical li.toctree-l3.current li.toctree-l4 > a { background: #bdbdbd; }
|
|
|
|
.wy-menu-vertical li.toctree-l4.current > a { background: #a8a8a8 !important; }
|
|
.wy-menu-vertical li.toctree-l4.current li.toctree-l5 > a { background: #a8a8a8; }
|
|
|
|
/*.wy-menu-vertical li.toctree-l1.current a:hover,*/
|
|
.wy-menu-vertical li.toctree-l2 a:hover {
|
|
background: hsl(204deg 63% 95%) !important;
|
|
}
|
|
|
|
.wy-menu-vertical li.toctree-l3 a:hover {
|
|
background: hsl(204deg 63% 90%) !important;
|
|
}
|
|
|
|
.wy-menu-vertical li.toctree-l4 a:hover {
|
|
background: hsl(204deg 63% 85%) !important;
|
|
}
|
|
|
|
.wy-menu-vertical li.toctree-l5 a:hover {
|
|
background: hsl(204deg 63% 80%) !important;
|
|
}
|
|
|
|
.wy-menu-vertical header,
|
|
.wy-menu-vertical p.caption {
|
|
margin-top: 20px;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.wy-menu-vertical a {
|
|
line-height: 16px;
|
|
}
|
|
|
|
/* Left sidebar width (300px -> 350px) */
|
|
|
|
.wy-nav-side { width: 350px; }
|
|
.wy-side-scroll { width: 370px; }
|
|
.wy-side-nav-search { width: 350px; }
|
|
.wy-menu-vertical { width: 350px; }
|
|
.wy-nav-content-wrap { margin-left: 350px; }
|
|
|
|
@media screen and (max-width: 768px) {
|
|
.wy-nav-side {
|
|
left: -350px;
|
|
}
|
|
|
|
.wy-menu.wy-menu-vertical,
|
|
.wy-side-nav-search,
|
|
.wy-side-scroll {
|
|
width: auto;
|
|
}
|
|
|
|
.wy-nav-content-wrap {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
|
|
/* Sidebar background */
|
|
.wy-nav-side {
|
|
background: #272525;
|
|
}
|
|
|
|
/* Roles */
|
|
|
|
/*.rst-content .menuselection,*/
|
|
.rst-content .guilabel {
|
|
border: 1px solid #7fbbe3;
|
|
background: #e7f2fa;
|
|
font-size: 80%;
|
|
font-weight: 700;
|
|
border-radius: 4px;
|
|
padding: 2.4px 6px;
|
|
margin: auto 2px;
|
|
}
|
|
|
|
/* ------------------- */
|
|
|
|
.rst-content .section ol li ul,
|
|
.rst-content ol.arabic li ul,
|
|
.wy-plain-list-decimal li ul,
|
|
article ol li ul {
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.rst-content figure {
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
a.headerlink {
|
|
display: none;
|
|
}
|
|
|
|
.rst-content .align-center:not(table) {
|
|
text-align: center;
|
|
}
|
|
|
|
.rst-content .align-center {
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
/* Colors and text decoration.
|
|
For example, :black:`text in black` or :blink:`text blinking` in rST. */
|
|
|
|
.black {
|
|
color: black;
|
|
}
|
|
|
|
.gray {
|
|
/* color: gray;*/
|
|
color: #a6a6a6;
|
|
}
|
|
|
|
.grey {
|
|
/* color: gray;*/
|
|
color: #a6a6a6;
|
|
}
|
|
|
|
.silver {
|
|
color: silver;
|
|
}
|
|
|
|
.white {
|
|
color: white;
|
|
}
|
|
|
|
.maroon {
|
|
color: maroon;
|
|
}
|
|
|
|
.red {
|
|
color: red;
|
|
}
|
|
|
|
.magenta {
|
|
color: magenta;
|
|
}
|
|
|
|
.fuchsia {
|
|
color: fuchsia;
|
|
}
|
|
|
|
.pink {
|
|
color: pink;
|
|
}
|
|
|
|
.orange {
|
|
color: orange;
|
|
}
|
|
|
|
.yellow {
|
|
color: yellow;
|
|
}
|
|
|
|
.lime {
|
|
color: lime;
|
|
}
|
|
|
|
.green {
|
|
color: green;
|
|
}
|
|
|
|
.olive {
|
|
color: olive;
|
|
}
|
|
|
|
.teal {
|
|
color: teal;
|
|
}
|
|
|
|
.cyan {
|
|
color: cyan;
|
|
}
|
|
|
|
.aqua {
|
|
color: aqua;
|
|
}
|
|
|
|
.blue {
|
|
/*color: blue;*/
|
|
color: #2980b9;
|
|
}
|
|
|
|
.navy {
|
|
color: navy;
|
|
}
|
|
|
|
.purple {
|
|
color: purple;
|
|
}
|
|
|
|
.under {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.over {
|
|
text-decoration: overline;
|
|
}
|
|
|
|
.blink {
|
|
text-decoration: blink;
|
|
}
|
|
|
|
.strike {
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
.it {
|
|
font-style: italic;
|
|
}
|
|
|
|
.ob {
|
|
font-style: oblique;
|
|
}
|
|
|
|
.small {
|
|
font-size: small;
|
|
}
|
|
|
|
.large {
|
|
font-size: large;
|
|
}
|
|
|
|
.smallpar {
|
|
font-size: small;
|
|
}
|
|
|
|
.grid-item-center {
|
|
text-align: center;
|
|
}
|
|
|
|
.grid-item-center .sd-card .sd-card-body {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
}
|
|
|
|
.grid-under-development {
|
|
background-color: #f3f6f6;
|
|
}
|
|
|
|
.rst-content .container.caption > p {
|
|
margin-bottom: 16px;
|
|
margin-top: 24px;
|
|
font-size: 150%;
|
|
line-height: 24px;
|
|
font-weight: 700;
|
|
color: #404040;
|
|
}
|