-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslides.css
63 lines (55 loc) · 1.34 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
53
54
55
56
57
58
59
60
61
62
63
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
body { font-family: 'Droid Serif' }
h1, h2, h3 {
font-family: 'Lato';
font-weight: medium;
}
a, a > code {
color: #d33636;
text-decoration: none;
}
code {
background-color: #e7e8e2;
}
li {
padding: .3em 0 .3em 0;
}
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
.remark-code-line-highlighted { background-color: #373832; }
.remark-slide-content { font-size: 24px; }
.good .remark-code { box-shadow: inset 5px 0 #597E41; }
.bad .remark-code { box-shadow: inset 5px 0 #d33636; }
.good-background { background-color: #597E41}
.remark-slide-content {
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
.inverse {
background-color: #597E41;
color: #CCCCCC;
}
.inverse h1 {
letter-spacing: 5px;
}
.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;
}