From 7451b32d1f2f55540e3f7755e395c536394c104c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 27 Feb 2013 19:52:46 +0400 Subject: [PATCH] minor edits... Signed-off-by: Alex A. Naanou --- templates.html | 49 +++++++++++++++++++++++++++++++++---------------- 1 file changed, 33 insertions(+), 16 deletions(-) diff --git a/templates.html b/templates.html index 4e859cd..4868271 100755 --- a/templates.html +++ b/templates.html @@ -10,13 +10,32 @@ .container { border: solid 1px silver; width: 750px; - max-height: 600px; min-height: 300px; margin: 25px; - overflow: auto; background: white; box-shadow: 5px 5px 200px 0px silver; padding: 10px; + + /* + overflow: auto; + max-height: 600px; + */ +} + +.container .page-box { + position: relative; + text-align: center; + display: inline-block; + width: 225px; + height: 175px; + margin: 10px; + border: solid 1px silver; + overflow: hidden; + background: white; + + box-shadow: 5px 5px 200px 30px gray inset; + + cursor: hand; } .container .page { @@ -38,20 +57,6 @@ transform: scale(0.25); } -.container .page-box { - position: relative; - text-align: center; - display: inline-block; - width: 225px; - height: 175px; - margin: 10px; - border: solid 1px silver; - overflow: hidden; - background: white; - - box-shadow: 5px 5px 200px 30px gray inset; -} - .container .title { position: absolute; color: white; @@ -70,6 +75,18 @@
+
+
Article
+
+ +
+
Page Group
+
+ +
+
Cover Page
+
+