Path: blob/main/docs/_static/custom.css
469 views
@import url('https://fonts.googleapis.com/css2?family=Inconsolata&display=swap');1code.docutils > .pre {2color: #505050 !important3}4.rst-content dl:not(.docutils) dl dt {5border-width: 0px !important;6background-color: transparent !important;7margin-bottom: 0px !important;8}9.rst-content table.field-list td.field-body {10padding-top: 1px;11}12.rst-content dl:not(.docutils) dl dt strong {13font-size: 115%;14}15.rst-content dl:not(.docutils) dl dt span {16font-style: italic;17font-weight: normal;18}19.rst-content dl:not(.docutils) dl dt span.classifier:before {20content: ' (';21}22.rst-content dl:not(.docutils) dl dt span.classifier:after {23content: ')';24}25.rst-content dl:not(.docutils) dl dt span.optional,26.rst-content dl:not(.docutils) dl dt span.opt-sep {27font-weight: normal;28}29.rst-content dl:not(.docutils) dl dt .classifier-delimiter {30display: none;31}32.rst-content dl:not(.docutils) dl dd strong {33font-weight: bold;34font-size: smaller;35}36/* Theme Overrides */37.wy-side-nav-search {38background-color: black !important;39}40.wy-side-nav-search .version {41color: rgb(197, 80, 255) !important;42}43.wy-menu-vertical {44color: rgba(150, 94, 151, 0.2) !important;45}46.wy-menu-vertical a {47color: #666 !important;48}49.wy-menu-vertical li.current {50background-color: #e8e8e8;51}52.wy-menu-vertical li.toctree-l2.current>a, .wy-menu-vertical li.toctree-l2.current li.toctree-l3>a {53background-color: rgba(192, 192, 192, 0.2);54}55.wy-menu-vertical li.toctree-l3.current>a, .wy-menu-vertical li.toctree-l3.current li.toctree-l4>a {56background-color: rgba(192, 192, 192, 0.2);57}58.wy-menu-vertical header, .wy-menu-vertical p.caption {59color: rgb(136, 0, 204);60}61.wy-nav-side {62background-color: rgb(243, 243, 245);63}64.wy-menu-vertical a:visited {65/* color: #4c4a57 !important;*/66}67.wy-nav-content a:link {68color: #80c !important;69}70.wy-menu-vertical li.current>a, .wy-menu-vertical li.on a {71color: #80c !important;72}73.wy-menu-vertical a:hover {74color: #a0f !important;75background-color: rgba(192, 192, 192, 0.2);76}77html.writer-html4 .rst-content dl:not(.docutils)>dt, html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)>dt {78color: #80c;79}80.wy-grid-for-nav {81}82html.writer-html4 .rst-content dl:not(.docutils)>dt,83html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)>dt {84color: ;85border-top: rgba(150, 94, 151, 0) !important;86background-color: rgba(192, 192, 192, 0.2) !important;87padding: 15px;88}89.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 {90background-color: #563ec2;91}92.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 {93background-color: #f3f2fc;94}95.rst-content .linenodiv pre, .rst-content div[class^=highlight] pre, .rst-content pre.literal-block {96-webkit-font-smoothing: antialiased;97font-family: Inconsolata, monospace;98font-weight: light;99font-size: 15px;100}101/* prompt */102.highlight .gp {103color: #BBDEFB !important;104}105/* punctuation */106.highlight .p {107color: #aaa !important;108}109/* operator */110.highlight .o {111color: #ddd !important;112}113/* keyword / constant */114.highlight .k, .highlight .kn, .highlight .ow, .highlight .kc,115.highlight .kd, .highlight .kp, .highlight .kr, .highlight .kl {116color: rgba(189, 147, 249) !important;117}118/* strings */119.highlight .s, .highlight .s1, .highlight .s2 {120color: rgba(255, 121, 198) !important;121}122/* attributes / methods */123.highlight .n, .highlight .na, .highlight .nf {124color: #ddd !important;125}126/* builtin */127.highlight .nb {128color: #B39DDB !important;129}130/* output */131.highlight .go {132color: #eee !important;133}134/* comment */135.highlight .c, .highlight .ch, .highlight .cm, .highlight .cp,136.highlight .cpf, .highlight .c1, .highlight .cs {137color: #BBDEFB !important;138}139/* number */140.highlight .m, .highlight .il, .highlight .mb, .highlight .mf,141.highlight .mh, .highlight .mi {142color: #9FA8DA !important;143}144/* error */145.highlight .err {146color: #f00 !important;147}148149150