| Server IP : 104.21.80.248 / Your IP : 172.71.28.156 Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30 System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : SYSTEM ( 0) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Inetpub/www/news/move/mobile/css/ |
Upload File : |
@charset "utf-8";
body {
overflow: hidden;
margin: auto;
}
/* Preloader */
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #363942; /* preloader background color */
z-index: 99; /* makes sure it stays on top */
}
#status {
color: #fff;
font-size: 6em;
text-align: center;
position: absolute;
width: 200px;
height: 200px;
left: 50%; /* centers the loading animation horizontally one the screen */
top: 55%; /* centers the loading animation vertically one the screen */
background-repeat: no-repeat;
background-position: center;
margin: -100px 0 0 -100px; /* is width and height divided by two */
}