We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb68e6 commit a00b2e8Copy full SHA for a00b2e8
svm-ioslides-css.css
@@ -14,8 +14,13 @@ slides > slide {
14
15
.title-slide hgroup h1 {
16
color: #522D80;
17
+ font-size: 48px;
18
+
19
}
20
21
+.title-slide hgroup h2 {
22
+ font-size: 28px;
23
+}
24
25
26
h2 {
@@ -42,4 +47,20 @@ ol, ul {
42
47
43
48
padding-bottom: 10px;
44
49
45
-}
50
51
52
+slides > slide:not(.nobackground):before {
53
+ font-size: 12pt;
54
+ content: "";
55
+ position: absolute;
56
+ bottom: 20px;
57
+ left: 60px;
58
+ background: no-repeat 0 50%;
59
+ -webkit-background-size: 30px 30px;
60
+ -moz-background-size: 30px 30px;
61
+ -o-background-size: 30px 30px;
62
+ background-size: 30px 30px;
63
+ padding-left: 40px;
64
+ height: 30px;
65
+ line-height: 1.9;
66
+ }
0 commit comments