-
Notifications
You must be signed in to change notification settings - Fork 4
/
styles.css
80 lines (65 loc) · 1.3 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
/*
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Roboto);
*?
/* Adjust margin on title slide */
.gdbar {
width: 400px !important;
height: 170px !important;
}
/* Set the body font to Roboto */
body { font-family: 'Roboto';}
h1 { font-family: 'Oswald';
font-size: 54px;
letter-spacing: 0px;
}
h2 { font-family: 'Oswald';
font-size: 42px;
letter-spacing: 0px;
}
h3 { font-family: 'Roboto';}
.title-slide hgroup h1 {
font-size: 54px;
letter-spacing: -1px;
}
.title-slide hgroup h2 {
font-size: 34px;
letter-spacing: -1px;
}
.title-slide hgroup p {
font-family: 'Oswald';
font-size: 28px;
letter-spacing: 0px;
}
/* Turn off slide numbers */
slides > slide:not(.nobackground):after {
content: '';
}
/* White slide background */
slides > slide.backdrop {
background: white;
}
/* Reduce the crazy big left margin */
.segue {
padding: 60px 60px;
}
.my-footer-left {
background-color: #FFFFFF;
position: absolute;
bottom: 30px;
left: 25px;
height: 10px;
width: 100%;
}
.my-footer-right {
background-color: #FFFFFF;
position: absolute;
bottom: 30px;
right: 25px;
height: 10px;
width: 50%;
text-align: right;
font-size: 12pt;
color: #BBBBBB;
font-family: 'Oswald';
}