diff --git a/magazine.css b/magazine.css index 9840e06..789cbd8 100755 --- a/magazine.css +++ b/magazine.css @@ -69,6 +69,15 @@ body { } .page .bookmark { + position: absolute; + z-index: 8888; + width: 60px; + height: 60px; + top: 0px; + right: 0px; + overflow: hidden; +} +.page .bookmark div { position: absolute; width: 100px; height: 100px; @@ -80,7 +89,6 @@ body { cursor: hand; - z-index: 8888; opacity: 0,5; -webkit-transform: rotate(-45deg); @@ -89,11 +97,13 @@ body { -ms-transform: rotate(-45deg); transform: rotate(-45deg); + /* -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; + */ } .page .bookmark-toggler { position: absolute; @@ -108,8 +118,8 @@ body { z-index: 9999; } -.page-view-mode .page .bookmark, -.full-page-view-mode .page .bookmark { +.page-view-mode .page .bookmark div, +.full-page-view-mode .page .bookmark div { right: -70px; top: -70px; opacity: 0.5; diff --git a/magazine.js b/magazine.js index 470a390..8ad76df 100755 --- a/magazine.js +++ b/magazine.js @@ -805,7 +805,7 @@ function toggleBookmark(n){ var cur = getPageAt(n) if(cur.children('.bookmark').length == 0){ - var res = $('
') + var res = $('
') .prependTo(cur) .addClass('bookmark justcreated') .attr({ diff --git a/templates.html b/templates.html index 4868271..076bf79 100755 --- a/templates.html +++ b/templates.html @@ -79,14 +79,13 @@
Article
-
-
Page Group
-
-
Cover Page
+
+
Page Group
+