Skip to content

Commit a00b2e8

Browse files
committed
change ioslides css
1 parent beb68e6 commit a00b2e8

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

svm-ioslides-css.css

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,13 @@ slides > slide {
1414

1515
.title-slide hgroup h1 {
1616
color: #522D80;
17+
font-size: 48px;
18+
1719
}
1820

21+
.title-slide hgroup h2 {
22+
font-size: 28px;
23+
}
1924

2025

2126
h2 {
@@ -42,4 +47,20 @@ ol, ul {
4247

4348
padding-bottom: 10px;
4449

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

Comments
 (0)