-
Notifications
You must be signed in to change notification settings - Fork 0
/
slides.css
52 lines (47 loc) · 1.2 KB
/
slides.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
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700,400italic);
body { font-family: 'Droid Serif' }
h1, h2, h3 {
font-family: 'Yanone Kaffeesatz';
font-weight: normal;
}
a, a > code {
color: rgb(249, 38, 114);
text-decoration: none;
}
code {
background: #e7e8e2;
}
li {
padding: .3em 0 .3em 0;
}
.remark-code, .remark-inline-code { font-family: 'Source Code Pro'; }
.remark-code-line-highlighted { background-color: #373832; }
.remark-slide-content { font-size: 24px; }
.good .remark-code { box-shadow: inset 5px 0 #5cb85c; }
.bad .remark-code { box-shadow: inset 5px 0 #ff4242; }
.inverse {
background: #272822;
color: #777872;
text-shadow: 0 0 20px #333;
}
.inverse h1, .inverse h2, .inverse a {
color: #f3f3f3;
line-height: 0.8em;
}
/* Two-column layout */
.left-column {
color: #777;
width: 20%;
height: 92%;
float: left;
}
.left-column h2:last-of-type, .left-column h3:last-child {
color: #000;
}
.right-column {
width: 75%;
float: right;
padding-top: 1em;
}