From fc85c39442b362e01b720efd45ce161294298c9f Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Mon, 27 Feb 2012 08:19:11 +0400 Subject: [PATCH] new .comment styles for
; more element types for .bg

---
 themes/ribbon/styles/style.css | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/themes/ribbon/styles/style.css b/themes/ribbon/styles/style.css
index 49d4dba..380cb37 100644
--- a/themes/ribbon/styles/style.css
+++ b/themes/ribbon/styles/style.css
@@ -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 */