-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
97 lines (76 loc) · 1.43 KB
/
custom.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
@import url(https://fonts.googleapis.com/css?family=Acme);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);
@import url(https://fonts.googleapis.com/css?family=Rokkitt);
body {
font-family: Helvetica, sans-serif;
font-size: 100%;
font-weight: 300;
margin-bottom: 0;
}
h1, h2, h3 {
font-family: 'Rokkitt', sans-serif;
font-weight: 500;
color: #2B3990;
}
.remark-code {
font-family: 'Source Code Pro', 'Lucida Console', Monaco, monospace;
font-size: 70%;
}
.remark-slide-content h1 {
font-size: 48px;
margin-bottom: 0;
}
.remark-slide-content h2 {
font-size: 36px;
}
.remark-slide-content {
font-size: 24px;
line-height: 1.2;
margin-bottom: 0;
}
.footnote {
font-size: 70%;
}
.small-margins {
padding-top: 0px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
}
.tiny-margins {
padding-top: 10px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;
}
.tiny {
font-size: 50%;
font-color: black;
}
.small {font-size: 18px;}
.large {font-size: 120%;
font-color: black;}
.extralarge {font-size: 200%;
font-color: black;}
.left-tree {
width: 48%;
height: 92%;
float: left;
}
.right-table {
width: 50%;
float: right;
padding-left: 1%;
}
.pull-left-narrow {
width: 30%;
float: left;
}
.pull-right-wide {
width: 65%;
float: right;
text-align: left;
}
.acme { font-family: 'Acme'; }
.grey { color: grey; }
.white { color: white; }