-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
87 lines (71 loc) · 1.45 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
.border {
border: 1px solid #dee2e6;
}
.border-thick {
border-width: 3px;
}
// fonts
@import 'https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible&display=swap';
$font-family-sans-serif: "Atkinson Hyperlegible", sans-serif;
$presentation-heading-color: #00589b;
$presentation-title-slide-text-align: "left";
$presentation-subtitle-slide-text-align: "left";
$code-block-font-size: 0.6em;
$code-color: #5f5f5f;
$presentation-h2-font-size: 1.4em;
/*-- scss:rules --*/
.reveal .custom-title {
position: absolute;
color: #00589b;
font-size: 3em;
text-align: right;
right: 20px;
top: -200px;
}
.reveal .custom-author {
position: absolute;
font-size: 1.4em;
text-align: right;
right: 20px;
top: 300px;
}
.reveal .custom-twitter a {
position: absolute;
color: #1DA1F2;
font-size: 1.3em;
text-align: right;
right: 20px;
top: 470px;
}
.reveal .custom-url a {
position: absolute;
color: #00589b;
font-size: 1.5em;
text-align: right;
right: 20px;
top: 570px;
}
details>summary {
font-size: 0.75em;
}
.small {
font-size: 0.75em;
}
.reveal .slide .in-out {
margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 0.1em;
padding-bottom: 0.1em;
padding-left: 1em;
background: #E8E8E8;
font-family: $font-family-monospace;
font-size: 0.6em;
}
.reveal .slide .goal {
margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 0.1em;
padding-bottom: 0.1em;
padding-left: 1em;
background: #ccddeb;
}