-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslides-theme.css
47 lines (39 loc) · 1.16 KB
/
slides-theme.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
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono);
body {
font-family: 'Lato', Arial, sans-serif;
font-size: 26px;
}
h1, h2, h3, h4 {
font-family: 'Roboto Condensed', 'Arial Narrow OS', Arial, sans-serif;
font-weight: normal;
}
.remark-slide-content { font-size: 1em; }
.remark-code, .remark-inline-code {
font-family: 'Roboto Mono', 'Lucida Console', Monaco, Consolas, monospace;
font-size: 1em;
color: #650C92;
}
/* Make inline code slightly smaller; prevents vertical jumps
from slides with to slides without inline code. */
.remark-inline-code { font-size: 0.94em; line-height: 1.0; }
.title-font {
font-family: 'Roboto Condensed', 'Arial Narrow OS', Arial, sans-serif;
font-weight: normal;
font-size: 1.5em;
}
.small-font { font-size: 0.86em; }
.tiny-font { font-size: 0.66em; }
.xtiny-font { font-size: 0.60em; }
.white { color: white; }
.nogap p {margin-top: 0; margin-bottom: 0}
a, a > code {
color: #650C92;
}
td {
padding: 5px 10px;
}
table {
display: inline-block;
}