some more tweeking for brighter screens...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-02-09 02:29:53 +04:00
parent 664e3ee1ff
commit ffe229824e
3 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -163,7 +163,7 @@ $(document).ready(function(){
</head>
<body>
<div class="viewer light">
<div class="viewer dark">
<!-- Splash screen -->
<div class="splash noSwipe">

View File

@ -169,23 +169,23 @@
}
.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;
background: black;
box-shadow: none;
}