-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
128 lines (107 loc) · 1.8 KB
/
style.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
body {
font-family: 'Montserrat', sans-serif;
}
h1, h2, h3 {
font-weight: normal;
color: #a3a3a3;
}
.remark-code, .remark-inline-code {
font-family: 'Monospace';
}
.remark-slide-content {
padding: 1em 3em;
}
.remark-slide-content:not(.center) {
background-image: url("images/logo-pg.jpg");
background-size: 70px;
background-position: 0% 0%;
}
.bold {
font-weight: bold;
}
.footnote {
display: flex;
position: absolute;
bottom: 0;
left: 0;
height: 70px;
width: 100%;
}
.remark-slide-content h1 {
position: absolute;
left: 70px;
top: 0;
width: 100%;
background-color: #f0634c;
color: white;
font-size: 36pt;
margin: 0;
padding: 0.2em;
}
.remark-slide-content h2 {
font-size: 48pt;
margin-top: 1.6em;
}
.remark-slide-content ol {
font-size: 40pt;
line-height: 1.4em;
list-style-type: none;
padding: 0;
}
a {
color: #f0634c;
text-decoration: none;
border-bottom: 0.05em solid #f0634c;
}
li:before {
/* content: "> "; */
}
img {
width: 7em;
height: 7em;
display: flex;
padding: 1.2em;
margin: auto;
}
.logos {
display: flex;
flex: 1 1 auto;
flex-wrap: wrap;
}
#slide-title h1, .question h1, .question h2 {
color: black;
background: white;
position: relative;
left: 0;
padding: 0;
}
#slide-title h1, .question h1 {
font-size: 48pt;
}
#slide-title h1 {
color: #f0634c;
}
.last h2 {
color: black;
}
.footnote img {
height: 42px;
padding: 0;
margin: auto;
}
canvas {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.references {
margin-top: 5em;
font-size: 1.4em;
}
.references a {
color: #a3a3a3;
line-height: 1.6em;
border-bottom: 0.05em solid #a3a3a3;
}