Skip to content

Commit 6969b30

Browse files
Convert whitespaces to tabs
1 parent 86c0b85 commit 6969b30

File tree

1 file changed

+54
-44
lines changed
  • src/librustdoc/html/static/themes

1 file changed

+54
-44
lines changed

src/librustdoc/html/static/themes/ayu.css

+54-44
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ h3 > code, h4 > code, h5 > code {
4141
color: #e6e1cf;
4242
}
4343
pre > code {
44-
color: #e6e1cf;
44+
color: #e6e1cf;
4545
}
4646
span code {
47-
color: #e6e1cf;
47+
color: #e6e1cf;
4848
}
4949
.docblock a > code {
50-
color: #39AFD7 !important;
50+
color: #39AFD7 !important;
5151
}
5252
.docblock code, .docblock-short code {
5353
background-color: #191f26;
@@ -100,11 +100,11 @@ pre {
100100
}
101101

102102
.sidebar-elems .location {
103-
color: #ff7733;
103+
color: #ff7733;
104104
}
105105

106106
.sidebar-elems .location a {
107-
color: #fff;
107+
color: #fff;
108108
}
109109

110110
.sidebar .version {
@@ -123,9 +123,9 @@ pre {
123123

124124
.line-numbers span { color: #5c6773ab; }
125125
.line-numbers .line-highlighted {
126-
background-color: rgba(255, 236, 164, 0.06) !important;
127-
padding-right: 4px;
128-
border-right: 1px solid #ffb44c;
126+
background-color: rgba(255, 236, 164, 0.06) !important;
127+
padding-right: 4px;
128+
border-right: 1px solid #ffb44c;
129129
}
130130

131131
.docblock h1, .docblock h2, .docblock h3, .docblock h4, .docblock h5 {
@@ -168,28 +168,28 @@ pre {
168168
.content span.keyword, .content a.keyword { color: #de5249; }
169169

170170
.content span.externcrate, .content span.mod, .content a.mod {
171-
color: #acccf9;
171+
color: #acccf9;
172172
}
173173
.content span.struct, .content a.struct {
174-
color: #ffa0a5;
174+
color: #ffa0a5;
175175
}
176176
.content span.enum, .content a.enum {
177-
color: #99e0c9;
177+
color: #99e0c9;
178178
}
179179
.content span.trait, .content a.trait {
180-
color: #39AFD7;
180+
color: #39AFD7;
181181
}
182182
.content span.type, .content a.type {
183-
color: #cfbcf5;
183+
color: #cfbcf5;
184184
}
185185
.content span.fn, .content a.fn, .content span.method,
186186
.content a.method, .content span.tymethod,
187187
.content a.tymethod, .content .fnname {
188-
color: #fdd687;
188+
color: #fdd687;
189189
}
190190
.content span.attr, .content a.attr, .content span.derive,
191191
.content a.derive, .content span.macro, .content a.macro {
192-
color: #a37acc;
192+
color: #a37acc;
193193
}
194194

195195
pre.rust .comment, pre.rust .doccomment {
@@ -228,14 +228,24 @@ a {
228228
}
229229

230230
.search-input {
231-
color: #ffffff;
232-
background-color: #141920;
233-
box-shadow: 0 0 0 1px #424c57,0 0 0 2px transparent;
234-
transition: box-shadow 150ms ease-in-out;
231+
color: #ffffff;
232+
background-color: #141920;
233+
box-shadow: 0 0 0 1px #424c57,0 0 0 2px transparent;
234+
transition: box-shadow 150ms ease-in-out;
235235
}
236236

237237
#crate-search+.search-input:focus {
238-
box-shadow: 0 0 0 1px #148099,0 0 0 2px transparent;
238+
box-shadow: 0 0 0 1px #148099,0 0 0 2px transparent;
239+
color: #ffffff;
240+
background-color: #141920;
241+
box-shadow: none;
242+
transition: box-shadow 150ms ease-in-out;
243+
border-radius: 4px;
244+
margin-left: 8px;
245+
}
246+
247+
#crate-search+.search-input:focus {
248+
box-shadow: 0px 6px 20px 0px black;
239249
}
240250

241251
.search-focus:disabled {
@@ -249,7 +259,7 @@ a {
249259
.stab.unstable,
250260
.stab.deprecated,
251261
.stab.portability {
252-
color: #c5c5c5;
262+
color: #c5c5c5;
253263
background: #314559 !important;
254264
border-style: none !important;
255265
border-radius: 4px;
@@ -262,10 +272,10 @@ a {
262272
}
263273

264274
#help > div {
265-
background: #14191f;
266-
box-shadow: 0px 6px 20px 0px black;
267-
border: none;
268-
border-radius: 4px;
275+
background: #14191f;
276+
box-shadow: 0px 6px 20px 0px black;
277+
border: none;
278+
border-radius: 4px;
269279
}
270280

271281
.since {
@@ -288,14 +298,14 @@ pre.rust .question-mark {
288298
color: #ff9011;
289299
}
290300
pre.rust .self {
291-
color: #36a3d9;
292-
font-style: italic;
301+
color: #36a3d9;
302+
font-style: italic;
293303
}
294304
pre.rust .attribute {
295-
color: #e6e1cf;
305+
color: #e6e1cf;
296306
}
297307
pre.rust .attribute .ident, pre.rust .attribute .op {
298-
color: #e6e1cf;
308+
color: #e6e1cf;
299309
}
300310

301311
.example-wrap > pre.line-number {
@@ -304,15 +314,15 @@ pre.rust .attribute .ident, pre.rust .attribute .op {
304314
}
305315

306316
a.test-arrow {
307-
font-size: 100%;
308-
color: #788797;
309-
border-radius: 4px;
310-
background-color: rgba(255, 255, 255, 0);
317+
font-size: 100%;
318+
color: #788797;
319+
border-radius: 4px;
320+
background-color: rgba(255, 255, 255, 0);
311321
}
312322

313323
a.test-arrow:hover {
314-
background-color: rgba(242, 151, 24, 0.05);
315-
color: #ffb44c;
324+
background-color: rgba(242, 151, 24, 0.05);
325+
color: #ffb44c;
316326
}
317327

318328
.toggle-label {
@@ -377,22 +387,22 @@ pre.ignore:hover, .information:hover + pre.ignore {
377387
}
378388

379389
.tooltip .tooltiptext {
380-
background-color: #314559;
381-
color: #c5c5c5;
382-
border: 1px solid #5c6773;
390+
background-color: #314559;
391+
color: #c5c5c5;
392+
border: 1px solid #5c6773;
383393
}
384394

385395
.tooltip .tooltiptext::after {
386396
border-color: transparent #314559 transparent transparent;
387397
}
388398

389399
.important-traits-tooltiptext {
390-
background-color: #314559;
391-
border-color: #5c6773;
400+
background-color: #314559;
401+
border-color: #5c6773;
392402
}
393403

394404
#titles > div.selected {
395-
background-color: #141920 !important;
405+
background-color: #141920 !important;
396406
border-bottom: 1px solid #ffb44c !important;
397407
border-top: none;
398408
}
@@ -403,7 +413,7 @@ pre.ignore:hover, .information:hover + pre.ignore {
403413
}
404414

405415
#titles > div:hover {
406-
border-bottom: 1px solid rgba(242, 151, 24, 0.3);
416+
border-bottom: 1px solid rgba(242, 151, 24, 0.3);
407417
}
408418

409419
#titles > div > div.count {
@@ -483,11 +493,11 @@ kbd {
483493

484494
#theme-picker, #settings-menu {
485495
border-color: #5c6773;
486-
background-color: #0f1419;
496+
background-color: #0f1419;
487497
}
488498

489499
#theme-picker > img, #settings-menu > img {
490-
filter: invert(100);
500+
filter: invert(100);
491501
}
492502

493503
#theme-picker:hover, #theme-picker:focus,

0 commit comments

Comments
 (0)