forked from tidymodels/TMwR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TMwR.css
437 lines (334 loc) · 7.06 KB
/
TMwR.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
p.caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}
/*----- Toolbar line at top----- */
/* The next two rules make the horizontal line go straight across in top navbar */
.summary > li:first-child {
height: 50px;
padding-top: 10px;
border-bottom: 1px solid transparent;
}
.book .book-summary ul.summary li.divider {
height: 0px;
}
/* TOC book title */
.summary > li:first-child {
font-size: 1em;
height: auto;
padding: 1em 20px;
line-height: 2em;
}
.summary > li:first-child a {
font-size: 12.8px;
font-weight: bold;
text-transform: uppercase;
white-space: normal !important;
color: #CA225E !important;
padding: 0 !important;
border-left: none;
letter-spacing: 2pt;
}
.summary > li:first-child a:hover {
border-left: none;
}
.book .book-summary > nav > ul > li > a {
border-left: 1pt solid white;
}
.book-summary .divider + .chapter > a {
white-space: normal !important;
}
li.part:first-child {
border-top: none;
}
/*.book .book-summary ul.summary li.divider {
height: 0;
} */
.book .book-header.fixed {
border-bottom: 1px solid transparent;
}
.book .book-header .btn {
color: #1a162d99;
}
.book .book-header .btn:hover {
color: #1a162d;
}
/*------------- Body and header text---------------- */
.book.font-family-1 {
font-family: 'Lato', sans-serif;
color: #404040;
}
h1, h2, h3, h4 {
font-family: 'Lato', sans-serif;
font-weight: normal;
}
h2, h3 {
font-family: 'Lato', sans-serif;
font-size: 1.3em;
text-transform: uppercase;
letter-spacing: 1.5pt;
}
h1 {
color: #CA225E;
font-size: 41px !important;
}
h2 {
color: #1a162d;
}
h3 {
font-size: 1.1em;
color: #1a162d90;
}
h4 {
font-size: 1.1em;
color: #1a162d90;
}
h2 code,
h3 code,
h4 code {
text-transform: none !important;
font-size: 1em !important;
}
.title {
font-family: 'Lato', sans-serif;
font-size: 3em !important;
color: #CA225E;
text-transform: none !important;
}
.subtitle {
font-family: 'Lato', sans-serif;
color: #CA225E !important;
}
.subtitle em {
font-style: normal !important;
}
.author {
color: #1A162D !important;
text-transform: uppercase;
letter-spacing: 2pt;
}
p.author em {
font-style: normal !important;
}
/*-----Body Links-------*/
.book .book-body .page-wrapper .page-inner section.normal a {
color: #ca225e;
}
.book .book-body .page-wrapper .page-inner section.normal a:hover {
color: #ca225e; /* darker color when hovering */
text-decoration: underline;
}
/*------------ TOC --------------*/
.book .book-summary {
background: white;
border-right: #d9d9d9 solid 1pt;
}
.summary{
font-family: 'Lato', sans-serif;
}
/* numbers */
li a b {
padding-right: 1em;
}
/* list items*/
.book .book-summary ul.summary li a,
.book .book-summary ul.summary li span {
padding-top: 8px;
padding-bottom: 8px;
padding-left: 15px;
padding-right: 15px;
color: #1a162dad;
}
.summary a:hover {
color: #1a162dde !important;
}
.book .book-summary ul.summary li.active>a { /*active TOC links*/
color: #CA225E !important;
}
/* parts */
li.appendix span, li.part span {
margin-top: 1.5em;
color: #1A162D;
opacity: 1 !important;
text-transform: uppercase;
letter-spacing: 2pt;
font-size: 12.8px !important;
font-weight: bold;
white-space: normal !important;
}
/*------------- CODE --------------*/
.book .book-body .page-wrapper .page-inner section.normal code,
.book .book-body .page-wrapper .page-inner section.normal pre {
font-family: 'Source Code Pro', monospace;
font-size: 1em;
}
.sourceCode pre {
margin: 0 !important; /* makes space above and below symmetrical*/
}
.sourceCode div {
margin: 1em 0; /* see https://github.com/rstudio/bookdown/pull/738*/
}
.sourceCode {
margin-bottom: 1.5em; /* adds same amount of margin beneath chunk as a <p> would */
}
/* for numbers in code blocks */
pre.numberSource code > span > a:first-child::before {
left: -0.2em;
}
/*------------- block quotes --------------*/
blockquote > p:last-child {
text-align: right;
}
blockquote > p:first-child {
text-align: inherit;
}
/* Div tips */
div.rmdnote,
div.rstudio-tip,
div.rmdwarning {
padding: 1em;
margin: 1em 0;
padding-left: 100px;
background-size: 70px;
background-repeat: no-repeat;
background-position: 15px 1.5em;
min-height: 120px;
color: #1a162dcc;
background-color: #91CBD738;
border-top: 7pt solid #a19ea936;
max-width: 100%;
line-height: 1.75em;
font-size: 0.85em;
letter-spacing: 1pt;
margin-bottom: 1.5em;
}
div.rmdnote {
background-image: url("images/robot.png");
}
div.rstudio-tip {
background-image: url("images/rstudio.png");
}
div.rmdwarning {
background-image: url("images/error.png");
background-color: #eab0c41a !important;
}
div.rmdnote code,
div.rstudio-tip code {
background-color: #91CBD765 !important;
font-size: 1em;
}
div.rmdwarning code {
background-color: #cb9faf52 !important;
font-size: 1em;
}
/* ----- For Large Screens -----*/
@media (min-width: 1900px) {
.book .book-header.fixed {
left: 500px;
}
/* Content width */
.book.with-summary .book-body {
left: 500px;
}
/* TOC */
.book .book-summary {
width: 500px;
left: -500px;
}
.book.with-summary .book-header.fixed {
left: 500px;
}
}
@media (min-width: 1500px) {
/* Content width */
.book.with-summary .book-body {
left: 400px;
}
/* TOC */
.book .book-summary {
width: 400px;
left: -400px;
}
.book.with-summary .book-header.fixed {
left: 400px;
}
}
@media (min-width: 1400px) {
/* Content width */
.book.with-summary .book-body {
left: 350px;
}
/* TOC */
.book .book-summary {
width: 350px;
left: -400px;
}
.book.with-summary .book-header.fixed {
left: 350px;
}
}
/* ----References css bug fix----- */
.page-inner+h3 {
max-width: 800px;
margin: 0 auto;
font-size: 24px;
padding-left: 15px;
padding-right: 15px;
}
.page-inner + h3 + .references,
.page-inner + h3 + .references + .footnotes {
max-width: 800px;
margin: 0 auto;
color: #333333;
padding-left: 15px;
padding-right: 15px;
line-height: 1.7em;
}
.page-inner + h3 + .references + .footnotes hr {
max-width: 800px;
margin: 27.2px auto;
background-color: #e7e7e7;
height: 4px;
border: none;
}
.page-inner + h3 + .references a,
.page-inner + h3 + .references + .footnotes a {
color: #CA225E;
}
/* Package Names */
span.pkg {
font-weight: bold;
letter-spacing: 0.5pt;
color: #0080a4;
}
/* White space */
p, ul, ol, dl, blockquote, table, pre {
margin-bottom: 1.5em !important;
}
li p {
margin-bottom: 1em !important;
}
/* Cover image */
img.cover {
float: right;
margin: 0 1rem 0 1rem;
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
@media (max-width: 767.98px) {
img.cover {
float: none;
display: block;
margin: 0 auto 1rem auto;
}
}