]> git.lizzy.rs Git - rust.git/blob - src/librustdoc/html/static/themes/light.css
Rollup merge of #56985 - oli-obk:const_check_bounds, r=RalfJung
[rust.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 code, .docblock-short 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.attr,
128 .content .highlighted.derive,
129 .content .highlighted.macro { background-color: #8ce488; }
130 .content .highlighted.constant,
131 .content .highlighted.static { background-color: #c3e0ff; }
132 .content .highlighted.primitive { background-color: #9aecff; }
133 .content .highlighted.keyword { background-color: #f99650; }
134
135 .content span.enum, .content a.enum, .block a.current.enum { color: #508157; }
136 .content span.struct, .content a.struct, .block a.current.struct { color: #ad448e; }
137 .content span.type, .content a.type, .block a.current.type { color: #ba5d00; }
138 .content span.foreigntype, .content a.foreigntype, .block a.current.foreigntype { color: #cd00e2; }
139 .content span.attr, .content a.attr, .block a.current.attr,
140 .content span.derive, .content a.derive, .block a.current.derive,
141 .content span.macro, .content a.macro, .block a.current.macro { color: #068000; }
142 .content span.union, .content a.union, .block a.current.union { color: #767b27; }
143 .content span.constant, .content a.constant, .block a.current.constant,
144 .content span.static, .content a.static, .block a.current.static { color: #546e8a; }
145 .content span.primitive, .content a.primitive, .block a.current.primitive { color: #2c8093; }
146 .content span.externcrate,
147 .content span.mod, .content a.mod, .block a.current.mod { color: #4d76ae; }
148 .content span.trait, .content a.trait, .block a.current.trait { color: #7c5af3; }
149 .content span.fn, .content a.fn, .block a.current.fn,
150 .content span.method, .content a.method, .block a.current.method,
151 .content span.tymethod, .content a.tymethod, .block a.current.tymethod,
152 .content .fnname { color: #9a6e31; }
153 .content span.keyword, .content a.keyword, .block a.current.keyword { color: #de5249; }
154
155 pre.rust .comment { color: #8E908C; }
156 pre.rust .doccomment { color: #4D4D4C; }
157
158 nav {
159         border-bottom-color: #e0e0e0;
160 }
161 nav.main .current {
162         border-top-color: #000;
163         border-bottom-color: #000;
164 }
165 nav.main .separator {
166         border: 1px solid #000;
167 }
168 a {
169         color: #000;
170 }
171
172 .docblock:not(.type-decl) a:not(.srclink):not(.test-arrow),
173 .docblock-short a:not(.srclink):not(.test-arrow), .stability a {
174         color: #3873AD;
175 }
176
177 .stab.internal a {
178         color: #304FFE;
179 }
180
181 a.test-arrow {
182         color: #f5f5f5;
183 }
184
185 .collapse-toggle {
186         color: #999;
187 }
188
189 #crate-search {
190         color: #555;
191         background-color: white;
192         border-color: #e0e0e0;
193         box-shadow: 0px 0 0 1px #e0e0e0, 0 0 0 2px transparent;
194 }
195
196 .search-input {
197         color: #555;
198         box-shadow: 1px 0 0 1px #e0e0e0, 0 0 0 2px transparent;
199         background-color: white;
200 }
201
202 .search-input:focus {
203         border-color: #66afe9;
204 }
205
206 .stab.unstable { background: #FFF5D6; border-color: #FFC600; }
207 .stab.internal { background: #FFB9B3; border-color: #B71C1C; }
208 .stab.deprecated { background: #F3DFFF; border-color: #7F0087; }
209 .stab.portability { background: #C4ECFF; border-color: #7BA5DB; }
210
211 .module-item .stab {
212         color: #000;
213 }
214
215 #help > div {
216         background: #e9e9e9;
217         border-color: #bfbfbf;
218 }
219
220 .since {
221         color: grey;
222 }
223
224 tr.result span.primitive::after, tr.result span.keyword::after {
225         color: black;
226 }
227
228 .line-numbers :target { background-color: transparent; }
229
230 /* Code highlighting */
231 pre.rust .kw { color: #8959A8; }
232 pre.rust .kw-2, pre.rust .prelude-ty { color: #4271AE; }
233 pre.rust .number, pre.rust .string { color: #718C00; }
234 pre.rust .self, pre.rust .bool-val, pre.rust .prelude-val,
235 pre.rust .attribute, pre.rust .attribute .ident { color: #C82829; }
236 pre.rust .macro, pre.rust .macro-nonterminal { color: #3E999F; }
237 pre.rust .lifetime { color: #B76514; }
238 pre.rust .question-mark {
239         color: #ff9011;
240 }
241
242 .example-wrap > pre.line-number {
243         border-color: #c7c7c7;
244 }
245
246 a.test-arrow {
247         background-color: rgba(78, 139, 202, 0.2);
248 }
249
250 a.test-arrow:hover{
251         background-color: #4e8bca;
252 }
253
254 .toggle-label {
255         color: #999;
256 }
257
258 :target > code {
259         background: #FDFFD3;
260 }
261
262 pre.compile_fail {
263         border-left: 2px solid rgba(255,0,0,.4);
264 }
265
266 pre.compile_fail:hover, .information:hover + pre.compile_fail {
267         border-left: 2px solid #f00;
268 }
269
270 pre.ignore {
271         border-left: 2px solid rgba(255,142,0,.4);
272 }
273
274 pre.ignore:hover, .information:hover + pre.ignore {
275         border-left: 2px solid #ff9200;
276 }
277
278 .tooltip.compile_fail {
279         color: rgba(255,0,0,.3);
280 }
281
282 .information > .compile_fail:hover {
283         color: #f00;
284 }
285
286 .tooltip.ignore {
287         color: rgba(255,142,0,.3);
288 }
289
290 .information > .ignore:hover {
291         color: rgba(255,142,0,1);
292 }
293
294 .search-failed a {
295         color: #0089ff;
296 }
297
298 .tooltip .tooltiptext {
299         background-color: black;
300         color: #fff;
301 }
302
303 .tooltip .tooltiptext::after {
304         border-color: transparent black transparent transparent;
305 }
306
307 .important-traits .tooltip .tooltiptext {
308         background-color: white;
309         color: black;
310         border-color: black;
311 }
312
313 #titles > div:not(.selected) {
314         background-color: #e6e6e6;
315         border-top-color: #e6e6e6;
316 }
317
318 #titles > div:hover, #titles > div.selected {
319         border-top-color: #0089ff;
320 }
321
322 #titles > div > div.count {
323         color: #888;
324 }
325
326 .modal {
327         background-color: rgba(0,0,0,0.3);
328 }
329
330 .modal-content {
331         background-color: #eee;
332         border-color: #999;
333 }
334
335 .modal-content > .close {
336         background-color: #eee;
337         border-color: #999;
338 }
339
340 .modal-content > .close:hover {
341         background-color: #ff1f1f;
342         color: white;
343 }
344
345 .modal-content > .whiter {
346         background-color: #eee;
347 }
348
349 .modal-content > .close:hover + .whiter {
350         background-color: #ff1f1f;
351 }
352
353 @media (max-width: 700px) {
354         .sidebar-menu {
355                 background-color: #F1F1F1;
356                 border-bottom-color: #e0e0e0;
357                 border-right-color: #e0e0e0;
358         }
359
360         .sidebar-elems {
361                 background-color: #F1F1F1;
362                 border-right-color: #000;
363         }
364
365         #sidebar-filler {
366                 background-color: #F1F1F1;
367                 border-bottom-color: #e0e0e0;
368         }
369 }
370
371 kbd {
372         color: #000;
373         background-color: #fafbfc;
374         border-color: #d1d5da;
375         border-bottom-color: #c6cbd1;
376         box-shadow-color: #c6cbd1;
377 }
378
379 #theme-picker, #settings-menu {
380         border-color: #e0e0e0;
381         background-color: #fff;
382 }
383
384 #theme-picker:hover, #theme-picker:focus,
385 #settings-menu:hover, #settings-menu:focus {
386         border-color: #717171;
387 }
388
389 #theme-choices {
390         border-color: #ccc;
391         background-color: #fff;
392 }
393
394 #theme-choices > button:not(:first-child) {
395         border-top-color: #e0e0e0;
396 }
397
398 #theme-choices > button:hover, #theme-choices > button:focus {
399         background-color: #eee;
400 }
401
402 @media (max-width: 700px) {
403         #theme-picker {
404                 background: #fff;
405         }
406 }
407
408 #all-types {
409         background-color: #fff;
410 }
411 #all-types:hover {
412         background-color: #f9f9f9;
413 }
414
415 .search-results td span.alias {
416         color: #000;
417 }
418 .search-results td span.grey {
419         color: #999;
420 }
421
422 .impl-items code {
423         background-color: rgba(0, 0, 0, 0);
424 }
425
426 #sidebar-toggle {
427         background-color: #F1F1F1;
428 }
429 #sidebar-toggle:hover {
430         background-color: #E0E0E0;
431 }
432 #source-sidebar {
433         background-color: #F1F1F1;
434 }
435 #source-sidebar > .title {
436         border-bottom-color: #ccc;
437 }
438 div.files > a:hover, div.name:hover {
439         background-color: #E0E0E0;
440 }
441 div.files > .selected {
442         background-color: #fff;
443 }