-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
70 lines (63 loc) · 1.23 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
body:before {
content: 'Youpi dansons la Kapoeira !';
font-family: Georgia, serif;
position: fixed;
padding: 1em;
width: 100%;
bottom: 0;
height: 2em;
color: #8B0000;
background-color: lightgrey;
text-align: center;
font-size: 1rem;
}
body:after {
content: 'Johanna Vauchel and Mehdi Rebiai';
font-family: Georgia, serif;
position: fixed;
padding: 1em;
bottom: 0;
left: 1em;
height: 2em;
font-size: 1rem;
color: #8B0000;
text-align: center;
}
.reveal:before {
content: ' ';
position: fixed;
padding: 1em;
width: 10em;
height: 10em;
background: url("data:image/png;base64,${QRCODE_PNG_BASE64}");
background-repeat: no-repeat;
}
.reveal:after {
content: ' ';
position: fixed;
top: 0;
right: 0;
padding: 1em;
width: 10em;
height: 10em;
background: url("data:image/png;base64,${CONFERENCE_PNG_BASE64}");
background-repeat: no-repeat;
background-position: right top;
}
.reveal h2 {
color: #8B0000;
}
.reveal h1 {
color: #8B0000;
}
.footer {
position: absolute;
display: table;
width: 100%;
bottom: 0;
color: #0988d5
}
.reveal code {
font-size: 0.7em;
line-height: 1.2em;
}