-
Notifications
You must be signed in to change notification settings - Fork 738
/
svm-ioslides-css.css
66 lines (50 loc) · 1.03 KB
/
svm-ioslides-css.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
slides > slide.backdrop {
background: white;
border-bottom: 0px;
box-shadow: 0 0 0;
}
slides > slide {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
border-bottom: 3px solid #F66733;
box-shadow: 0 3px 0 #522D80;
}
.title-slide hgroup h1 {
color: #522D80;
font-size: 48px;
}
.title-slide hgroup h2 {
font-size: 28px;
}
h2 {
color: #522D80;
}
slides > slide.dark {
background: #522D80 !important;
border-bottom: 0;
box-shadow: 0 0 0;
}
.segue h2 {
color: white;
}
slides > slide.title-slide {
border-bottom: 0;
box-shadow: 0 0 0;
}
ol, ul {
padding-bottom: 10px;
}
slides > slide:not(.nobackground):before {
font-size: 12pt;
content: "";
position: absolute;
bottom: 20px;
left: 60px;
background: no-repeat 0 50%;
-webkit-background-size: 30px 30px;
-moz-background-size: 30px 30px;
-o-background-size: 30px 30px;
background-size: 30px 30px;
padding-left: 40px;
height: 30px;
line-height: 1.9;
}