|
129 | 129 | text-decoration: underline; |
130 | 130 | } |
131 | 131 |
|
132 | | -#table-of-contentssection { |
| 132 | +#table-of-contents.section { |
133 | 133 | font-size: 16px; |
134 | 134 | } |
135 | 135 |
|
@@ -169,15 +169,15 @@ h5 { |
169 | 169 | } |
170 | 170 |
|
171 | 171 | /* index and search related styles for color-contrast (AA compliant) */ |
172 | | -#index-and-searchsection { |
| 172 | +#index-and-search.section { |
173 | 173 | font-size: 16px; |
174 | 174 | } |
175 | 175 |
|
176 | | -#index-and-searchsection a { |
| 176 | +#index-and-search.section a { |
177 | 177 | color: var(--links); |
178 | 178 | } |
179 | 179 |
|
180 | | -#index-and-searchsection a:hover { |
| 180 | +#index-and-search.section a:hover { |
181 | 181 | color: var(--links); |
182 | 182 | text-decoration: underline; |
183 | 183 | } |
@@ -216,28 +216,24 @@ div.container { |
216 | 216 | background-color: var(--background); |
217 | 217 | } |
218 | 218 |
|
219 | | -divsection { |
220 | | - margin-left: auto; |
221 | | - margin-right: auto; |
222 | | -} |
223 | | - |
224 | 219 | .container { |
225 | 220 | padding-left: 10px; |
226 | 221 | padding-right: 10px; |
227 | 222 | } |
228 | 223 |
|
229 | 224 | #main-content section > p, |
230 | | -pre, |
231 | | -table, |
232 | | -ul, |
233 | | -ol, |
234 | | -dl, |
235 | | -h1, |
236 | | -h2, |
237 | | -h3, |
238 | | -h4, |
239 | | -.admonition { |
240 | | - width: 500pt !important; |
| 225 | +#main-content section > pre, |
| 226 | +#main-content section > table, |
| 227 | +#main-content section > ul, |
| 228 | +#main-content section > ol, |
| 229 | +#main-content section > dl, |
| 230 | +#main-content section > h1, |
| 231 | +#main-content section > h2, |
| 232 | +#main-content section > h3, |
| 233 | +#main-content section > h4, |
| 234 | +#main-content section > .admonition, |
| 235 | +#main-content section > .toctree-wrapper { |
| 236 | + width: 500pt; |
241 | 237 | margin-left: auto; |
242 | 238 | margin-right: auto; |
243 | 239 | } |
@@ -968,10 +964,6 @@ div.ExecutionVisualizer table.visualizer { |
968 | 964 | border-radius: 4px; |
969 | 965 | } |
970 | 966 |
|
971 | | -ul.dropdown-menu { |
972 | | - max-width: 300px; |
973 | | -} |
974 | | - |
975 | 967 | ul.dropdown-menu.globaltoc { |
976 | 968 | max-height: 700px; |
977 | 969 | overflow: auto; |
|
0 commit comments