|
72 | 72 | } |
73 | 73 |
|
74 | 74 | footer { |
75 | | - color: rgb(152, 143, 129); |
| 75 | + color: rgb(152, 143, 129) !important; |
76 | 76 | } |
77 | 77 |
|
78 | 78 | .wy-nav-content { |
79 | | - background-color: #181a1b; |
80 | | - color: rgb(192, 186, 178); |
| 79 | + background-color: #181a1b !important; |
| 80 | + color: rgb(192, 186, 178) !important; |
81 | 81 | } |
82 | 82 |
|
83 | 83 | .method .sig-object, .class dt, .data dt, .attribute dt, .function dt, |
84 | 84 | .descclassname, .descname { |
85 | 85 | background-color: rgb(40, 43, 45) !important; |
86 | | - color: rgb(192, 186, 178); |
| 86 | + color: rgb(192, 186, 178) !important; |
87 | 87 | } |
88 | 88 |
|
89 | | - 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 { |
90 | | - color: #ccc; |
| 89 | + html.writer-html4 .rst-content dl:not(.docutils) > dt, html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.citation):not(.glossary):not(.simple) > dt { |
| 90 | + color: #cccccc !important; |
91 | 91 | } |
92 | 92 |
|
93 | | - html.writer-html4 .rst-content dl:not(.docutils) dl:not(.field-list) > dt, html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dl:not(.field-list) > dt { |
94 | | - color: #96928c; |
95 | | - border-left: 3px solid #3f4547; |
| 93 | + html.writer-html4 .rst-content dl:not(.docutils) dl:not(.field-list) > dt, html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.citation):not(.glossary):not(.simple) dl:not(.field-list) > dt { |
| 94 | + color: #96928c !important; |
| 95 | + border-left: 3px solid #3f4547 !important; |
96 | 96 | } |
97 | 97 |
|
98 | | - html.writer-html4 .rst-content dl:not(.docutils) .optional, html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .optional { |
99 | | - color: #c0bab2; |
| 98 | + html.writer-html4 .rst-content dl:not(.docutils) .optional, html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.citation):not(.glossary):not(.simple) .optional { |
| 99 | + color: #c0bab2 !important; |
100 | 100 | } |
101 | 101 |
|
102 | 102 | .method dt, .function .field-list dt { |
103 | 103 | background-color: inherit !important; |
104 | 104 | } |
105 | 105 |
|
106 | 106 | .rst-content .toc-backref { |
107 | | - color: rgb(192, 186, 178); |
| 107 | + color: rgb(192, 186, 178) !important; |
108 | 108 | } |
109 | 109 |
|
110 | 110 | code.literal { |
|
117 | 117 | } |
118 | 118 |
|
119 | 119 | .wy-nav-side { |
120 | | - background-color: rgb(28, 30, 31); |
| 120 | + background-color: rgb(28, 30, 31) !important; |
121 | 121 | } |
122 | 122 |
|
123 | 123 | .wy-menu-vertical a:visited { |
124 | | - color: rgb(192, 186, 178); |
| 124 | + color: rgb(192, 186, 178) !important; |
125 | 125 | } |
126 | 126 |
|
127 | 127 | .wy-menu-vertical li.current > a button.toctree-expand, .wy-menu-vertical li.on a button.toctree-expand { |
128 | | - color: rgb(200, 195, 188); |
| 128 | + color: rgb(200, 195, 188) !important; |
129 | 129 | } |
130 | 130 | .wy-menu-vertical a:hover button.toctree-expand { |
131 | | - color: rgb(208, 204, 198); |
| 131 | + color: rgb(208, 204, 198) !important; |
132 | 132 | } |
133 | 133 |
|
134 | 134 | .wy-nav-content-wrap { |
135 | | - background-color: #181a1b; |
| 135 | + background-color: #181a1b !important; |
136 | 136 | } |
137 | 137 |
|
138 | 138 | .wy-nav-content-wrap a, .wy-nav-content-wrap a:visited { |
139 | | - color: rgb(237, 101, 54); |
| 139 | + color: rgb(237, 101, 54) !important; |
140 | 140 | } |
141 | 141 |
|
142 | 142 | .wy-nav-content-wrap a:hover, .wy-nav-content-wrap a:active { |
143 | | - color: rgb(241, 138, 103); |
| 143 | + color: rgb(241, 138, 103) !important; |
144 | 144 | } |
145 | 145 |
|
146 | 146 | .wy-menu-vertical a:active { |
147 | | - background-color: #b13a10; |
| 147 | + background-color: #b13a10 !important; |
148 | 148 | } |
149 | 149 |
|
150 | 150 | .sidebar { |
|
170 | 170 | } |
171 | 171 |
|
172 | 172 | .rst-content table.docutils thead, .rst-content table.field-list thead, .wy-table thead { |
173 | | - color: rgb(192, 186, 178); |
| 173 | + color: rgb(192, 186, 178) !important; |
174 | 174 | } |
175 | 175 |
|
176 | 176 | .wy-table thead th, .rst-content table.docutils thead th, .rst-content table.field-list thead th { |
177 | | - border: solid 2px #e1e4e5; |
| 177 | + border: solid 2px #e1e4e5 !important; |
178 | 178 | } |
179 | 179 |
|
180 | 180 | .wy-table thead p, .rst-content table.docutils thead p, .rst-content table.field-list thead p { |
181 | 181 | margin: 0; |
182 | 182 | } |
183 | 183 |
|
184 | 184 | .wy-table-odd td, .wy-table-striped tr:nth-child(2n-1) td, .rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td { |
185 | | - background-color: #343131; |
| 185 | + background-color: #343131 !important; |
186 | 186 | } |
187 | 187 |
|
188 | 188 | /* Messages ----------------------------------------------------------------- */ |
|
192 | 192 | } |
193 | 193 |
|
194 | 194 | .rst-content code.literal, .rst-content tt.literal { |
195 | | - color: rgb(233, 88, 73); |
| 195 | + color: rgb(233, 88, 73) !important; |
196 | 196 | } |
197 | 197 |
|
198 | 198 | .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 { |
199 | | - background: #3a6d8e; |
200 | | - color: #cdcdcd; |
| 199 | + background: #3a6d8e !important; |
| 200 | + color: #cdcdcd !important; |
201 | 201 | } |
202 | 202 |
|
203 | 203 | .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 { |
204 | | - background: #b96a26; |
205 | | - color: #cdcdcd; |
| 204 | + background: #b96a26 !important; |
| 205 | + color: #cdcdcd !important; |
206 | 206 | } |
207 | 207 |
|
208 | 208 | /* Content ----------------------------------------------------------------- */ |
209 | 209 |
|
210 | 210 | .rst-content .important .admonition-title { |
211 | | - background: #b04926; |
212 | | - color: #cdcdcd; |
| 211 | + background: #b04926 !important; |
| 212 | + color: #cdcdcd !important; |
213 | 213 | } |
214 | 214 |
|
215 | 215 | .rst-content div[class^="highlight"], .rst-content pre.literal-block { |
216 | | - border: 1px solid rgb(63, 69, 71); |
| 216 | + border: 1px solid rgb(63, 69, 71) !important; |
217 | 217 | } |
218 | 218 |
|
219 | | - 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 { |
220 | | - border-top: solid 3px #b13a10; |
| 219 | + html.writer-html4 .rst-content dl:not(.docutils) > dt, html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.citation):not(.glossary):not(.simple) > dt { |
| 220 | + border-top: solid 3px #b13a10 !important; |
221 | 221 | } |
222 | 222 |
|
223 | | - 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 { |
224 | | - background: #282b2d; |
| 223 | + html.writer-html4 .rst-content dl:not(.docutils) > dt, html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.citation):not(.glossary):not(.simple) > dt { |
| 224 | + background: #282b2d !important; |
225 | 225 | } |
226 | 226 |
|
227 | 227 | /* Side Menu ---------------------------------------------------------------- */ |
228 | 228 |
|
229 | 229 | .wy-menu-vertical li.current { |
230 | | - background: rgb(40, 43, 45); |
| 230 | + background: rgb(40, 43, 45) !important; |
231 | 231 | } |
232 | 232 |
|
233 | 233 | .wy-menu-vertical li.current > a, .wy-menu-vertical li.on a, .wy-menu-vertical li.current > a:hover, .wy-menu-vertical li.on a:hover { |
234 | | - background-color: rgb(24, 26, 27); |
235 | | - color: rgb(192, 186, 178) |
| 234 | + background-color: rgb(24, 26, 27) !important; |
| 235 | + color: rgb(192, 186, 178) !important; |
236 | 236 | } |
237 | 237 |
|
238 | 238 | .wy-menu-vertical li.toctree-l1.current > a { |
239 | | - border-bottom-color: rgb(63, 69, 71); |
240 | | - border-top-color: rgb(63, 69, 71); |
| 239 | + border-bottom-color: rgb(63, 69, 71) !important; |
| 240 | + border-top-color: rgb(63, 69, 71) !important; |
241 | 241 |
|
242 | 242 | } |
243 | 243 |
|
244 | 244 | .wy-menu-vertical li.current a { |
245 | | - border-right-color: rgb(63, 69, 71); |
| 245 | + border-right-color: rgb(63, 69, 71) !important; |
246 | 246 | } |
247 | 247 |
|
248 | 248 | .wy-menu-vertical li.toctree-l2.current > a, .wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a, |
249 | 249 | .wy-menu-vertical li.toctree-l2.current:hover > a, .wy-menu-vertical li.toctree-l2.current li.toctree-l3:hover > a { |
250 | | - background: #3c3c3c; |
251 | | - border-right-color: rgb(63, 69, 71); |
| 250 | + background: #3c3c3c !important; |
| 251 | + border-right-color: rgb(63, 69, 71) !important; |
252 | 252 | } |
253 | 253 |
|
254 | 254 | .wy-menu-vertical li.toctree-l2:hover > a, .wy-menu-vertical li.toctree-l2.current li.toctree-l3:hover > a { |
255 | | - background: #1c2020; |
| 255 | + background: #1c2020 !important; |
256 | 256 | } |
257 | 257 |
|
258 | 258 | .wy-menu-vertical li.toctree-l2 a, .wy-menu-vertical li.toctree-l3 a, .wy-menu-vertical li.toctree-l4 a, .wy-menu-vertical li.toctree-l5 a, .wy-menu-vertical li.toctree-l6 a, .wy-menu-vertical li.toctree-l7 a, .wy-menu-vertical li.toctree-l8 a, .wy-menu-vertical li.toctree-l9 a, .wy-menu-vertical li.toctree-l10 a { |
259 | | - color: rgb(192, 186, 178); |
| 259 | + color: rgb(192, 186, 178) !important; |
260 | 260 | } |
261 | 261 |
|
262 | 262 | .wy-menu-vertical li code { |
263 | | - color: rgb(237, 101, 54); |
| 263 | + color: rgb(237, 101, 54) !important; |
264 | 264 | } |
265 | 265 |
|
266 | 266 | .wy-menu-vertical .xref { |
|
0 commit comments