many improvements
* draw single images * integrate load overlay properly * preload:ready event
This commit is contained in:
parent
d8cbdc709d
commit
78e5fcd049
10 changed files with 363 additions and 115 deletions
|
@ -49,6 +49,11 @@ body:not(.mobile) .navigate:hover {
|
|||
opacity: 0.8;
|
||||
background: #000 url("img/loading.gif") no-repeat center;
|
||||
box-shadow: none;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
#cb-status {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue