]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/documentation/style.css
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / documentation / style.css
1 /*
2 * Documentation specific stylesheet
3 */
4 .content-wrapper p {
5 padding: 0 10px;
6 font-size: 16px;
7 position: relative;
8 z-index: 30;
9 }
10 .bring-up {
11 position: relative;
12 z-index: 30;
13 }
14 .nth-2-center > tbody > tr > td:last-of-type {
15 text-align: center!important;
16 }
17 .content {
18 font-size: 16px;
19 z-index: 500;
20 }
21
22 #components > h3 {
23 font-size: 25px;
24 color: #000;
25 }
26
27 #components > h4 {
28 font-size: 20px;
29 color: #000;
30 }
31 ul {
32 margin-bottom: 20px;
33 }
34 .page-header {
35 /*border-bottom: 1px solid #ddd; */
36 margin: 20px 0 10px 0!important;
37 position: relative;
38 z-index: 1;
39 font-size: 30px;
40 }
41 .page-header span,
42 .page-header a {
43 z-index: 5;
44 display: block;
45 background-color: #ecf0f5;
46 color: #000;
47 }
48 .page-header span::before,
49 .page-header a::before {
50 content: '#';
51 font-size: 25px;
52 margin-right: 10px;
53 color: #3c8dbc;
54 }
55 .page-header:before,
56 #components > h3:before {
57 display: block;
58 content: " ";
59 margin-top: -60px;
60 height: 60px;
61 visibility: hidden;
62 z-index: -10;
63 }
64
65 .lead {
66 font-size: 18px;
67 font-weight: 400;
68 }
69 .eg{
70 position: absolute;
71 top: 0;
72 left: 0;
73 display: inline-block;
74 background: #d2d6de;
75 padding: 5px;
76 border-bottom-right-radius: 3px;
77 border-top-left-radius: 3px;
78 border-bottom: 1px solid #d2d6dc;
79 border-right: 1px solid #d2d6dc;
80 }
81 .eg + * {
82 margin-top: 30px;
83 }
84 .content {
85 padding: 10px 25px;
86 }
87 .hierarchy {
88 background: #333;
89 color: #fff;
90 }
91 .plugins-list li {
92 width: 50%;
93 float: left;
94 }
95 pre {
96 border: none;
97 }
98
99 .sidebar {
100 margin-top: 0;
101 padding-top: 0!important;
102 }
103 .box .main-header {
104 z-index: 1000;
105 position: relative;
106 }
107 .treeview .nav li a:hover,
108 .treeview .nav li a:active {
109 background: transparent;
110 }
111 p {
112 padding: 0!important;
113 }
114 /* Hemisu Light */
115 /* Original theme - http://noahfrederick.com/vim-color-scheme-hemisu/ */
116 pre.prettyprint {
117 background: white;
118 font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace;
119 font-size: 12px;
120 line-height: 1.5;
121 border: 1px solid #dedede!important;
122 padding: 10px;
123 max-height: 300px;
124 width: auto;
125 overflow: auto!important;
126 }
127 pre.prettyprint > code {
128 width: auto;
129 overflow: auto!important;
130 }
131
132 .pln {
133 color: #111111;
134 }
135
136 @media screen {
137 .str {
138 color: #739200;
139 }
140
141 .kwd {
142 color: #739200;
143 }
144
145 .com {
146 color: #999999;
147 }
148
149 .typ {
150 color: #ff0055;
151 }
152
153 .lit {
154 color: #538192;
155 }
156
157 .pun {
158 color: #111111;
159 }
160
161 .opn {
162 color: #111111;
163 }
164
165 .clo {
166 color: #111111;
167 }
168
169 .tag {
170 color: #111111;
171 }
172
173 .atn {
174 color: #739200;
175 }
176
177 .atv {
178 color: #ff0055;
179 }
180
181 .dec {
182 color: #111111;
183 }
184
185 .var {
186 color: #111111;
187 }
188
189 .fun {
190 color: #538192;
191 }
192 }
193 @media print, projection {
194 .str {
195 color: #006600;
196 }
197
198 .kwd {
199 color: #006;
200 font-weight: bold;
201 }
202
203 .com {
204 color: #600;
205 font-style: italic;
206 }
207
208 .typ {
209 color: #404;
210 font-weight: bold;
211 }
212
213 .lit {
214 color: #004444;
215 }
216
217 .pun, .opn, .clo {
218 color: #444400;
219 }
220
221 .tag {
222 color: #006;
223 font-weight: bold;
224 }
225
226 .atn {
227 color: #440044;
228 }
229
230 .atv {
231 color: #006600;
232 }
233 }
234 /* Specify class=linenums on a pre to get line numbering */
235 ol.linenums {
236 margin-top: 0;
237 margin-bottom: 0;
238 }
239
240 /* IE indents via margin-left */
241 li.L0,
242 li.L1,
243 li.L2,
244 li.L3,
245 li.L4,
246 li.L5,
247 li.L6,
248 li.L7,
249 li.L8,
250 li.L9 {
251 /* */
252 }
253
254 /* Alternate shading for lines */
255 li.L1,
256 li.L3,
257 li.L5,
258 li.L7,
259 li.L9 {
260 /* */
261 }