Commit fc85c394 authored by Vadim Makeev's avatar Vadim Makeev

new .comment styles for <pre>; more element types for .bg

parent a0bf6483
......@@ -167,11 +167,16 @@ BODY {
color:#000;
font-style:normal;
}
.slide PRE MARK.important {
.slide PRE .important {
background:#C00;
color:#FFF;
font-weight:normal;
}
.slide PRE .comment {
padding:0;
background:none;
color:#888;
}
/* Background */
.slide.bg SECTION {
......@@ -180,12 +185,16 @@ BODY {
.slide.bg SECTION:before {
display:none;
}
.slide.bg IMG {
.slide.bg IMG,
.slide.bg SVG,
.slide.bg VIDEO,
.slide.bg OBJECT {
position:absolute;
top:0;
left:0;
z-index:-1;
width:100%;
background:#FFF;
}
/* Shout */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment