From 7e956b8a2a6b585b39d3f754f90bd04bfca898f5 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Thu, 14 Apr 2022 02:25:12 -0400 Subject: [PATCH] rm dark theme for doc --- doc/source/ystatic/dark_theme.css | 453 ------------------------------ 1 file changed, 453 deletions(-) delete mode 100644 doc/source/ystatic/dark_theme.css diff --git a/doc/source/ystatic/dark_theme.css b/doc/source/ystatic/dark_theme.css deleted file mode 100644 index 4a8a7f859..000000000 --- a/doc/source/ystatic/dark_theme.css +++ /dev/null @@ -1,453 +0,0 @@ -:root { - --dark-text-color: #0c0; - --dark-link-color: #090; -} - -body { - color: #000; -} - -.wy-nav-content-wrap { - background-color: #000; -} - -.wy-nav-content { - background-color: #000; -} - -.section { - color: var(--dark-text-color); -} - -.rst-content .highlighted { - background: #333; - box-shadow: none; -} - -.highlight { - background-color: #17181c; -} - -.highlight .nn { - color: var(--dark-text-color); -} - -.highlight .nb { - color: #8bb8df; -} - -.highlight .kn, -.highlight .kc, -.highlight .k { - color: #41c2ea; -} - -.highlight .s1, -.highlight .s2 { - color: #b3e87f; -} - -.highlight .nt { - color: #ccb350; -} - -.highlight .c1 { - color: #686868; -} - -.rst-content div[class^="highlight"] { - border-color: #1a1a1a; -} - -.icon, -.icon-home { - color: var(--dark-link-color); -} - -.wy-nav-content a, -.wy-nav-content a:visited { - color: var(--dark-link-color) !important; - text-decoration: underline; -} - -.btn-neutral { - background-color: #17181c !important; -} - -.btn-neutral:hover { - background-color: #101114 !important; -} - -.btn-neutral:visited { - color: #c1c1c1 !important; -} - -.btn { - box-shadow: none; -} - -footer { - color: #bdbdbd; -} - -.wy-nav-side { - background-color: #000; - border: 1px solid #333; -} - -.wy-menu-vertical > a { - color: var(--dark-text-color); -} - -.wy-menu-vertical li.current { - background-color: #000; -} - -.wy-menu-vertical li.current > a, -.wy-menu-vertical li.on a { - background-color: #000; - color: var(--dark-text-color); -} - -.wy-menu-vertical li.toctree-l1.current > a, -.wy-menu-vertical li.current a { - border-color: #000; -} - -.wy-menu-vertical header, -.wy-menu-vertical p.caption { - color: var(--dark-text-color); -} - -html.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 { - background-color: #333; -} - -.wy-menu-vertical li.current a { - color: #090; -} -.wy-menu-vertical a { - color: var(--dark-text-color); -} - -.wy-menu-vertical li.current a:hover { - background-color: #222; -} - -.wy-menu-vertical a:hover, -.wy-menu-vertical li.current > a:hover, -.wy-menu-vertical li.on a:hover { - background-color: #000; - color: var(--dark-text-color); -} - -.wy-menu-vertical li.toctree-l2.current > a, -.wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a { - background-color: #000; -} - -.wy-side-nav-search { - background-color: #000; - color: var(--dark-text-color); -} - -.wy-side-nav-search .wy-dropdown > a, -.wy-side-nav-search > a { - color: var(--dark-text-color); -} - -.wy-side-nav-search input[type="text"] { - border-left: 0px; - border-right: 0px; - border-top: 0px; - border-radius: 0px; - box-shadow: none; - border-bottom-color: #0c0; - background-color: #333; - color: var(--dark-text-color); -} - -.theme-switcher { - background-color: #0b0c0d; - color: var(--dark-text-color); -} - -writer-html4 .rst-content dl:not(.docutils) > dt, -writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) > dt { - background-color: #0b0b0b; - color: #007dce; - border-color: #282828; -} - -.rst-content code, -.rst-content tt { - color: var(--dark-text-color); -} - -writer-html4 .rst-content dl:not(.docutils) dl:not(.field-list) > dt, -writer-html5 - .rst-content - dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) - dl:not(.field-list) - > dt { - background-color: #0f0f0f; - color: #959595; - border-color: #2b2b2b; -} - -.rst-content code, -.rst-content tt, -code { - background-color: #2d2d2d; - border-color: #1c1c1c; -} - -.rst-content code.xref, -.rst-content tt.xref, -a .rst-content code, -a .rst-content tt { - color: #cecece; -} - -.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-color: #00392e; -} - -.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 { - background-color: #006a56; -} - -.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-color: #002c4d; -} - -.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 { - background-color: #004a7b; -} - -.rst-content dl:not(.docutils) dt { - background-color: #333; -} - -.rst-content { - color: var(--dark-text-color); -} - -.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-color: #533500; -} - -.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 { - background-color: #803b00; -} - -.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-color: #82231a; -} - -.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 { - background-color: #b9372b; -} - -.wy-nav-top { - background-color: #0b152d; -} - -.rst-content table.docutils thead, -.rst-content table.field-list thead, -.wy-table thead { - color: var(--dark-text-color); -} - -.rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td, -.wy-table-backed, -.wy-table-odd td, -.wy-table-striped tr:nth-child(2n-1) td { - background-color: #333; -} - -.rst-content table.docutils:not(.field-list) tr:nth-child(2n) td, -.wy-table-backed, -.wy-table-odd td, -.wy-table-striped tr:nth-child(2n) td { - background-color: #444; -} - -.rst-content table.docutils td, -.wy-table-bordered-all td, -writer-html5 .rst-content table.docutils th, -.rst-content table.docutils, -.wy-table-bordered-all { - border-color: #262626; -} - -.rst-content table.docutils caption, -.rst-content table.field-list caption, -.wy-table caption { - color: var(--dark-text-color); -} - -.wy-menu-vertical li.toctree-l3.current > a, -.wy-menu-vertical li.toctree-l3.current li.toctree-l4 > a { - background-color: #000; -} - -.wy-side-nav-search > div.version { - color: var(--dark-text-color); -}