@@ -30,97 +30,124 @@ div.document {
30
30
31
31
/* *** fix for rtd dark *** */
32
32
33
+ html [data-theme = "dark" ] div .nboutput .container div .output_area .stderr {
34
+ background : rgb (103 , 23 , 23 );
35
+ }
36
+
33
37
html [data-theme = "dark" ] .sig > .sig-name > .pre {
34
- color : white;
38
+ color : white;
35
39
}
36
40
37
41
html [data-theme = "dark" ] .highlight > pre > span .go {
38
- color : rgb (173 , 173 , 173 );
42
+ color : rgb (173 , 173 , 173 );
39
43
}
40
44
41
- html [data-theme = "dark" ].writer-html5 .rst-content
42
- dl [class ]: not (.option-list ): not (.field-list ): not (.footnote ): not (.citation ): not (.glossary ): not (.simple )
43
- dl : not (.option-list ): not (.field-list ): not (.footnote ): not (.citation ): not (.glossary ): not (.simple ) > dt {
44
- background-color : # 0f0f0f ;
45
- color : # 959595 ;
46
- border-color : # 2b2b2b ;
45
+ html [data-theme = "dark" ].writer-html5
46
+ .rst-content
47
+ dl [class ]: not (.option-list ): not (.field-list ): not (.footnote ): not (
48
+ .citation
49
+ ): not (.glossary ): not (.simple )
50
+ dl : not (.option-list ): not (.field-list ): not (.footnote ): not (.citation ): not (
51
+ .glossary
52
+ ): not (.simple )
53
+ > dt {
54
+ background-color : # 0f0f0f ;
55
+ color : # 959595 ;
56
+ border-color : # 2b2b2b ;
47
57
}
48
58
49
- html [data-theme = "dark" ].writer-html5
50
- .rst-content dl [class ]: not (.option-list ): not (.field-list ): not (.footnote ): not ( .glossary ): not (.simple )
51
- dl : not (.field-list ) > dt {
52
- color : # c6c6c6!important ;
59
+ html [data-theme = "dark" ].writer-html5
60
+ .rst-content
61
+ dl [class ]: not (.option-list ): not (.field-list ): not (.footnote ): not (
62
+ .glossary
63
+ ): not (.simple )
64
+ dl : not (.field-list )
65
+ > dt {
66
+ color : # c6c6c6 !important ;
53
67
}
54
68
55
69
html [data-theme = "dark" ] .highlight > pre > span .n {
56
- color : # 80cb53 ;
70
+ color : # 80cb53 ;
57
71
}
58
72
59
73
html [data-theme = "dark" ] .highlight > pre > span .o {
60
- color : # cbcbcb ;
74
+ color : # cbcbcb ;
61
75
}
62
76
63
77
html [data-theme = "dark" ] .highlight > pre > span .nf ,
64
78
html [data-theme = "dark" ] .viewcode-block > span .nf {
65
- color : # 9975ec ;
79
+ color : # 9975ec ;
66
80
}
67
81
68
82
html [data-theme = "dark" ] .highlight > .copybtn {
69
- background-color : transparent;
70
- color : aliceblue;
71
- border : 1px solid aliceblue;
83
+ background-color : transparent;
84
+ color : aliceblue;
85
+ border : 1px solid aliceblue;
72
86
}
73
87
74
88
html [data-theme = "dark" ] .highlight > pre {
75
- font-size : medium;
89
+ font-size : medium;
76
90
}
77
91
78
92
.wy-nav-content {
79
- max-width : 1200px ;
93
+ max-width : 1200px ;
80
94
}
81
95
82
- .class .enum > dd > dl : not (.method ) .sig-name ~ * : not (: last-child ): not (: nth-last-child (2 )),
96
+ .class .enum
97
+ > dd
98
+ > dl : not (.method )
99
+ .sig-name
100
+ ~ * : not (: last-child ): not (: nth-last-child (2 )),
83
101
.class .enum > dd > .attribute > dt > .property ,
84
102
.attribute .sig-name ~ * {
85
- display : none!important ;
103
+ display : none !important ;
86
104
}
87
105
88
-
89
- [role = 'contentinfo' ] {
90
- float : right
106
+ [role = "contentinfo" ] {
107
+ float : right;
91
108
}
92
109
93
- html .writer-html5 .rst-content dl [class ]: not (.option-list ): not (.field-list ): not (.footnote ): not (.citation ): not (.glossary ): not (.simple ) .py .attribute ,
94
- html .writer-html5 .rst-content dl [class ]: not (.option-list ): not (.field-list ): not (.footnote ): not (.citation ): not (.glossary ): not (.simple ) .py .property {
95
- display : block;
96
- margin-inline-end : 2em ;
110
+ html .writer-html5
111
+ .rst-content
112
+ dl [class ]: not (.option-list ): not (.field-list ): not (.footnote ): not (
113
+ .citation
114
+ ): not (.glossary ): not (.simple )
115
+ .py .attribute ,
116
+ html .writer-html5
117
+ .rst-content
118
+ dl [class ]: not (.option-list ): not (.field-list ): not (.footnote ): not (
119
+ .citation
120
+ ): not (.glossary ): not (.simple )
121
+ .py .property {
122
+ display : block;
123
+ margin-inline-end : 2em ;
97
124
}
98
125
99
126
.class : not (.enum ) .py .attribute .sig-name ::before {
100
- content : ' attribute ' ;
101
- font-style : italic;
102
- color : # c6c6c6 ;
127
+ content : " attribute " ;
128
+ font-style : italic;
129
+ color : # c6c6c6 ;
103
130
}
104
131
105
132
.wy-nav-side {
106
- padding-bottom : 0 ;
133
+ padding-bottom : 0 ;
107
134
}
108
135
109
136
.class .enum > dd > .attribute ,
110
137
.class .enum > dd > .attribute * {
111
- margin-bottom : 5px !important ;
138
+ margin-bottom : 5px !important ;
112
139
}
113
140
114
141
html [data-theme = "dark" ] .wy-nav-content > a {
115
- color : # 80cb53 ;
142
+ color : # 80cb53 ;
116
143
}
117
144
118
145
html [data-theme = "dark" ] .wy-menu-vertical > p .caption {
119
- color : # 80cb53 ;
146
+ color : # 80cb53 ;
120
147
}
121
148
122
149
html [data-theme = "dark" ] .wy-side-nav-search {
123
- background-color : # 0d0d0d ;
150
+ background-color : # 0d0d0d ;
124
151
}
125
152
126
153
/*html[data-theme="dark"] .rst-content .admonition .admonition-title,
0 commit comments