1+ /* Nav Search Background */
2+ .wy-side-nav-search {
3+ background-color : # FF8300
4+ }
5+
6+ .wy-side-nav-search .wy-dropdown > a img .logo ,
7+ .wy-side-nav-search > a img .logo {
8+ width : 125px ;
9+ }
10+
11+ /* Menu Title Color */
12+ .wy-menu-vertical p .caption {
13+ color : # FF8300 ;
14+ }
15+
16+ /* Content background */
17+ .wy-nav-content {
18+ margin : 0 ;
19+ background : # 0F3250 ;
20+ }
21+
22+ /* Outer background */
23+ .wy-nav-content-wrap {
24+ background : # 343131 ;
25+ }
26+
27+ /* Body Text Color */
28+ body {
29+ color : # dbdce1 ;
30+ }
31+
32+ dd {
33+ display : block;
34+ margin-inline-start : 0px ;
35+ }
36+
37+ /* Header Text Color */
38+ .rst-content .toctree-wrapper > p .caption ,
39+ h1 ,
40+ h2 ,
41+ h3 ,
42+ h4 ,
43+ h5 ,
44+ h6 ,
45+ legend {
46+ color : # FFFFFF ;
47+ }
48+
49+ /* Notes, Warnings, Important Colors */
50+ .rst-content .note .admonition-title {
51+ background : rgba (53 , 139 , 193 , 1 )
52+ }
53+
54+ .rst-content .note {
55+ background : rgba (53 , 139 , 193 , 0.5 )
56+ }
57+
58+ .rst-content .warning .admonition-title {
59+ background : rgba (193 , 53 , 53 , 1 )
60+ }
61+
62+ .rst-content .warning {
63+ background : rgba (193 , 53 , 53 , 0.5 )
64+ }
65+
66+ .rst-content .important .admonition-title {
67+ background : rgba (255 , 131 , 0 , 1 )
68+ }
69+
70+ .rst-content .important {
71+ background : rgba (255 , 131 , 0 , 0.7 )
72+ }
73+
74+
75+ /* Code Highlight */
76+ .highlight {
77+ color : # ADE1F0 ;
78+ background : # 04121e ;
79+ }
80+
81+ .highlight .s1 {
82+ color : # FF8300 ;
83+ }
84+
85+ .highlight .s2 {
86+ color : # FF8300 ;
87+ }
88+
89+ .highlight .sd {
90+ color : # FF8300 ;
91+ }
92+
93+ .rst-content div [class ^= highlight ],
94+ .rst-content pre .literal-block {
95+ border : none
96+ }
97+
98+
99+ .rst-content code .literal ,
100+ .rst-content tt .literal {
101+ color : # ADE1F0 ;
102+ background : # 04121e ;
103+ border : none;
104+ }
105+
106+ .rst-content code .xref ,
107+ .rst-content tt .xref ,
108+ a .rst-content code ,
109+ a .rst-content tt {
110+ font-weight : 900 ;
111+ }
112+
113+
114+ /* Table Text */
115+ .rst-content table .docutils caption ,
116+ .rst-content table .field-list caption ,
117+ .wy-table caption {
118+ color : # ADE1F0 ;
119+ }
120+
121+ .rst-content table .docutils thead ,
122+ .rst-content table .field-list thead ,
123+ .wy-table thead {
124+ color : # ADE1F0 ;
125+ }
126+
127+ .rst-content table .docutils : not (.field-list ) tr : nth-child (2n-1) td ,
128+ .wy-table-backed ,
129+ .wy-table-odd td ,
130+ .wy-table-striped tr : nth-child (2n-1) td {
131+ background-color : # 184369 ;
132+ }
133+
134+ /* Module Content */
135+
136+ html .writer-html5 .rst-content dl [class ]: not (.option-list ): not (.field-list ): not (.footnote ): not (.glossary ): not (.simple ) .descname ,
137+ html .writer-html5 .rst-content dl [class ]: not (.option-list ): not (.field-list ): not (.footnote ): not (.glossary ): not (.simple ) .sig-name {
138+ color : # 0F3250 ;
139+ }
140+
141+ strong {
142+ color : # ADE1F0 ;
143+ }
0 commit comments