Path: blob/main/projects/madalin-stunt-cars-3/TemplateData/style.css
7460 views
.webgl-content * {1border: 0;2margin: 0;3padding: 0;4}56.webgl-content .logo,7.progress {8position: absolute;9left: 50%;10top: 50%;11-webkit-transform: translate(-50%, -50%);12transform: translate(-50%, -50%);13}14.webgl-content .logo {15background: url("progressLogo.Light.png") no-repeat center / contain;16width: 154px;17height: 130px;18}19.webgl-content .progress {20height: 18px;21width: 141px;22margin-top: 90px;23}24.webgl-content .progress .empty {25background: url("progressEmpty.Light.png") no-repeat right / cover;26float: right;27width: 100%;28height: 100%;29display: inline-block;30}31.webgl-content .progress .full {32background: url("progressFull.Light.png") no-repeat left / cover;33float: left;34width: 0%;35height: 100%;36display: inline-block;37}3839.webgl-content .logo.Dark {40background-image: url("progressLogo.Dark.png");41}42.webgl-content .progress.Dark .empty {43background-image: url("progressEmpty.Dark.png");44}45.webgl-content .progress.Dark .full {46background-image: url("progressFull.Dark.png");47}4849.webgl-content .footer {50margin-top: 5px;51height: 38px;52line-height: 38px;53font-family: Helvetica, Verdana, Arial, sans-serif;54font-size: 18px;55}56.webgl-content .footer .webgl-logo,57.title,58.fullscreen {59height: 100%;60display: inline-block;61background: transparent center no-repeat;62}63.webgl-content .footer .webgl-logo {64background-image: url("webgl-logo.png");65width: 204px;66float: left;67}68.webgl-content .footer .title {69margin-right: 10px;70float: right;71}72.webgl-content .footer .fullscreen {73background-image: url("fullscreen.png");74width: 38px;75float: right;76}7778