slideshow 0.8.5 → 0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,27 +0,0 @@
1
- @import url(s5/s5-core.css); /* required to make the slide show run at all */
2
-
3
- html, body { color: white;
4
- font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
5
-
6
- a:link, a:visited { color: white; }
7
-
8
- h1 { font-size: 30pt; }
9
- h2 { font-size: 28pt; }
10
- h3 { font-size: 25pt; }
11
- p, li, td, th { font-size: 18pt; }
12
-
13
- pre { font-size: 16pt; }
14
-
15
- pre.code {
16
- background-color: black;
17
- padding: 5px;
18
- border: silver thick groove;
19
- -moz-border-radius: 11px;
20
- }
21
-
22
-
23
- div#header, div#footer { color: silver; }
24
-
25
- #currentSlide { color: silver;}
26
-
27
- #controls #navLinks a { color: silver; }