-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathslides.css
More file actions
62 lines (51 loc) · 775 Bytes
/
slides.css
File metadata and controls
62 lines (51 loc) · 775 Bytes
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
.footnote {
position: absolute;
font-size: 80%;
bottom: 3em;
left: 80px;
}
.ref {
font-size: 70%;
vertical-align: super;
color: yellow;
margin-left: 4px;
}
body {
font-family: 'Droid Serif';
}
h1, h2, h3 {
font-family: 'Yanone Kaffeesatz';
font-weight: 400;
margin-bottom: 0;
color: white;
text-shadow: 0 0 20px #333;
}
blockquote {
border-left: 10px solid green;
padding-left: 10px;
margin-left: 8px;
}
a {
color: cyan;
}
.remark-code, .remark-inline-code {
font-family: 'Ubuntu Mono';
}
.remark-slide-content {
background: #272822;
color: lightgray;
}
.blue {
color: #7778ff;
}
.red {
color: #ff7778;
}
.green {
color: #77ff78;
}
.inverse {
color: #272822;
background: #777872;
text-shadow: 0 0 20px #333;
}