diff --git a/TODO.otl b/TODO.otl index 0b9ae66..0de1b9c 100755 --- a/TODO.otl +++ b/TODO.otl @@ -1,18 +1,18 @@ -[_] 36% Priority work +[_] 37% Priority work [_] 0% TouchSwipe issues... [_] BUG: swipe-back does not cancel a swipe... (TouchSwipe) | ...unless the finger is return to within the threshold of the | touchdown point. [_] BUG: no drag threshold on excludedElements (TouchSwipe) | stalled... - [_] 63% general todo + [_] 64% general todo [_] editor mode service page | a virtual page at the end of the magazine with magazine-specific | settings. | similar to the current configuration demo page. - [_] 0% add two main page themes (global/local applicable): - [_] light - [_] dark + [X] 100% add two main page themes (global/local applicable): + [X] light + [X] dark [_] 20% move some of the current configuration options to the magazine... [X] page align | global, magazine, article, page-set, page diff --git a/index.html b/index.html index ee3473c..72892a8 100755 --- a/index.html +++ b/index.html @@ -163,7 +163,7 @@ $(document).ready(function(){ -
+
diff --git a/magazine-themes.css b/magazine-themes.css index aeaf3ee..87cea43 100755 --- a/magazine-themes.css +++ b/magazine-themes.css @@ -169,24 +169,24 @@ } .dark.viewer { - background: #444; + background: #222; } .dark.viewer .magazine { - box-shadow: 10px 10px 50px 10px #333; + box-shadow: 10px 10px 50px 10px #111; } .dark.viewer .magazine:before, .dark.viewer .magazine:after { - color: #555; + color: #333; } .dark.viewer .top-toolbar, .dark.viewer .bottom-toolbar { font-size: 14px; color: gray; - background: #333; - box-shadow: none; + background: black; + box-shadow: none; } .dark.viewer .top-toolbar a,