-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
166 lines (142 loc) · 2.24 KB
/
styles.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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
body {
font-family: 'Source Sans Pro', sans-serif;
}
h1, h2, h3 {
font-weight: normal;
color: #a3a3a3;
}
.orange {
color: #f0634c;
}
.remark-code, .remark-inline-code {
font-family: 'Monospace';
}
.remark-slide-content:not(.center) {
background-image: url("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,
.remark-slide-content ul {
font-size: 1.6em;
line-height: 2em;
}
a {
color: #f0634c;
text-decoration: none;
border-bottom: 0.05em solid #f0634c;
}
/*
img {
width: 7em;
height: 7em;
display: flex;
padding: 1.2em;
margin: auto;
}
*/
img {
width: 100%;
}
.logos {
display: flex;
flex: 1 1 auto;
flex-wrap: wrap;
}
.question {
font-size: 2.6em;
}
.question h1 {
font-size: 1.4em;
}
#slide-title h1, .question h1, .question h2 {
color: black;
background: white;
position: relative;
left: 0;
padding: 0;
}
#slide-title 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 li {
line-height: normal;
}
.references ul {
list-style: none;
padding: 0;
}
.references a {
color: #a3a3a3;
line-height: 0;
border-bottom: 0.05em solid #a3a3a3;
font-size: 0.5em;
}
/** first slide **/
div#slide-title h1 {
font-size: 6em;
}
div#slide-title h2 {
font-size: 2.8em;
}
div#slide-title h3 {
font-family: 'Source Sans Pro';
font-size: 1.4em;
}
.hell {
margin-top: 7em;
}
.hell img {
max-width: 61%;
display: table-cell;
padding: 1em;
}
.footer {
position: absolute;
bottom: 0;
font-style: italic;
}