44 *
55 * Sphinx stylesheet -- basic theme.
66 *
7- * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
7+ * :copyright: Copyright 2007-2023 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 : 450 px ;
225+ min-width : 360 px ;
226226 max-width : 800px ;
227227}
228228
@@ -237,14 +237,8 @@ a.headerlink {
237237 visibility : hidden;
238238}
239239
240- a .brackets : before ,
241- span .brackets > a : before {
242- content : "[" ;
243- }
244-
245- a .brackets : after ,
246- span .brackets > a : after {
247- content : "]" ;
240+ a : visited {
241+ color : # 551A8B ;
248242}
249243
250244h1 : hover > a .headerlink ,
@@ -335,12 +329,16 @@ p.sidebar-title {
335329 font-weight : bold;
336330}
337331
332+ nav .contents ,
333+ aside .topic ,
338334div .admonition , div .topic , blockquote {
339335 clear : left;
340336}
341337
342338/* -- topics ---------------------------------------------------------------- */
343339
340+ nav .contents ,
341+ aside .topic ,
344342div .topic {
345343 border : 1px solid # ccc ;
346344 padding : 7px ;
@@ -379,13 +377,17 @@ div.body p.centered {
379377
380378div .sidebar > : last-child ,
381379aside .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 ,
389391div .topic ::after ,
390392div .admonition ::after ,
391393blockquote ::after {
@@ -428,10 +430,6 @@ table.docutils td, table.docutils th {
428430 border-bottom : 1px solid # aaa ;
429431}
430432
431- table .footnote td , table .footnote th {
432- border : 0 !important ;
433- }
434-
435433th {
436434 text-align : left;
437435 padding-right : 5px ;
@@ -615,19 +613,26 @@ ul.simple p {
615613 margin-bottom : 0 ;
616614}
617615
618- dl .footnote > dt ,
619- dl .citation > dt {
616+ aside .footnote > span ,
617+ div .citation > span {
620618 float : left;
621- margin-right : 0.5em ;
622619}
623-
624- dl .footnote > dd ,
625- dl .citation > dd {
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 {
626632 margin-bottom : 0em ;
627633}
628-
629- dl .footnote > dd : after ,
630- dl .citation > dd : after {
634+ aside .footnote > p : last-of-type : after ,
635+ div .citation > p : last-of-type : after {
631636 content : "" ;
632637 clear : both;
633638}
@@ -644,10 +649,6 @@ dl.field-list > dt {
644649 padding-right : 5px ;
645650}
646651
647- dl .field-list > dt : after {
648- content : ":" ;
649- }
650-
651652dl .field-list > dd {
652653 padding-left : 0.5em ;
653654 margin-top : 0em ;
@@ -673,6 +674,16 @@ dd {
673674 margin-left : 30px ;
674675}
675676
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+
676687dl > dd : last-child ,
677688dl > dd : last-child > : last-child {
678689 margin-bottom : 0 ;
@@ -741,6 +752,14 @@ abbr, acronym {
741752 cursor : help;
742753}
743754
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+
744763/* -- code displays --------------------------------------------------------- */
745764
746765pre {
0 commit comments