Path: blob/main/docs/src/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}3637/* Theme Overrides */38.wy-side-nav-search {39background-color: black !important;40}41.wy-side-nav-search .version {42color: rgb(197, 80, 255) !important;43}44.wy-menu-vertical {45color: rgba(150, 94, 151, 0.2) !important;46}47.wy-menu-vertical a {48color: #666 !important;49}50.wy-menu-vertical li.current {51background-color: #e8e8e8;52}53.wy-menu-vertical li.toctree-l2.current>a, .wy-menu-vertical li.toctree-l2.current li.toctree-l3>a {54background-color: rgba(192, 192, 192, 0.2);55}56.wy-menu-vertical li.toctree-l3.current>a, .wy-menu-vertical li.toctree-l3.current li.toctree-l4>a {57background-color: rgba(192, 192, 192, 0.2);58}59.wy-menu-vertical header, .wy-menu-vertical p.caption {60color: rgb(136, 0, 204);61}62.wy-nav-side {63background-color: rgb(243, 243, 245);64}65.wy-menu-vertical a:visited {66/* color: #4c4a57 !important;*/67}68.wy-nav-content a:link {69color: #80c !important;70}71.wy-menu-vertical li.current>a, .wy-menu-vertical li.on a {72color: #80c !important;73}74.wy-menu-vertical a:hover {75color: #a0f !important;76background-color: rgba(192, 192, 192, 0.2);77}78html.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 {79color: #80c;80}81.wy-grid-for-nav {8283}84html.writer-html4 .rst-content dl:not(.docutils)>dt,85html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)>dt {86color: ;87border-top: rgba(150, 94, 151, 0) !important;88background-color: rgba(192, 192, 192, 0.2) !important;89padding: 15px;90}91.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 {92background-color: #563ec2;93}94.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 {95background-color: #f3f2fc;96}97.rst-content .linenodiv pre, .rst-content div[class^=highlight] pre, .rst-content pre.literal-block {98-webkit-font-smoothing: antialiased;99font-family: Inconsolata, monospace;100font-weight: light;101font-size: 15px;102}103/* prompt */104.highlight .gp {105color: #BBDEFB !important;106}107/* punctuation */108.highlight .p {109color: #aaa !important;110}111/* operator */112.highlight .o {113color: #ddd !important;114}115/* keyword / constant */116.highlight .k, .highlight .kn, .highlight .ow, .highlight .kc,117.highlight .kd, .highlight .kp, .highlight .kr, .highlight .kl {118color: rgba(189, 147, 249) !important;119}120/* strings */121.highlight .s, .highlight .s1, .highlight .s2 {122color: rgba(255, 121, 198) !important;123}124/* attributes / methods */125.highlight .n, .highlight .na, .highlight .nf {126color: #ddd !important;127}128/* builtin */129.highlight .nb {130color: #B39DDB !important;131}132/* output */133.highlight .go {134color: #eee !important;135}136/* comment */137.highlight .c, .highlight .ch, .highlight .cm, .highlight .cp,138.highlight .cpf, .highlight .c1, .highlight .cs {139color: #BBDEFB !important;140}141/* number */142.highlight .m, .highlight .il, .highlight .mb, .highlight .mf,143.highlight .mh, .highlight .mi {144color: #9FA8DA !important;145}146/* error */147.highlight .err {148color: #f00 !important;149}150151152