-
Notifications
You must be signed in to change notification settings - Fork 0
/
slides.css
90 lines (69 loc) · 1.22 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
/*@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;*/
/*}*/
@font-face {
font-family: "DjvuSansMono";
src: url("./DejaVuSansMono.ttf");
}
.remark-code, .remark-inline-code {
font-family: 'DjvuSansMono'
}
.remark-slide .title h2 {
font-size: 30px;
}
.remark-slide h2 {
font-size: 20px;
}
.remark-slide h1 {
margin-top: 0;
}
.fsmall {
font-size: 75%;
}
.it {
font-style: italic;
}
.def {
font-style: italic;
}
.fitimg img {
max-width: 100%;
max-height: 100%;
}
.f75img img {
max-width: 75%;
}
.sub {
font-size: .83em;
vertical-align: sub;
}
.sup {
font-size: .83em;
vertical-align: super;
}
.left {
float: left;
margin-right: 2em;
}
.right {
float: right;
margin-left: 2em;
}
.clear {
clear: both;
}
table {
border-collapse: collapse;
}
table, th, td {
border: 1px solid black;
padding: 5px;
}