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... [_] 0% TouchSwipe issues...
[_] BUG: swipe-back does not cancel a swipe... (TouchSwipe) [_] BUG: swipe-back does not cancel a swipe... (TouchSwipe)
| ...unless the finger is return to within the threshold of the | ...unless the finger is return to within the threshold of the
| touchdown point. | touchdown point.
[_] BUG: no drag threshold on excludedElements (TouchSwipe) [_] BUG: no drag threshold on excludedElements (TouchSwipe)
| stalled... | stalled...
[_] 63% general todo [_] 64% general todo
[_] editor mode service page [_] editor mode service page
| a virtual page at the end of the magazine with magazine-specific | a virtual page at the end of the magazine with magazine-specific
| settings. | settings.
| similar to the current configuration demo page. | similar to the current configuration demo page.
[_] 0% add two main page themes (global/local applicable): [X] 100% add two main page themes (global/local applicable):
[_] light [X] light
[_] dark [X] dark
[_] 20% move some of the current configuration options to the magazine... [_] 20% move some of the current configuration options to the magazine...
[X] page align [X] page align
| global, magazine, article, page-set, page | global, magazine, article, page-set, page

View File

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

View File

@ -169,24 +169,24 @@
} }
.dark.viewer { .dark.viewer {
background: #444; background: #222;
} }
.dark.viewer .magazine { .dark.viewer .magazine {
box-shadow: 10px 10px 50px 10px #333; box-shadow: 10px 10px 50px 10px #111;
} }
.dark.viewer .magazine:before, .dark.viewer .magazine:before,
.dark.viewer .magazine:after { .dark.viewer .magazine:after {
color: #555; color: #333;
} }
.dark.viewer .top-toolbar, .dark.viewer .top-toolbar,
.dark.viewer .bottom-toolbar { .dark.viewer .bottom-toolbar {
font-size: 14px; font-size: 14px;
color: gray; color: gray;
background: #333; background: black;
box-shadow: none; box-shadow: none;
} }
.dark.viewer .top-toolbar a, .dark.viewer .top-toolbar a,