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

This commit is contained in:
Vadim Makeev 2012-02-27 08:19:11 +04:00
parent a0bf6483c1
commit fc85c39442
1 changed files with 11 additions and 2 deletions

View File

@ -167,11 +167,16 @@ BODY {
color:#000; color:#000;
font-style:normal; font-style:normal;
} }
.slide PRE MARK.important { .slide PRE .important {
background:#C00; background:#C00;
color:#FFF; color:#FFF;
font-weight:normal; font-weight:normal;
} }
.slide PRE .comment {
padding:0;
background:none;
color:#888;
}
/* Background */ /* Background */
.slide.bg SECTION { .slide.bg SECTION {
@ -180,12 +185,16 @@ BODY {
.slide.bg SECTION:before { .slide.bg SECTION:before {
display:none; display:none;
} }
.slide.bg IMG { .slide.bg IMG,
.slide.bg SVG,
.slide.bg VIDEO,
.slide.bg OBJECT {
position:absolute; position:absolute;
top:0; top:0;
left:0; left:0;
z-index:-1; z-index:-1;
width:100%; width:100%;
background:#FFF;
} }
/* Shout */ /* Shout */