Playground Madeas studio Preloader страницы на jQuery
.preloader { background:rgba(255,255,255,1);
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
z-index:5000;
display:table;
width:100%;
height:100%;
}
.loading { display:table-cell; width:100%;
height:100%;
vertical-align:middle;
text-align: center;
}
.loading_in {
display:inline-block;
padding:0;
width:100%;
height:100%;
background:#FFF url(images.png);
background-size:cover;
}