2
2
@import "../basic.css" ;
3
3
@import url ('https://fonts.googleapis.com/css2?family=Inconsolata:wght@600&display=swap' );
4
4
@import url ('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap' );
5
- @import "../tabs.css" ;
6
5
@import "../sg_gallery.css" ;
6
+ @import "../design-style.4045f2051d55cab465a707391d5b2007.min.css" ;
7
7
8
8
9
9
@font-face {
@@ -89,7 +89,7 @@ html[data-theme="light"] {
89
89
90
90
--pst-color-link : # 1E6DDC ;
91
91
--pst-color-link-hover : # 32cfea ;
92
- --pst-color-inline-code : # CD186D ;
92
+ --pst-color-inline-code : # 000 ;
93
93
--pst-color-target : rgb (255 , 255 , 255 );
94
94
/* color for sphinx-gallery-code output*/
95
95
--pst-color-codeout : # fafae2 ;
@@ -125,7 +125,7 @@ html[data-theme="dark"] {
125
125
126
126
--pst-color-link : # 0088CC ;
127
127
--pst-color-link-hover : # 32cfea ;
128
- --pst-color-inline-code : rgb ( 221 , 158 , 194 ) ;
128
+ --pst-color-inline-code : # fff ;
129
129
--pst-color-target : rgb (71 , 39 , 0 );
130
130
/* color for sphinx-gallery-code output*/
131
131
--pst-color-codeout : # 6c757d ;
@@ -144,6 +144,10 @@ h1, h2 {
144
144
color : # ddd ;
145
145
}
146
146
147
+ dt : target , span .highlighted {
148
+ background-color : var (--pst-color-border );
149
+ }
150
+
147
151
.docutils {
148
152
color : var (--pst-color-inline-code );
149
153
font-family : var (--font-family-monospace );
@@ -204,25 +208,54 @@ p.rubric {
204
208
205
209
206
210
/*
207
- ###############
208
- Sphinx-tab
209
- ###############
211
+ #################
212
+ Sphinx-design
213
+ #################
210
214
*/
211
- .sphinx-tabs-panel p {
212
- font-weight : 400 ;
213
- font-family : 'Source Sans Pro' , sans-serif;
214
- font-size : 1rem ;
215
- font-style : var (--pst-font-family-base-system );
215
+
216
+ .sd-tab-set > input : not (.focus-visible )+ label {
217
+ outline : none;
218
+ font-size : large;
219
+ -webkit-tap-highlight-color : transparent;
220
+ color : var (--pst-color-text-base );
216
221
}
217
222
218
- .sphinx-tabs-tab [aria-selected = "true" ] {
219
- background-color : var (--pst-color-background );
223
+
224
+ .sd-tab-set > input : checked + label + .sd-tab-content {
225
+ display : block;
226
+ font-size : medium;
220
227
}
221
228
222
- .sphinx-tabs-panel {
223
- background : var (--pst-color-background );
229
+ .sd-tab-set > input : checked + label + .sd-tab-content {
230
+ display : block;
231
+ font-size : .9rem ;
224
232
}
225
233
234
+ .sd-tab-content {
235
+ font-family : var (--pst-font-family-base );
236
+ }
237
+
238
+ .bd-content .sd-tab-set > input : checked + label , .bd-content .sd-tab-set > input : not (: checked )+ label : hover {
239
+ color : var (--pst-color-text-base );
240
+ }
241
+
242
+ .sd-row-cols-lg-4 > * {
243
+ flex : 0 0 auto;
244
+ -ms-flex : 0 0 auto;
245
+ width : 25% ;
246
+ }
247
+
248
+ .sd-sphinx-override , .sd-sphinx-override * {
249
+ -moz-box-sizing : border-box;
250
+ -webkit-box-sizing : border-box;
251
+ box-sizing : border-box;
252
+ background-color : var (--pst-color-background )!important ;
253
+ font-family : var (--pst-font-family-base )!important ;
254
+ font-size : small;
255
+ color : var (--pst-color-text-base )!important ;
256
+ }
257
+
258
+
226
259
/*
227
260
###############
228
261
table
0 commit comments