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