3
3
}
4
4
5
5
div .version {
6
- color : # FFD92C !important ;
6
+ color : # ffd92c !important ;
7
7
}
8
8
9
9
.wy-nav-side {
@@ -15,7 +15,7 @@ div.version {
15
15
}
16
16
17
17
.wy-side-nav-search input [type = "text" ] {
18
- border-radius : 6px !important ;
18
+ border-radius : 6px !important ;
19
19
}
20
20
21
21
.wy-nav-content {
@@ -51,41 +51,52 @@ div.version {
51
51
}
52
52
53
53
a {
54
- color : # 5B64B1 ;
54
+ color : # 5b64b1 ;
55
55
}
56
56
57
57
.rst-content .viewcode-link {
58
58
color : # 7013e1d9 ;
59
59
}
60
60
61
61
.highlight {
62
- background : # f1f5fb!important ;
62
+ background : # f1f5fb !important ;
63
63
}
64
64
65
65
.rst-content div [class ^= "highlight" ] {
66
66
border : 1px solid # e4eaf2 ;
67
67
}
68
68
69
69
.wy-menu-vertical p .caption {
70
- color : # FFD92C ;
70
+ color : # ffd92c ;
71
71
}
72
72
73
- div .output_subarea .output_html .rendered_html .output_result {
73
+ div .output_subarea .output_html .rendered_html .output_result {
74
74
overflow : auto;
75
75
}
76
76
77
77
/* function/class top bar */
78
- html .writer-html5 .rst-content dl [class ]: not (.option-list ): not (.field-list ): not (.footnote ): not (.glossary ): not (.simple ) > dt {
78
+ html .writer-html5
79
+ .rst-content
80
+ dl [class ]: not (.option-list ): not (.field-list ): not (.footnote ): not (
81
+ .glossary
82
+ ): not (.simple )
83
+ > dt {
79
84
color : # 404040 ;
80
85
border-top : solid 4px # 7013e1d9 ;
81
- background : # FFD833A8 ;
86
+ background : # ffd833a8 ;
82
87
}
83
88
84
89
/* class params */
85
- html .writer-html5 .rst-content dl [class ]: not (.option-list ): not (.field-list ): not (.footnote ): not (.glossary ): not (.simple ) dl : not (.field-list ) > dt {
90
+ html .writer-html5
91
+ .rst-content
92
+ dl [class ]: not (.option-list ): not (.field-list ): not (.footnote ): not (
93
+ .glossary
94
+ ): not (.simple )
95
+ dl : not (.field-list )
96
+ > dt {
86
97
color : # 404040 ;
87
98
border-left : solid 4px # 7013e1d9 ;
88
- background : # FFD8338F ;
99
+ background : # ffd8338f ;
89
100
}
90
101
91
102
/* the other elements, but more specific - leave them be */
@@ -104,9 +115,9 @@ code.docutils.literal.notranslate > span[class="pre"] {
104
115
}
105
116
106
117
.rst-content .seealso {
107
- background : # fafae2!important ;
118
+ background : # fafae2 !important ;
108
119
}
109
120
110
121
.rst-content .seealso .admonition-title {
111
- background : # 7013e1d9!important ;
122
+ background : # 7013e1d9 !important ;
112
123
}
0 commit comments