-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
69 lines (62 loc) · 1.09 KB
/
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
/* front slide */
.reveal img.logo {
border: none;
box-shadow: none;
margin-top: 40px;
}
.reveal h1.title {
font-size: 1.6em;
color: #191141;
text-transform: none;
margin-bottom: 0;
}
.reveal h2.subtitle {
font-size: 1.2em;
font-weight: normal;
color: #54626E;
text-transform: none;
}
.reveal div.author-box {
background-color: #191141;
padding: 20px;
margin: 30px;
}
.reveal .author {
font-size: 0.6em;
color: white;
margin: 0;
margin-bottom: 8px;
}
.reveal .author-affiliation {
font-size: 0.6em;
color: white;
margin: 0;
}
.reveal .author-email {
font-size: 0.6em;
color: white;
font-family: 'Courier New', Courier, monospace;
margin: 0;
margin-top: 8px;
}
/* other slides */
.reveal h1 {
font-size: 2em;
color: #191141;
text-transform: none;
}
.reveal h2 {
font-size: 1.5em;
color: #191141;
text-transform: none;
}
.reveal ul li {
font-size: 0.7em;
background-color: white;
}
.reveal ul + figure {
margin-top: 20px;
}
.reveal figure figcaption {
display: none;
}