|
1 | | -.wy-side-nav-search, |
2 | | -.wy-nav-top { |
3 | | - background: #477083; |
| 1 | +.wy-side-nav-search, .wy-nav-top { |
| 2 | + background: #477083; |
4 | 3 | } |
5 | 4 | .wy-nav-side { |
6 | | - background: #425563; |
| 5 | + width: 300px; |
| 6 | + background: #425563; |
7 | 7 | } |
8 | 8 |
|
9 | 9 | .wy-menu-vertical a:hover { |
10 | | - background-color: #00b388; |
11 | | - color: #fff; |
| 10 | + background-color: #00b388; |
| 11 | + color: #fff; |
12 | 12 | } |
13 | 13 |
|
14 | 14 | .wy-menu-vertical span { |
15 | | - font-weight: bold; |
16 | | - color: #ddd; |
| 15 | + font-weight: bold; |
| 16 | + font-size: 105%; |
| 17 | + color: #ddd; |
| 18 | +} |
| 19 | + |
| 20 | +.wy-menu-vertical a { |
| 21 | + line-height: 100%; |
| 22 | + padding-left: 2.6em; |
| 23 | + color: #b3b3b3; |
| 24 | +} |
| 25 | + |
| 26 | +.wy-menu-vertical header, .wy-menu-vertical p.caption { |
| 27 | + height: 16px; |
| 28 | + line-height: 16px; |
17 | 29 | } |
18 | 30 |
|
19 | 31 | /* blue */ |
20 | 32 | .rst-content .note { |
21 | | - background: #dbf4ff; |
| 33 | + background: #DBF4FF; |
22 | 34 | } |
23 | 35 | .rst-content .note .admonition-title { |
24 | | - background-color: #67b2d5; |
| 36 | + background-color: #67B2D5; |
25 | 37 | } |
26 | 38 | .rst-content .seealso { |
27 | | - background: #dbf4ff; |
| 39 | + background: #DBF4FF; |
28 | 40 | } |
29 | 41 | .rst-content .seealso .admonition-title { |
30 | | - background-color: #67b2d5; |
| 42 | + background-color: #67B2D5; |
31 | 43 | } |
32 | 44 |
|
33 | 45 | /* green */ |
34 | 46 | .rst-content .tip { |
35 | | - background: #dafffd; |
| 47 | + background: #DAFFFD; |
36 | 48 | } |
37 | 49 | .rst-content .tip .admonition-title { |
38 | | - background-color: #00b6ae; |
| 50 | + background-color: #00B6AE; |
39 | 51 | } |
40 | 52 | .rst-content .important { |
41 | | - background: #dafffd; |
| 53 | + background: #DAFFFD; |
42 | 54 | } |
43 | 55 | .rst-content .important .admonition-title { |
44 | | - background-color: #00b6ae; |
| 56 | + background-color: #00B6AE; |
45 | 57 | } |
46 | 58 | .rst-content .hint { |
47 | | - background: #dafffd; |
| 59 | + background: #DAFFFD; |
48 | 60 | } |
49 | 61 | .rst-content .hint .admonition-title { |
50 | | - background-color: #00b6ae; |
| 62 | + background-color: #00B6AE; |
51 | 63 | } |
52 | 64 |
|
53 | 65 | /* orange */ |
54 | 66 | .rst-content .warning { |
55 | | - background: #ffe3d7; |
| 67 | + background: #FFE3D7; |
56 | 68 | } |
57 | 69 | .rst-content .warning .admonition-title { |
58 | | - background-color: #ff9161; |
| 70 | + background-color: #FF9161; |
59 | 71 | } |
60 | 72 | .rst-content .caution { |
61 | | - background: #ffe3d7; |
| 73 | + background: #FFE3D7; |
62 | 74 | } |
63 | 75 | .rst-content .caution .admonition-title { |
64 | | - background-color: #ff9161; |
| 76 | + background-color: #FF9161; |
65 | 77 | } |
66 | 78 |
|
67 | 79 | /* red */ |
68 | 80 | .rst-content .danger { |
69 | | - background: #e9e2f0; |
| 81 | + background: #E9E2F0; |
70 | 82 | } |
71 | 83 | .rst-content .danger .admonition-title { |
72 | | - background-color: #a250f0; |
| 84 | + background-color: #A250F0; |
73 | 85 | } |
74 | 86 | .rst-content .error { |
75 | | - background: #e9e2f0; |
| 87 | + background: #E9E2F0; |
76 | 88 | } |
77 | 89 | .rst-content .error .admonition-title { |
78 | | - background-color: #a250f0; |
| 90 | + background-color: #A250F0; |
79 | 91 | } |
80 | 92 |
|
81 | 93 | /* tabbed code fences */ |
82 | 94 | .md-fenced-code-tabs * { |
83 | | - box-sizing: border-box; |
| 95 | + box-sizing: border-box; |
84 | 96 | } |
85 | 97 |
|
86 | 98 | .md-fenced-code-tabs { |
87 | | - box-sizing: border-box; |
88 | | - display: flex; |
89 | | - position: relative; |
90 | | - flex-wrap: wrap; |
91 | | - width: 100%; |
92 | | - background-color: #eee; |
93 | | - margin-bottom: 25px; |
| 99 | + box-sizing: border-box; |
| 100 | + display: flex; |
| 101 | + position: relative; |
| 102 | + flex-wrap: wrap; |
| 103 | + width: 100%; |
| 104 | + background-color: #eee; |
| 105 | + margin-bottom: 25px; |
94 | 106 | } |
95 | 107 |
|
96 | 108 | .md-fenced-code-tabs input { |
97 | | - position: absolute; |
98 | | - opacity: 0; |
| 109 | + position: absolute; |
| 110 | + opacity: 0; |
99 | 111 | } |
100 | 112 |
|
101 | 113 | .md-fenced-code-tabs label { |
102 | | - width: auto; |
103 | | - padding: 0 4px; |
104 | | - margin: 0 8px; |
105 | | - cursor: pointer; |
106 | | - color: #2980b9; |
107 | | - margin-top: 10px; |
| 114 | + width: auto; |
| 115 | + padding: 0 4px; |
| 116 | + margin: 0 8px; |
| 117 | + cursor: pointer; |
| 118 | + color: #2980b9; |
| 119 | + margin-top: 10px; |
108 | 120 | } |
109 | 121 |
|
110 | 122 | .md-fenced-code-tabs input:checked + label { |
111 | | - color: #333; |
112 | | - font-weight: bold; |
| 123 | + color: #333; |
| 124 | + font-weight: bold; |
113 | 125 | } |
114 | 126 |
|
115 | 127 | .md-fenced-code-tabs .code-tabpanel { |
116 | | - display: none; |
117 | | - width: 100%; |
118 | | - margin-top: 10px; |
119 | | - order: 99; |
| 128 | + display: none; |
| 129 | + width: 100%; |
| 130 | + margin-top: 10px; |
| 131 | + order: 99; |
120 | 132 | } |
121 | 133 |
|
122 | 134 | .md-fenced-code-tabs input:checked + label + .code-tabpanel { |
123 | | - display: block; |
| 135 | + display: block; |
124 | 136 | } |
125 | 137 |
|
126 | 138 | .md-fenced-code-tabs pre, |
127 | 139 | .md-fenced-code-tabs .codehilite { |
128 | | - width: 100%; |
129 | | - margin: 0px; |
| 140 | + width: 100%; |
| 141 | + margin: 0px; |
| 142 | +} |
| 143 | + |
| 144 | +.rst-versions { |
| 145 | + width: 310px; |
| 146 | +} |
| 147 | + |
| 148 | +.rst-content .section ol li > ol, .rst-content .section ol li > ul, .rst-content .section ul li > ol, .rst-content .section ul li > ul, .rst-content .toctree-wrapper ol li > ol, .rst-content .toctree-wrapper ol li > ul, .rst-content .toctree-wrapper ul li > ol, .rst-content .toctree-wrapper ul li > ul, .rst-content section ol li > ol, .rst-content section ol li > ul, .rst-content section ul li > ol, .rst-content section ul li > ul, .rst-content .section ol li > *, .rst-content .section ul li > *, .rst-content .toctree-wrapper ol li > *, .rst-content .toctree-wrapper ul li > *, .rst-content section ol li > *, .rst-content section ul li > * { |
| 149 | + margin-top: 0px; |
| 150 | + margin-bottom: 0px; |
130 | 151 | } |
0 commit comments