]> git.proxmox.com Git - rustc.git/blob - src/librustdoc/html/static/themes/light.css
New upstream version 1.28.0~beta.14+dfsg1
[rustc.git] / src / librustdoc / html / static / themes / light.css
1 /**
2 * Copyright 2015 The Rust Project Developers. See the COPYRIGHT
3 * file at the top-level directory of this distribution and at
4 * http://rust-lang.org/COPYRIGHT.
5 *
6 * Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
7 * http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
8 * <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
9 * option. This file may not be copied, modified, or distributed
10 * except according to those terms.
11 */
12
13 /* General structure and fonts */
14
15 body {
16 background-color: white;
17 color: black;
18 }
19
20 h1, h2, h3:not(.impl):not(.method):not(.type):not(.tymethod), h4:not(.method):not(.type):not(.tymethod) {
21 color: black;
22 }
23 h1.fqn {
24 border-bottom-color: #D5D5D5;
25 }
26 h2, h3:not(.impl):not(.method):not(.type):not(.tymethod), h4:not(.method):not(.type):not(.tymethod) {
27 border-bottom-color: #DDDDDD;
28 }
29
30 .in-band {
31 background-color: white;
32 }
33
34 .invisible {
35 background: rgba(0, 0, 0, 0);
36 }
37
38 .docblock p > code, .docblock-short p > code {
39 background-color: #F5F5F5;
40 }
41 pre {
42 background-color: #F5F5F5;
43 }
44
45 .sidebar {
46 background-color: #F1F1F1;
47 }
48
49 .sidebar .current {
50 background-color: #fff;
51 }
52
53 .source .sidebar {
54 background-color: #fff;
55 }
56
57 .sidebar .location {
58 border-color: #000;
59 background-color: #fff;
60 color: #333;
61 }
62
63 .sidebar .version {
64 border-bottom-color: #DDD;
65 }
66
67 .sidebar-title {
68 border-top-color: #777;
69 border-bottom-color: #777;
70 }
71
72 .block a:hover {
73 background: #F5F5F5;
74 }
75
76 .line-numbers span { color: #c67e2d; }
77 .line-numbers .line-highlighted {
78 background-color: #f6fdb0 !important;
79 }
80
81 .docblock h1, .docblock h2, .docblock h3, .docblock h4, .docblock h5 {
82 border-bottom-color: #DDD;
83 }
84
85 .docblock table {
86 border-color: #ddd;
87 }
88
89 .docblock table td {
90 border-top-color: #ddd;
91 border-bottom-color: #ddd;
92 }
93
94 .docblock table th {
95 border-top-color: #ddd;
96 border-bottom-color: #ddd;
97 }
98
99 :target { background: #FDFFD3; }
100
101 :target > .in-band {
102 background: #FDFFD3;
103 }
104
105 .content .method .where,
106 .content .fn .where,
107 .content .where.fmt-newline {
108 color: #4E4C4C;
109 }
110
111 .content .highlighted {
112 color: #000 !important;
113 background-color: #ccc;
114 }
115 .content .highlighted a, .content .highlighted span { color: #000 !important; }
116 .content .highlighted.trait { background-color: #c7b6ff; }
117 .content .highlighted.mod,
118 .content .highlighted.externcrate { background-color: #afc6e4; }
119 .content .highlighted.enum { background-color: #b4d1b9; }
120 .content .highlighted.struct { background-color: #e7b1a0; }
121 .content .highlighted.union { background-color: #b7bd49; }
122 .content .highlighted.fn,
123 .content .highlighted.method,
124 .content .highlighted.tymethod { background-color: #c6afb3; }
125 .content .highlighted.type { background-color: #ffc891; }
126 .content .highlighted.foreigntype { background-color: #f5c4ff; }
127 .content .highlighted.macro { background-color: #8ce488; }
128 .content .highlighted.constant,
129 .content .highlighted.static { background-color: #c3e0ff; }
130 .content .highlighted.primitive { background-color: #9aecff; }
131 .content .highlighted.keyword { background-color: #f99650; }
132
133 .content span.enum, .content a.enum, .block a.current.enum { color: #508157; }
134 .content span.struct, .content a.struct, .block a.current.struct { color: #ad448e; }
135 .content span.type, .content a.type, .block a.current.type { color: #ba5d00; }
136 .content span.foreigntype, .content a.foreigntype, .block a.current.foreigntype { color: #cd00e2; }
137 .content span.macro, .content a.macro, .block a.current.macro { color: #068000; }
138 .content span.union, .content a.union, .block a.current.union { color: #767b27; }
139 .content span.constant, .content a.constant, .block a.current.constant,
140 .content span.static, .content a.static, .block a.current.static { color: #546e8a; }
141 .content span.primitive, .content a.primitive, .block a.current.primitive { color: #2c8093; }
142 .content span.externcrate,
143 .content span.mod, .content a.mod, .block a.current.mod { color: #4d76ae; }
144 .content span.trait, .content a.trait, .block a.current.trait { color: #7c5af3; }
145 .content span.fn, .content a.fn, .block a.current.fn,
146 .content span.method, .content a.method, .block a.current.method,
147 .content span.tymethod, .content a.tymethod, .block a.current.tymethod,
148 .content .fnname { color: #9a6e31; }
149 .content span.keyword, .content a.keyword, .block a.current.keyword { color: #de5249; }
150
151 pre.rust .comment { color: #8E908C; }
152 pre.rust .doccomment { color: #4D4D4C; }
153
154 nav {
155 border-bottom-color: #e0e0e0;
156 }
157 nav.main .current {
158 border-top-color: #000;
159 border-bottom-color: #000;
160 }
161 nav.main .separator {
162 border: 1px solid #000;
163 }
164 a {
165 color: #000;
166 }
167
168 .docblock a:not(.srclink):not(.test-arrow), .docblock-short a:not(.srclink):not(.test-arrow),
169 .stability a {
170 color: #3873AD;
171 }
172
173 a.test-arrow {
174 color: #f5f5f5;
175 }
176
177 .collapse-toggle {
178 color: #999;
179 }
180
181 .search-input {
182 color: #555;
183 box-shadow: 0 0 0 1px #e0e0e0, 0 0 0 2px transparent;
184 background-color: white;
185 }
186
187 .search-input:focus {
188 border-color: #66afe9;
189 }
190
191 .stab.unstable { background: #FFF5D6; border-color: #FFC600; }
192 .stab.deprecated { background: #F3DFFF; border-color: #7F0087; }
193 .stab.portability { background: #C4ECFF; border-color: #7BA5DB; }
194
195 .module-item .stab {
196 color: #000;
197 }
198
199 #help > div {
200 background: #e9e9e9;
201 border-color: #bfbfbf;
202 }
203
204 .since {
205 color: grey;
206 }
207
208 tr.result span.primitive::after, tr.result span.keyword::after {
209 color: black;
210 }
211
212 .line-numbers :target { background-color: transparent; }
213
214 /* Code highlighting */
215 pre.rust .kw { color: #8959A8; }
216 pre.rust .kw-2, pre.rust .prelude-ty { color: #4271AE; }
217 pre.rust .number, pre.rust .string { color: #718C00; }
218 pre.rust .self, pre.rust .bool-val, pre.rust .prelude-val,
219 pre.rust .attribute, pre.rust .attribute .ident { color: #C82829; }
220 pre.rust .macro, pre.rust .macro-nonterminal { color: #3E999F; }
221 pre.rust .lifetime { color: #B76514; }
222 pre.rust .question-mark {
223 color: #ff9011;
224 }
225
226 a.test-arrow {
227 background-color: rgba(78, 139, 202, 0.2);
228 }
229
230 a.test-arrow:hover{
231 background-color: #4e8bca;
232 }
233
234 .toggle-label {
235 color: #999;
236 }
237
238 :target > code {
239 background: #FDFFD3;
240 }
241
242 pre.compile_fail {
243 border-left: 2px solid rgba(255,0,0,.4);
244 }
245
246 pre.compile_fail:hover, .information:hover + pre.compile_fail {
247 border-left: 2px solid #f00;
248 }
249
250 pre.ignore {
251 border-left: 2px solid rgba(255,142,0,.4);
252 }
253
254 pre.ignore:hover, .information:hover + pre.ignore {
255 border-left: 2px solid #ff9200;
256 }
257
258 .tooltip.compile_fail {
259 color: rgba(255,0,0,.3);
260 }
261
262 .information > .compile_fail:hover {
263 color: #f00;
264 }
265
266 .tooltip.ignore {
267 color: rgba(255,142,0,.3);
268 }
269
270 .information > .ignore:hover {
271 color: rgba(255,142,0,1);
272 }
273
274 .search-failed > a {
275 color: #0089ff;
276 }
277
278 .tooltip .tooltiptext {
279 background-color: black;
280 color: #fff;
281 }
282
283 .tooltip .tooltiptext::after {
284 border-color: transparent black transparent transparent;
285 }
286
287 .important-traits .tooltip .tooltiptext {
288 background-color: white;
289 color: black;
290 border-color: black;
291 }
292
293 #titles > div {
294 border-bottom-color: #ccc;
295 }
296
297 #titles > div.selected {
298 border-bottom-color: #0078ee;
299 }
300
301 #titles > div:hover {
302 border-bottom-color: #0089ff;
303 }
304
305 #titles > div > div.count {
306 color: #888;
307 }
308
309 .modal {
310 background-color: rgba(0,0,0,0.3);
311 }
312
313 .modal-content {
314 background-color: #eee;
315 border-color: #999;
316 }
317
318 .modal-content > .close {
319 background-color: #eee;
320 border-color: #999;
321 }
322
323 .modal-content > .close:hover {
324 background-color: #ff1f1f;
325 color: white;
326 }
327
328 .modal-content > .whiter {
329 background-color: #eee;
330 }
331
332 .modal-content > .close:hover + .whiter {
333 background-color: #ff1f1f;
334 }
335
336 @media (max-width: 700px) {
337 .sidebar-menu {
338 background-color: #F1F1F1;
339 border-bottom-color: #e0e0e0;
340 border-right-color: #e0e0e0;
341 }
342
343 .sidebar-elems {
344 background-color: #F1F1F1;
345 border-right-color: #000;
346 }
347
348 #sidebar-filler {
349 background-color: #F1F1F1;
350 border-bottom-color: #e0e0e0;
351 }
352 }
353
354 kbd {
355 color: #000;
356 background-color: #fafbfc;
357 border-color: #d1d5da;
358 border-bottom-color: #c6cbd1;
359 box-shadow-color: #c6cbd1;
360 }
361
362 #theme-picker, #settings-menu {
363 border-color: #e0e0e0;
364 background-color: #fff;
365 }
366
367 #theme-picker:hover, #theme-picker:focus,
368 #settings-menu:hover, #settings-menu:focus {
369 border-color: #717171;
370 }
371
372 #theme-choices {
373 border-color: #ccc;
374 background-color: #fff;
375 }
376
377 #theme-choices > button:not(:first-child) {
378 border-top-color: #e0e0e0;
379 }
380
381 #theme-choices > button:hover, #theme-choices > button:focus {
382 background-color: #eee;
383 }
384
385 @media (max-width: 700px) {
386 #theme-picker {
387 background: #fff;
388 }
389 }
390
391 #all-types {
392 background-color: #fff;
393 }
394 #all-types:hover {
395 background-color: #f9f9f9;
396 }
397
398 .search-results td span.alias {
399 color: #000;
400 }
401 .search-results td span.grey {
402 color: #999;
403 }