Skip to content

Commit 49f1201

Browse files
committed
add important to some css classes
1 parent a0ec7ab commit 49f1201

1 file changed

Lines changed: 46 additions & 46 deletions

File tree

user_guide_src/source/_static/css/citheme_dark.css

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -72,39 +72,39 @@
7272
}
7373

7474
footer {
75-
color: rgb(152, 143, 129);
75+
color: rgb(152, 143, 129) !important;
7676
}
7777

7878
.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;
8181
}
8282

8383
.method .sig-object, .class dt, .data dt, .attribute dt, .function dt,
8484
.descclassname, .descname {
8585
background-color: rgb(40, 43, 45) !important;
86-
color: rgb(192, 186, 178);
86+
color: rgb(192, 186, 178) !important;
8787
}
8888

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;
9191
}
9292

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;
9696
}
9797

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;
100100
}
101101

102102
.method dt, .function .field-list dt {
103103
background-color: inherit !important;
104104
}
105105

106106
.rst-content .toc-backref {
107-
color: rgb(192, 186, 178);
107+
color: rgb(192, 186, 178) !important;
108108
}
109109

110110
code.literal {
@@ -117,34 +117,34 @@
117117
}
118118

119119
.wy-nav-side {
120-
background-color: rgb(28, 30, 31);
120+
background-color: rgb(28, 30, 31) !important;
121121
}
122122

123123
.wy-menu-vertical a:visited {
124-
color: rgb(192, 186, 178);
124+
color: rgb(192, 186, 178) !important;
125125
}
126126

127127
.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;
129129
}
130130
.wy-menu-vertical a:hover button.toctree-expand {
131-
color: rgb(208, 204, 198);
131+
color: rgb(208, 204, 198) !important;
132132
}
133133

134134
.wy-nav-content-wrap {
135-
background-color: #181a1b;
135+
background-color: #181a1b !important;
136136
}
137137

138138
.wy-nav-content-wrap a, .wy-nav-content-wrap a:visited {
139-
color: rgb(237, 101, 54);
139+
color: rgb(237, 101, 54) !important;
140140
}
141141

142142
.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;
144144
}
145145

146146
.wy-menu-vertical a:active {
147-
background-color: #b13a10;
147+
background-color: #b13a10 !important;
148148
}
149149

150150
.sidebar {
@@ -170,19 +170,19 @@
170170
}
171171

172172
.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;
174174
}
175175

176176
.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;
178178
}
179179

180180
.wy-table thead p, .rst-content table.docutils thead p, .rst-content table.field-list thead p {
181181
margin: 0;
182182
}
183183

184184
.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;
186186
}
187187

188188
/* Messages ----------------------------------------------------------------- */
@@ -192,75 +192,75 @@
192192
}
193193

194194
.rst-content code.literal, .rst-content tt.literal {
195-
color: rgb(233, 88, 73);
195+
color: rgb(233, 88, 73) !important;
196196
}
197197

198198
.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;
201201
}
202202

203203
.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;
206206
}
207207

208208
/* Content ----------------------------------------------------------------- */
209209

210210
.rst-content .important .admonition-title {
211-
background: #b04926;
212-
color: #cdcdcd;
211+
background: #b04926 !important;
212+
color: #cdcdcd !important;
213213
}
214214

215215
.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;
217217
}
218218

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;
221221
}
222222

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;
225225
}
226226

227227
/* Side Menu ---------------------------------------------------------------- */
228228

229229
.wy-menu-vertical li.current {
230-
background: rgb(40, 43, 45);
230+
background: rgb(40, 43, 45) !important;
231231
}
232232

233233
.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;
236236
}
237237

238238
.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;
241241

242242
}
243243

244244
.wy-menu-vertical li.current a {
245-
border-right-color: rgb(63, 69, 71);
245+
border-right-color: rgb(63, 69, 71) !important;
246246
}
247247

248248
.wy-menu-vertical li.toctree-l2.current > a, .wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a,
249249
.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;
252252
}
253253

254254
.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;
256256
}
257257

258258
.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;
260260
}
261261

262262
.wy-menu-vertical li code {
263-
color: rgb(237, 101, 54);
263+
color: rgb(237, 101, 54) !important;
264264
}
265265

266266
.wy-menu-vertical .xref {

0 commit comments

Comments
 (0)