mirror of
https://github.com/flynx/PortableMag.git
synced 2026-01-07 03:01:34 +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...
|
[_] 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
|
||||||
|
|||||||
@ -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">
|
||||||
|
|||||||
@ -169,23 +169,23 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user