44 *
55 * Sphinx stylesheet -- basic theme.
66 *
7- * :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
7+ * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
88 * :license: BSD, see LICENSE for details.
99 *
1010 */
@@ -222,7 +222,7 @@ table.modindextable td {
222222/* -- general body styles --------------------------------------------------- */
223223
224224div .body {
225- min-width : 360 px ;
225+ min-width : 450 px ;
226226 max-width : 800px ;
227227}
228228
@@ -237,8 +237,14 @@ a.headerlink {
237237 visibility : hidden;
238238}
239239
240- a : visited {
241- color : # 551A8B ;
240+ a .brackets : before ,
241+ span .brackets > a : before {
242+ content : "[" ;
243+ }
244+
245+ a .brackets : after ,
246+ span .brackets > a : after {
247+ content : "]" ;
242248}
243249
244250h1 : hover > a .headerlink ,
@@ -329,16 +335,12 @@ p.sidebar-title {
329335 font-weight : bold;
330336}
331337
332- nav .contents ,
333- aside .topic ,
334338div .admonition , div .topic , blockquote {
335339 clear : left;
336340}
337341
338342/* -- topics ---------------------------------------------------------------- */
339343
340- nav .contents ,
341- aside .topic ,
342344div .topic {
343345 border : 1px solid # ccc ;
344346 padding : 7px ;
@@ -377,17 +379,13 @@ div.body p.centered {
377379
378380div .sidebar > : last-child ,
379381aside .sidebar > : last-child ,
380- nav .contents > : last-child ,
381- aside .topic > : last-child ,
382382div .topic > : last-child ,
383383div .admonition > : last-child {
384384 margin-bottom : 0 ;
385385}
386386
387387div .sidebar ::after ,
388388aside .sidebar ::after ,
389- nav .contents ::after ,
390- aside .topic ::after ,
391389div .topic ::after ,
392390div .admonition ::after ,
393391blockquote ::after {
@@ -430,6 +428,10 @@ table.docutils td, table.docutils th {
430428 border-bottom : 1px solid # aaa ;
431429}
432430
431+ table .footnote td , table .footnote th {
432+ border : 0 !important ;
433+ }
434+
433435th {
434436 text-align : left;
435437 padding-right : 5px ;
@@ -613,26 +615,19 @@ ul.simple p {
613615 margin-bottom : 0 ;
614616}
615617
616- aside .footnote > span ,
617- div .citation > span {
618+ dl .footnote > dt ,
619+ dl .citation > dt {
618620 float : left;
621+ margin-right : 0.5em ;
619622}
620- aside .footnote > span : last-of-type ,
621- div .citation > span : last-of-type {
622- padding-right : 0.5em ;
623- }
624- aside .footnote > p {
625- margin-left : 2em ;
626- }
627- div .citation > p {
628- margin-left : 4em ;
629- }
630- aside .footnote > p : last-of-type ,
631- div .citation > p : last-of-type {
623+
624+ dl .footnote > dd ,
625+ dl .citation > dd {
632626 margin-bottom : 0em ;
633627}
634- aside .footnote > p : last-of-type : after ,
635- div .citation > p : last-of-type : after {
628+
629+ dl .footnote > dd : after ,
630+ dl .citation > dd : after {
636631 content : "" ;
637632 clear : both;
638633}
@@ -649,6 +644,10 @@ dl.field-list > dt {
649644 padding-right : 5px ;
650645}
651646
647+ dl .field-list > dt : after {
648+ content : ":" ;
649+ }
650+
652651dl .field-list > dd {
653652 padding-left : 0.5em ;
654653 margin-top : 0em ;
@@ -674,16 +673,6 @@ dd {
674673 margin-left : 30px ;
675674}
676675
677- .sig dd {
678- margin-top : 0px ;
679- margin-bottom : 0px ;
680- }
681-
682- .sig dl {
683- margin-top : 0px ;
684- margin-bottom : 0px ;
685- }
686-
687676dl > dd : last-child ,
688677dl > dd : last-child > : last-child {
689678 margin-bottom : 0 ;
@@ -752,14 +741,6 @@ abbr, acronym {
752741 cursor : help;
753742}
754743
755- .translated {
756- background-color : rgba (207 , 255 , 207 , 0.2 )
757- }
758-
759- .untranslated {
760- background-color : rgba (255 , 207 , 207 , 0.2 )
761- }
762-
763744/* -- code displays --------------------------------------------------------- */
764745
765746pre {
@@ -776,7 +757,6 @@ span.pre {
776757 -ms-hyphens : none;
777758 -webkit-hyphens : none;
778759 hyphens : none;
779- white-space : nowrap;
780760}
781761
782762div [class *= "highlight-" ] {
0 commit comments