-
Notifications
You must be signed in to change notification settings - Fork 0
/
innod-web-style.css
79 lines (64 loc) · 1.21 KB
/
innod-web-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
@import url(https://fonts.googleapis.com/css?family=Karla:400,700);
@import url(https://fonts.googleapis.com/css?family=Source%20Code%20Pro);
body {
background-color: #55CDEC;
}
.reveal h1 {
font-size: 3em;
}
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
font-family: Karla, BlinkMacSystemFont, sans-serif;
font-weight: 700;
}
.reveal h3 {
color: rgba(255, 255, 255, 0.7);
}
.reveal code, .reveal pre, .reveal h3 {
font-family: "Source Code Pro", monospace;
}
.logo {
position: absolute;
right: 50px;
bottom: 50px;
width: 50px;
z-index: 9999;
}
.reveal .controls {
left: 120px;
right: auto;
}
.reveal .slide-background.stack
> .slide-background:not(:first-child) {
background-color: white;
text-align: left;
}
.reveal .slides
> section.stack
> section:not(:first-child) {
/*margin-left: -10%;
margin-top: -10%;*/
text-align: left;
}
.reveal .slides
> section.stack
> section:not(:first-child) h1 {
font-size: 48pt;
margin-left: 200px;
}
.reveal .slides
> section.stack
> section:not(:first-child) h1::after {
width: 400px;
height: 80px;
position: absolute;
background-color: #55CDEC;
content: '';
z-index: -1;
left: -30px;
top: -10px;
}