]> git.lizzy.rs Git - rust.git/blob - src/librustdoc/html/static/themes/light.css
Fix invalid background color
[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 a.test-arrow {
178         color: #f5f5f5;
179 }
180
181 .collapse-toggle {
182         color: #999;
183 }
184
185 #crate-search {
186         color: #555;
187         background-color: white;
188         border-color: #e0e0e0;
189         box-shadow: 0px 0 0 1px #e0e0e0, 0 0 0 2px transparent;
190 }
191
192 .search-input {
193         color: #555;
194         box-shadow: 1px 0 0 1px #e0e0e0, 0 0 0 2px transparent;
195         background-color: white;
196 }
197
198 .search-input:focus {
199         border-color: #66afe9;
200 }
201
202 .stab.unstable { background: #FFF5D6; border-color: #FFC600; }
203 .stab.deprecated { background: #F3DFFF; border-color: #7F0087; }
204 .stab.portability { background: #C4ECFF; border-color: #7BA5DB; }
205
206 .module-item .stab {
207         color: #000;
208 }
209
210 #help > div {
211         background: #e9e9e9;
212         border-color: #bfbfbf;
213 }
214
215 .since {
216         color: grey;
217 }
218
219 tr.result span.primitive::after, tr.result span.keyword::after {
220         color: black;
221 }
222
223 .line-numbers :target { background-color: transparent; }
224
225 /* Code highlighting */
226 pre.rust .kw { color: #8959A8; }
227 pre.rust .kw-2, pre.rust .prelude-ty { color: #4271AE; }
228 pre.rust .number, pre.rust .string { color: #718C00; }
229 pre.rust .self, pre.rust .bool-val, pre.rust .prelude-val,
230 pre.rust .attribute, pre.rust .attribute .ident { color: #C82829; }
231 pre.rust .macro, pre.rust .macro-nonterminal { color: #3E999F; }
232 pre.rust .lifetime { color: #B76514; }
233 pre.rust .question-mark {
234         color: #ff9011;
235 }
236
237 .example-wrap > pre.line-number {
238         border-color: #c7c7c7;
239 }
240
241 a.test-arrow {
242         background-color: rgba(78, 139, 202, 0.2);
243 }
244
245 a.test-arrow:hover{
246         background-color: #4e8bca;
247 }
248
249 .toggle-label {
250         color: #999;
251 }
252
253 :target > code {
254         background: #FDFFD3;
255 }
256
257 pre.compile_fail {
258         border-left: 2px solid rgba(255,0,0,.4);
259 }
260
261 pre.compile_fail:hover, .information:hover + pre.compile_fail {
262         border-left: 2px solid #f00;
263 }
264
265 pre.ignore {
266         border-left: 2px solid rgba(255,142,0,.4);
267 }
268
269 pre.ignore:hover, .information:hover + pre.ignore {
270         border-left: 2px solid #ff9200;
271 }
272
273 .tooltip.compile_fail {
274         color: rgba(255,0,0,.3);
275 }
276
277 .information > .compile_fail:hover {
278         color: #f00;
279 }
280
281 .tooltip.ignore {
282         color: rgba(255,142,0,.3);
283 }
284
285 .information > .ignore:hover {
286         color: rgba(255,142,0,1);
287 }
288
289 .search-failed a {
290         color: #0089ff;
291 }
292
293 .tooltip .tooltiptext {
294         background-color: black;
295         color: #fff;
296 }
297
298 .tooltip .tooltiptext::after {
299         border-color: transparent black transparent transparent;
300 }
301
302 .important-traits .tooltip .tooltiptext {
303         background-color: white;
304         color: black;
305         border-color: black;
306 }
307
308 #titles > div:not(.selected) {
309         background-color: #e6e6e6;
310         border-top-color: #e6e6e6;
311 }
312
313 #titles > div:hover, #titles > div.selected {
314         border-top-color: #0089ff;
315 }
316
317 #titles > div > div.count {
318         color: #888;
319 }
320
321 .modal {
322         background-color: rgba(0,0,0,0.3);
323 }
324
325 .modal-content {
326         background-color: #eee;
327         border-color: #999;
328 }
329
330 .modal-content > .close {
331         background-color: #eee;
332         border-color: #999;
333 }
334
335 .modal-content > .close:hover {
336         background-color: #ff1f1f;
337         color: white;
338 }
339
340 .modal-content > .whiter {
341         background-color: #eee;
342 }
343
344 .modal-content > .close:hover + .whiter {
345         background-color: #ff1f1f;
346 }
347
348 @media (max-width: 700px) {
349         .sidebar-menu {
350                 background-color: #F1F1F1;
351                 border-bottom-color: #e0e0e0;
352                 border-right-color: #e0e0e0;
353         }
354
355         .sidebar-elems {
356                 background-color: #F1F1F1;
357                 border-right-color: #000;
358         }
359
360         #sidebar-filler {
361                 background-color: #F1F1F1;
362                 border-bottom-color: #e0e0e0;
363         }
364 }
365
366 kbd {
367         color: #000;
368         background-color: #fafbfc;
369         border-color: #d1d5da;
370         border-bottom-color: #c6cbd1;
371         box-shadow-color: #c6cbd1;
372 }
373
374 #theme-picker, #settings-menu {
375         border-color: #e0e0e0;
376         background-color: #fff;
377 }
378
379 #theme-picker:hover, #theme-picker:focus,
380 #settings-menu:hover, #settings-menu:focus {
381         border-color: #717171;
382 }
383
384 #theme-choices {
385         border-color: #ccc;
386         background-color: #fff;
387 }
388
389 #theme-choices > button:not(:first-child) {
390         border-top-color: #e0e0e0;
391 }
392
393 #theme-choices > button:hover, #theme-choices > button:focus {
394         background-color: #eee;
395 }
396
397 @media (max-width: 700px) {
398         #theme-picker {
399                 background: #fff;
400         }
401 }
402
403 #all-types {
404         background-color: #fff;
405 }
406 #all-types:hover {
407         background-color: #f9f9f9;
408 }
409
410 .search-results td span.alias {
411         color: #000;
412 }
413 .search-results td span.grey {
414         color: #999;
415 }
416
417 #sidebar-toggle {
418         background-color: #F1F1F1;
419 }
420 #sidebar-toggle:hover {
421         background-color: #E0E0E0;
422 }
423 #source-sidebar {
424         background-color: #F1F1F1;
425 }
426 #source-sidebar > .title {
427         border-bottom-color: #ccc;
428 }
429 div.files > a:hover, div.name:hover {
430         background-color: #E0E0E0;
431 }
432 div.files > .selected {
433         background-color: #fff;
434 }