Add page URL auto change

This commit is contained in:
Pierre
2017-02-24 09:57:27 +01:00
parent 59004555ec
commit 07c57e965e
9 changed files with 139 additions and 9 deletions

View File

@ -4,8 +4,27 @@
* @author Pierre HUBERT
*/
/**
* Full splash screen
*/
.waitSplashScreen {
background-color: rgba(128, 128, 128, 0.06);
padding-top: 10%;
text-align: center;
}
/**
* Transparent wait splash screen
*/
.transparentWaitSplashScreen {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
background-color: #0C0C0C;
z-index: 500;
text-align: center;
opacity: 0.5;
padding-top: 30%;
}