-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslides.css
108 lines (105 loc) · 1.73 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
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
@import url(https://fonts.googleapis.com/css?family=Droid+Serif);
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
body {
font-family: 'Droid Serif';
color: #eee;
}
h1, h2, h3 {
font-family: 'Yanone Kaffeesatz';
font-weight: 400;
margin-bottom: 0;
}
.remark-slide-content h1 {
font-size: 3em;
}
.remark-slide-content h2 {
font-size: 2em;
}
.remark-slide-content h3 {
font-size: 1.6em;
}
.footnote {
position: absolute;
bottom: 3em;
}
li p {
line-height: 1.25em;
}
.red {
color: #f00;
}
.green {
color: #0f0;
}
a, a > code {
color: #38f;
text-decoration: none;
}
code {
background: #333;
border-radius: 5px
}
.no-curves code {
border-radius: 0;
}
.remark-code, .remark-inline-code {
font-family: 'Ubuntu Mono';
font-size: 26px !important;
}
.remark-code-line-highlighted {
background-color: #333;
}
.pull-left {
float: left;
width: 47%;
}
.pull-right {
float: right;
width: 47%;
}
.pull-right ~ p {
clear: both;
}
.title {
text-shadow: 0 0 20px #555;
}
.title h1, .title h2 , .title h3{
color: #fff;
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: #ccc;
}
.right-column {
width: 75%;
float: right;
font-size: 1.6em;
}
.right-column > * {
padding-top: 1em;
margin: 0;
}
.no-padding > * {
padding-top: 0;
}
.padding {
padding-top: 1em;
}
.huge h1 {
font-size: 6em;
}
.huge h2 {
font-size: 4em;
}
.huge h3 {
font-size: 2em;
}
/* Slide-specific styling */