4
4
*
5
5
* Sphinx stylesheet -- basic theme.
6
6
*
7
- * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
7
+ * :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
8
8
* :license: BSD, see LICENSE for details.
9
9
*
10
10
*/
@@ -237,16 +237,6 @@ a.headerlink {
237
237
visibility : hidden;
238
238
}
239
239
240
- a .brackets : before ,
241
- span .brackets > a : before {
242
- content : "[" ;
243
- }
244
-
245
- a .brackets : after ,
246
- span .brackets > a : after {
247
- content : "]" ;
248
- }
249
-
250
240
h1 : hover > a .headerlink ,
251
241
h2 : hover > a .headerlink ,
252
242
h3 : hover > a .headerlink ,
@@ -335,12 +325,16 @@ p.sidebar-title {
335
325
font-weight : bold;
336
326
}
337
327
328
+ nav .contents ,
329
+ aside .topic ,
338
330
div .admonition , div .topic , blockquote {
339
331
clear : left;
340
332
}
341
333
342
334
/* -- topics ---------------------------------------------------------------- */
343
335
336
+ nav .contents ,
337
+ aside .topic ,
344
338
div .topic {
345
339
border : 1px solid # ccc ;
346
340
padding : 7px ;
@@ -379,13 +373,17 @@ div.body p.centered {
379
373
380
374
div .sidebar > : last-child ,
381
375
aside .sidebar > : last-child ,
376
+ nav .contents > : last-child ,
377
+ aside .topic > : last-child ,
382
378
div .topic > : last-child ,
383
379
div .admonition > : last-child {
384
380
margin-bottom : 0 ;
385
381
}
386
382
387
383
div .sidebar ::after ,
388
384
aside .sidebar ::after ,
385
+ nav .contents ::after ,
386
+ aside .topic ::after ,
389
387
div .topic ::after ,
390
388
div .admonition ::after ,
391
389
blockquote ::after {
@@ -428,10 +426,6 @@ table.docutils td, table.docutils th {
428
426
border-bottom : 1px solid # aaa ;
429
427
}
430
428
431
- table .footnote td , table .footnote th {
432
- border : 0 !important ;
433
- }
434
-
435
429
th {
436
430
text-align : left;
437
431
padding-right : 5px ;
@@ -615,19 +609,26 @@ ul.simple p {
615
609
margin-bottom : 0 ;
616
610
}
617
611
618
- dl .footnote > dt ,
619
- dl .citation > dt {
612
+ aside .footnote > span ,
613
+ div .citation > span {
620
614
float : left;
621
- margin-right : 0.5em ;
622
615
}
623
-
624
- dl .footnote > dd ,
625
- dl .citation > dd {
616
+ aside .footnote > span : last-of-type ,
617
+ div .citation > span : last-of-type {
618
+ padding-right : 0.5em ;
619
+ }
620
+ aside .footnote > p {
621
+ margin-left : 2em ;
622
+ }
623
+ div .citation > p {
624
+ margin-left : 4em ;
625
+ }
626
+ aside .footnote > p : last-of-type ,
627
+ div .citation > p : last-of-type {
626
628
margin-bottom : 0em ;
627
629
}
628
-
629
- dl .footnote > dd : after ,
630
- dl .citation > dd : after {
630
+ aside .footnote > p : last-of-type : after ,
631
+ div .citation > p : last-of-type : after {
631
632
content : "" ;
632
633
clear : both;
633
634
}
@@ -644,10 +645,6 @@ dl.field-list > dt {
644
645
padding-right : 5px ;
645
646
}
646
647
647
- dl .field-list > dt : after {
648
- content : ":" ;
649
- }
650
-
651
648
dl .field-list > dd {
652
649
padding-left : 0.5em ;
653
650
margin-top : 0em ;
0 commit comments