/** * 1.0 Preloader Page * ----------------------------------------------------------------------------- */ #vertical_centred { width:100%;height:100%;vertical-align:middle;text-align:center; } #vertical_centred td { text-align: center; vertical-align: middle; } #preloader { background-color:#ffffff; z-index:1000000; position:fixed; width:100%; height:100%; text-align:center; color:#FFF; display:none; } #inner_preload {} #persent-loader { color:#8399a8; font-size:48px; font-weight:900; line-height:70px; } #progress-line { background: #dae0e4; width:0%; height:20px; } #progress-box{ width:100%; height:20px; border:1px solid #dae0e4; } #logo-preloader { margin-top:15px; }