more minor updates...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-02-22 05:13:41 +04:00
parent 13fb922600
commit 2614207cd3

View File

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