body { background-color: #323232; color: #8C8C8C; } #loadingcontainer { position: fixed; left: 50%; top: 50%; } #line { margin-top: 53px; } #loading { margin-bottom: 28px; } #loadinglabel, #initial_script_warning  { width:  460px; height: 350px; margin-left: -230px; margin-top:  -175px; background-color: #E5E5E5; color: #b8b8b8; font-size: 28px; font-family: segoe ui,arial,sans-serif; box-shadow: 0px 0px 7px rgb(0, 0, 0); -o-box-shadow: 0px 0px 7px rgb(0, 0, 0); -moz-box-shadow: 0px 0px 7px rgb(0, 0, 0); -webkit-box-shadow: 0px 0px 7px rgb(0, 0, 0); -ms-box-shadow: 0px 0px 7px rgb(0, 0, 0); } #initial_script_warning { position: absolute; left: 50%; top: 50%; font-size: 20px; padding: 30px; height: inherit; color: rgb(255,0,64); } #__gwt_historyFrame { position:absolute; width:0; height:0; border:0; } #loadinglabel { -webkit-box-reflect: below 3px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(rgba(255,255,255,0.2))); }