-
Notifications
You must be signed in to change notification settings - Fork 0
/
huisstijl.css
354 lines (314 loc) · 7.11 KB
/
huisstijl.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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
/* ================================================================
Import Google fonts
================================================================ */
@import url(//fonts.googleapis.com/css?family=Nunito:400,700);
@import url(//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(//fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
/* ================================================================
Basic HTML element styling
================================================================ */
@font-face {
font-family:'schoolboek';
src: url('fonts/schoolboek/Schoolboek-Regular.eot');
src: url('fonts/schoolboek/Schoolboek-Regular.eot?#iefix') format('embedded-opentype'),
url('fonts/schoolboek/Schoolboek-Regular.woff') format('woff'),
url('fonts/schoolboek/Schoolboek-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-stretch: normal;
}
body {
font-family: 'Times New Roman', Georgia, Serif;
--title-slide-color: #1fbed3;
--header-area-color: #ffffff;
--content-area-color: #ffffff;
--footer-color: #1fbed3;
--header-height: 15%;
--footer-height: 7%;
}
/* Headings styles. 'schoolboek' is INT official font;
the others are similar fallbacks for when that's not available. */
h1, h2, h3 {
font-family: 'schoolboek', 'Helvetica Neue', sans-serif;
font-weight: bold;
margin: 0.5em 0 0 0;
padding: 0;
}
/* Headings sizes, different from Remark's defaults. */
.remark-slide-content h1 {
font-size: 34pt;
}
.remark-slide-content h2 {
font-size: 28pt;
font-style: italic;
}
.remark-slide-content h3 {
font-size: 20pt;
}
p {
margin: 0.5em 0 0;
}
/* Simple list with some space between items. */
ul, ol {
margin-top: 0.5em;
margin-bottom: 0;
}
ul {
list-style-type: disc;
}
/* Second level list: circle */
ul ul {
list-style-type: circle;
}
li {
margin-bottom: 0.5em;
}
/* Simple table with no borders */
table {
border-collapse: collapse;
}
td, th {
text-align: left;
padding: 5px;
}
table.stack {
width: 50%;
margin: 0 auto;
}
table.stack td, table.border th {
border: 1px solid black;
}
blockquote {
margin: 0.5em 0.6em 0.5em 0.6em;
}
/* ================================================================
Basic slide styling
================================================================ */
/* Adjust slide padding, font size */
.remark-slide-content {
padding: 0.5em 2em 0.5em 2em;
font-size: 24pt;
}
pre {
margin-top: 0;
}
.remark-code {
font-size: 50%;
}
.remark-inline-code {
font-size: 80%;
font-weight: bold;
}
.small .remark-code {
font-size: 35%;
}
.left {
float: left;
}
.right {
float: right;
}
/* Code examples */
.remark-code, .remark-inline-code {
font-family: "Ubuntu Mono", "Lucida Console", monospace;
}
/* Slide number with line to the left */
.remark-slide-number {
z-index: 20;
opacity: 1;
font-size: 50%;
width: 10%;
text-align: right;
}
.nologo .remark-slide-number {
display: none;
}
.remark-slide-number:before {
content: "";
position: absolute;
bottom: -15px;
right: 120%;
width: 1px;
height: 200%;
border-left: 1px solid black;
z-index: 20;
}
.nologo .remark-slide-number:before {
content: none;
}
/* Slide background */
.remark-slide {
color: black;
background-color: var(--header-area-color);
}
/* Colored square and logo in footer (add "nologo" class to turn it off) */
.remark-slide-content:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: var(--footer-height);
/*background-color: var(--footer-color);*/
border-top: 1px solid black;
z-index: 10;
background-image: url(images/logo-ivdnt-1.png);
background-size: 50%;
background-repeat: no-repeat;
background-position: 8% 60%
}
/* Colored square in footer (add "nologo" class to turn it off) */
.remark-slide-content:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: calc(var(--footer-height) * 0.7);
height: var(--footer-height);
background-color: var(--footer-color);
border-top: 1px solid black;
z-index: 10;
}
.remark-slide-content.nologo:after {
content: none;
}
.remark-slide-content.nologo:before {
content: none;
}
/* Put .box[ ... ] around your slide content (possibly multiple lines)
to contain it in a blue-gray box. */
div.box {
position: absolute;
top: var(--header-height);
bottom: var(--footer-height);
left: 0;
right: 0;
color: black;
background-color: var(--content-area-color);
padding: 1em 1em 2em 2em;
/*border-right: 3px solid white;*/
z-index: 10000;
}
/* Standard image: float to the right, below the logo; */
.remark-slide-content img {
float: right;
margin-top: 1em;
}
/* ================================================================
Custom slide classes
================================================================ */
.remark-slide-content.chaptertitle h1 {
margin-top: 4em;
}
.remark-slide-content.chaptertitle h1,
.remark-slide-content.chaptertitle h2,
.remark-slide-content.chaptertitle h3 {
text-align: center;
}
.remark-slide-content.dark {
background-color: black;
color: #ddd;
}
/* Class "title": reposition headings; */
.remark-slide-content.title {
}
.remark-slide-content.title h1 {
width: 100%;
font-size: 60pt;
margin-top: 0.2em;
}
.remark-slide-content.title h2 {
width: 100%;
font-size: 32pt;
margin-top: 0.1em;
}
.remark-slide-content.title p {
position: absolute;
font-size: 20pt;
bottom: 1em;
right: 0;
width: 45%;
height: 35%;
padding-left: 5%;
border-left: 1px solid black;
}
.title .box {
position: absolute;
top: 35%;
bottom: 0;
left: 0;
right: 0;
background-color: var(--title-slide-color);
}
.remark-slide-content.title:before {
content: none;
}
.remark-slide-content.title:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(images/logo-ivdnt-3.png);
background-size: 40%;
background-position: 0% 0%;
z-index: 0;
}
.title .remark-slide-number {
display: none;
}
/* Class "image": full-size image slide, no line on the left */
.remark-slide-content.image {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
padding: 0;
}
.remark-slide-content.image img {
float: none;
margin-top: 0;
width: 100%;
}
.remark-slide-content.image h1 {
margin: 0.5em 0 0 0.5em;
}
.remark-slide-content.image p {
margin: 0;
}
.remark-slide-content.image:before {
content: none;
}
/* Class "boxlist": a list inside a blue-gray box */
.remark-slide-content.boxlist > ul, .remark-slide-content.boxlist > ol {
position: absolute;
top: var(--header-height);
bottom: var(--footer-height);
left: 0;
right: 0;
padding: 0.5em 1em 0.5em 3em;
}
.bottomright {
position: absolute;
right: 20px;
bottom: 20px;
z-index: 10;
color: white;
text-shadow: black 1px 1px;
}
.cql-examples table td {
padding: 0 1em 0.5em 0;
}
.cql-examples table td:nth-child(1) {
width: 34%;
}
.cql-examples table td:nth-child(2) {
font-family: monospace;
font-size: 90%;
}
small {
font-size: 80%;
font-style: italic;
}