templates/stylesheets/slides.css in slidedown-0.1.1 vs templates/stylesheets/slides.css in slidedown-0.2.0
- old
+ new
@@ -6,10 +6,11 @@
body {
font-family: Helvetica;
font-size: 38px;
color: #111;
background: #fff;
+ overflow: hidden;
}
pre {
font-family: Bitstream Vera Sans Mono;
font-size: 1em;
@@ -24,10 +25,21 @@
ul {
padding: 0 0 0 1em;
}
+#instructions {
+ position: absolute;
+ width: 99%;
+ text-align: center;
+ background: #ffd;
+ font-size: 20px;
+ padding: 10px;
+ font-weight: bold;
+ border-bottom: 1px solid #ff0;
+}
+
#slides {
overflow: hidden;
text-align: left;
}
@@ -110,6 +122,6 @@
.code .ss { color: #990073 } /* Literal.String.Symbol */
.code .bp { color: #999999 } /* Name.Builtin.Pseudo */
.code .vc { color: #008080 } /* Name.Variable.Class */
.code .vg { color: #008080 } /* Name.Variable.Global */
.code .vi { color: #008080 } /* Name.Variable.Instance */
-.code .il { color: #009999 } /* Literal.Number.Integer.Long */
\ No newline at end of file
+.code .il { color: #009999 } /* Literal.Number.Integer.Long */