mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-28 10:40:07 +00:00
more minor updates...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
13fb922600
commit
2614207cd3
34
layout.html
34
layout.html
@ -18,11 +18,11 @@
|
|||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
.current.page {
|
.current.page {
|
||||||
z-index: 9000;
|
z-index: 9000;
|
||||||
box-shadow: 10px 10px 150px -50px black;
|
box-shadow: 10px 10px 150px -50px black;
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
.page:hover {
|
.page:hover {
|
||||||
z-index: 9000;
|
z-index: 9000;
|
||||||
box-shadow: 10px 10px 150px 0px black;
|
box-shadow: 10px 10px 150px 0px black;
|
||||||
@ -78,31 +78,6 @@
|
|||||||
<script>
|
<script>
|
||||||
|
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
// log...
|
|
||||||
/*
|
|
||||||
var _log = $('<div id="log"></div>')
|
|
||||||
.css({
|
|
||||||
position: 'fixed',
|
|
||||||
background: 'silver',
|
|
||||||
opacity: 0.5,
|
|
||||||
width: 200,
|
|
||||||
height: '80%',
|
|
||||||
top: 10,
|
|
||||||
left: 10,
|
|
||||||
'z-index': 90000,
|
|
||||||
overflow: 'hidden',
|
|
||||||
padding: 10,
|
|
||||||
})
|
|
||||||
.text('log')
|
|
||||||
.appendTo($('body'))
|
|
||||||
function log(text){
|
|
||||||
_log.html(_log.html() + '<br>' + text + '')
|
|
||||||
_log.scrollTop(_log.prop('scrollHeight'))
|
|
||||||
}
|
|
||||||
function clear_log(){
|
|
||||||
_log.html('')
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
// keyboard...
|
// keyboard...
|
||||||
$(document)
|
$(document)
|
||||||
@ -128,16 +103,9 @@ $(document).ready(function(){
|
|||||||
},
|
},
|
||||||
function(k){console.log(k)}))
|
function(k){console.log(k)}))
|
||||||
|
|
||||||
/*
|
|
||||||
if(!NAVIGATE_RELATIVE_TO_VISIBLE){
|
|
||||||
$('.viewer').css({overflow: 'hidden'})
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
// expand the templates...
|
// expand the templates...
|
||||||
runMagazineTemplates()
|
runMagazineTemplates()
|
||||||
|
|
||||||
//setCurrentPage(0)
|
|
||||||
})
|
})
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user