mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-29 11:10:08 +00:00
some more tweeking for brighter screens...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
664e3ee1ff
commit
ffe229824e
10
TODO.otl
10
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
|
||||
|
||||
@ -163,7 +163,7 @@ $(document).ready(function(){
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="viewer light">
|
||||
<div class="viewer dark">
|
||||
|
||||
<!-- Splash screen -->
|
||||
<div class="splash noSwipe">
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user