-
Notifications
You must be signed in to change notification settings - Fork 0
/
slides.css
86 lines (67 loc) · 1.56 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
/*@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=Ubuntu+Mono:400,700,400italic);*/
/*body { font-family: 'Droid Serif'; }*/
/*h1, h2, h3 {*/
/*[>font-family: 'Yanone Kaffeesatz';<]*/
/*font-weight: normal;*/
/*}*/
.remark-slide-content {
font-family: 'Roboto', sans-serif;
padding: 16px 48px 16px 48px;
font-size: 32px;
background-image: url(slide-bg.png);
background-size: contain;
}
.remark-slide-number {
font-size: 20px;
}
.remark-slide-content p {
margin: 1em 0em 0em 0em;
}
.remark-slide-content ul {
margin: 0em 0em 0em 0em;
}
.remark-slide-content h1 {
color: dark-blue-1;
}
.remark-slide-content pre {
margin: 1em 0em 0em 0em;
}
.remark-slide-content .floatright {
float: right;
margin-right: 130px;
margin-top: 50px;
}
@font-face {
font-family: "DjvuSansMono";
src: url("./DejaVuSansMono.ttf");
}
.remark-code, .remark-inline-code {
font-family: 'DjvuSansMono'
}
/* title */
.remark-slide-content.title {
background-image: url(title-bg.png);
background-size: contain;
}
.remark-slide-content.title .content {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.remark-slide-content.title {
color: white;
}
.remark-slide-content.title h1 {
font-size: 3em;
}
.remark-slide-content.title .sign {
display: inline-block;
align-self: flex-end;
margin-bottom: 0.4em;
}
.remark-slide-content.title .remark-slide-number {
display: none;
}