#splashscreen {
position: absolute;
z-index: initial;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #06beb6; /* fallback for old browsers /
background: -webkit-linear-gradient(to right, #48b1bf, #06beb6); / Chrome 10-25, Safari 5.1-6 /
background: linear-gradient(to right, #48b1bf, #06beb6); / W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
transition: 1s 0.4s;
}
#splashscreen #progress {
height: 1px;
background: #fff;
position: absolute;
width: 0;
top: 50%;
transition: 1s;
}
#splashscreen #status {
font-size: 0.7em;
letter-spacing: 3px;
position: absolute;
top: 50%;
margin-top: -40px;
width: 100%;
text-align: center;
color: #fff;
}
#splashscreen {
position: absolute;
z-index: initial;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #06beb6; /* fallback for old browsers /
background: -webkit-linear-gradient(to right, #48b1bf, #06beb6); / Chrome 10-25, Safari 5.1-6 /
background: linear-gradient(to right, #48b1bf, #06beb6); / W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
transition: 1s 0.4s;
}