From 06dc49b97ae7d6964a52b573a708a8100620165f Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 2 Mar 2013 19:57:59 +0400 Subject: [PATCH] added an editor concept... Signed-off-by: Alex A. Naanou --- index.html | 121 ++++++++++++++++++++++++++++++++++++++++++++--------- layout.js | 12 ++++++ 2 files changed, 113 insertions(+), 20 deletions(-) diff --git a/index.html b/index.html index 253a622..904a62e 100755 --- a/index.html +++ b/index.html @@ -59,6 +59,25 @@ display: block; } + +.current-page-indicator { + position: absolute; + box-sizing:border-box; + opacity: 0.8; + + /* + border: solid blue 10px; + */ + + /* + -webkit-transition: all 0.2s ease; + -moz-transition: all 0.2s ease; + -o-transition: all 0.2s ease; + -ms-transition: all 0.2s ease; + transition: all 0.2s ease; + */ +} + @@ -74,11 +93,49 @@ +