forked from wincent/presentation-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
causes.css
63 lines (55 loc) · 1.01 KB
/
causes.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
#causes {
background: #f8f8f8;
color: #515151;
font-family: 'Montserrat', sans-serif;
font-size: 33px;
}
#causes a {
color: #15b5d2;
}
#causes .reveal {
background-size: 100% 10px;
background: url(assets/causes-header.png);
height: 10px;
}
#causes .reveal .slides {
text-align: left;
}
#causes .reveal .slides li {
margin-bottom: 12px;
}
#causes .reveal h1,
#causes .reveal h2,
#causes .reveal h3,
#causes .reveal h4,
#causes .reveal h5 {
color: #15b5d2;
font-family: 'Montserrat', sans-serif;
letter-spacing: .02em;
line-height: .93em;
margin: 0 0 20px;
text-align: left;
text-shadow: none;
text-transform: none;
}
#causes .reveal h1 {
font-size: 99px;
text-shadow: none;
}
#causes .reveal .slides h5 {
font-size: 24px;
margin-bottom: 8px;
}
#causes .reveal ul {
margin-left: 63px;
}
#causes .reveal section img.logo {
background-color: inherit;
border: 0;
bottom: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
position: fixed;
width: 200px;
}