From 15ac2614cfffda942046fc512898b8ff2cd1ae6d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 25 Jan 2013 17:36:28 +0400 Subject: [PATCH] more CSS cleanup... Signed-off-by: Alex A. Naanou --- index.html | 3 +++ magazine-custom.css | 16 ++++++++++++++-- magazine.css | 7 +++---- 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 62a4bbc..fbbfd86 100755 --- a/index.html +++ b/index.html @@ -1,7 +1,10 @@ Magazine + + + diff --git a/magazine-custom.css b/magazine-custom.css index 3d284a9..c7714af 100755 --- a/magazine-custom.css +++ b/magazine-custom.css @@ -1,5 +1,10 @@ -/* magazine customization */ -.magazine { +/********************************************************************** +* magazine customization +* +**********************************************************************/ + +/*************************************** main structural elements ****/ +.viewer { background: gray; } @@ -14,3 +19,10 @@ .page { background: silver; } + + +/*********************************************************************/ + + + +/*********************************************************************/ diff --git a/magazine.css b/magazine.css index d20b893..c7bdbd0 100755 --- a/magazine.css +++ b/magazine.css @@ -31,7 +31,8 @@ body { /* XXX change to relative units... */ font-size: 12px; - background: silver; + + background: white; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; @@ -139,7 +140,6 @@ body { /* magazine cover */ .magazine > .cover { - background: white; } /* user hints, visible when user draggs past the cover or the last page @@ -185,7 +185,6 @@ body { } .article > .cover { - background: white; } @@ -246,7 +245,7 @@ body { height: 100%; z-index: 9000; - background-color: white; + background: white; } .splash * { color: gray;