@@ -133,71 +133,6 @@ h2, h3 {
133
133
max-width : 400px ;
134
134
}
135
135
136
- /* Navigation --------------------------------------------------------------- */
137
-
138
- # nav {
139
- background-color : # 494949!important ;
140
- margin : 0 ;
141
- padding : 0 ;
142
- display : none;
143
- }
144
-
145
- # nav2 {
146
- background : url (data:image/jpeg;base64, /9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAARgAA/+4ADkFkb2JlAGTAAAAAAf/bAIQABAMDAwMDBAMDBAYEAwQGBwUEBAUHCAYGBwYGCAoICQkJCQgKCgwMDAwMCgwMDQ0MDBERERERFBQUFBQUFBQUFAEEBQUIBwgPCgoPFA4ODhQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU/8AAEQgAMgAzAwERAAIRAQMRAf/EAFkAAQADAQAAAAAAAAAAAAAAAAABBQcIAQEAAAAAAAAAAAAAAAAAAAAAEAABAgYDAAAAAAAAAAAAAAAAAVERAtMEFJRVBxgRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMRAAAAAAAA7a87dZcCu3e1wHnbrLgV272uA87dZcCu3e1wHnbrLgV272uA87dZcCu3e1wHnbrLgV272uA87dZcCu3e1wN/wJGAYEjAMCRgGBIwDAkYBgSMAwJGAsoIwCCMAgjAIIwCCMAgjAIIwEgAAAAAAAAAAAAAAAAAAAAAAAH//2Q==) repeat-x scroll left top transparent;
147
- margin : 0 ;
148
- padding : 0 310px 0 0 ;
149
- text-align : right;
150
- display : none;
151
- }
152
-
153
- # nav_inner {
154
- background-color : transparent;
155
- font-size : 11px ;
156
- margin : 0 ;
157
- padding : 8px 12px 0 20px ;
158
- }
159
-
160
- div # pulldown-menu {
161
- -moz-column-count : 5 ;
162
- -moz-column-gap : 20px ;
163
- -webkit-column-count : 5 ;
164
- -webkit-column-gap : 20px ;
165
- column-count : 5 ;
166
- column-gap : 20px ;
167
- -webkit-column-rule : 1px groove # b8b8b8 ;
168
- -moz-column-rule : 1px groove # b8b8b8 ;
169
- column-rule : 1px groove # b8b8b8 ;
170
- }
171
-
172
- # pulldown-menu > ul {
173
- padding-top : 10px ;
174
- padding-bottom : 10px ;
175
- -webkit-column-break-inside : avoid; /*Chrome, Safari*/
176
- display : table; /*Firefox*/
177
- break-inside : avoid; /*IE 10+ theoretically*/
178
- }
179
-
180
- # pulldown-menu ul li .toctree-l2 {
181
- font-size : 0.82em ;
182
- margin-left : 20px ;
183
- list-style-image : url (data:image/gif;base64, R0lGODlhCwAJALMJAO7u7uTk5PLy8unp6fb29t7e3vj4+Li4uIWFheTk5AAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAkALAAAAAALAAkAAAQoMJ1JqTQ4Z3SI98jHCWSJkByArCyiHkMsIzEX3DeCc0Xv+4hEa5iIAAA7);
184
- }
185
-
186
- # pulldown-menu ul li .toctree-l1 a {
187
- color : # ffffff ;
188
- text-decoration : none;
189
- font-size : 12px ;
190
- font-weight : 700 ;
191
- }
192
-
193
- # pulldown-menu ul li .toctree-l2 a {
194
- text-decoration : none;
195
- font-size : 11px ;
196
- line-height : 1.4em ;
197
- font-weight : 300 ;
198
- color : # aaaaaa ;
199
- }
200
-
201
136
/* Side Menu ---------------------------------------------------------------- */
202
137
203
138
.wy-nav-side {
@@ -261,26 +196,40 @@ div#pulldown-menu {
261
196
white-space : pre;
262
197
}
263
198
264
- .rst-content {
265
- max-width : 60 em ;
199
+ .rst-content dl . class > dt {
200
+ margin-bottom : 1 rem !important ;
266
201
}
267
202
268
- .rst-content dl : not (.docutils ) dt {
203
+ .rst-content .section ol p , .rst-content .section ul p {
204
+ margin : 0 ;
205
+ }
206
+
207
+ html .writer-html4 .rst-content dl : not (.docutils )> dt ,
208
+ html .writer-html5 .rst-content dl [class ]: not (.option-list ): not (.field-list ): not (.footnote ): not (.glossary ): not (.simple )> dt {
269
209
background : # fdc894 ;
270
210
color : # 434343 ;
271
211
border-top : solid 3px # dd4814 ;
272
212
}
273
213
274
- .rst-content .section ol p , .rst-content .section ul p {
275
- margin : 0 ;
214
+ html .writer-html4 .rst-content dl : not (.docutils ) code .descname ,
215
+ html .writer-html5 .rst-content dl [class ]: not (.option-list ): not (.field-list ): not (.footnote ): not (.glossary ): not (.simple ) code .descname {
216
+ padding-right : 0.2rem ;
276
217
}
277
218
278
- .rst-content dl : not (. docutils ) dt : first-child {
219
+ .rst-content dl . field-list {
279
220
margin-top : 1rem ;
221
+ margin-bottom : 0.5rem ;
280
222
}
281
223
282
- .rst-content dl : not (.docutils ) tt .descname , .rst-content dl : not (.docutils ) tt .descname , .rst-content dl : not (.docutils ) code .descname {
283
- padding-right : 0.2rem ;
224
+ .rst-content dl .field-list dt , .rst-content dl .field-list p ,
225
+ html .writer-html4 .rst-content dl : not (.docutils ) dl : not (.field-list )> dt ,
226
+ html .writer-html5 .rst-content dl [class ]: not (.option-list ): not (.field-list ): not (.footnote ): not (.glossary ): not (.simple ) dl : not (.field-list )> dt {
227
+ font-size : 90% ;
228
+ }
229
+
230
+ html .writer-html4 .rst-content dl : not (.docutils ) dl : not (.field-list )> dt ,
231
+ html .writer-html5 .rst-content dl [class ]: not (.option-list ): not (.field-list ): not (.footnote ): not (.glossary ): not (.simple ) dl : not (.field-list )> dt {
232
+ padding : 6px ;
284
233
}
285
234
286
235
.admonition {
0 commit comments