Path: blob/main/projects/stack-bump-3d/styles.css
1834 views
.webgl-content * {1border: 0;2margin: 0;3padding: 0;4}5.webgl-content {6position: absolute;7top: 50%;8left: 50%;9-webkit-transform: translate(-50%, -50%);10transform: translate(-50%, -50%);11}12.webgl-content .logo,13.progress,14.text {15position: absolute;16left: 50%;17top: 50%;18-webkit-transform: translate(-50%, -50%);19transform: translate(-50%, -50%);20}21.webgl-content .logo {22background: url("logo.png") no-repeat center/contain;23width: 154px;24height: 130px;25}26.webgl-content .progress {27height: 18px;28width: 141px;29margin-top: 80px;30}31.webgl-content .progress .empty {32background: url("progressEmpty.Light.png") no-repeat right/cover;33float: right;34width: 100%;35height: 100%;36display: inline-block;37}38.webgl-content .progress .full {39background: url("progressFull.Light.png") no-repeat left/cover;40float: left;41width: 0%;42height: 100%;43display: inline-block;44}45.webgl-content .text {46margin-top: 110px;47color: #fff;48font-weight: 700;49}50.webgl-content .spinner {51vertical-align: middle;52}53.webgl-content .logo.Dark {54background-image: url(../TemplateData/y8-logo.png);55width: 206px;56height: 130px;57margin: 0 auto;58background-size: 206px 130px;59}60.webgl-content .progress.Dark .empty {61background: #000;62}63.webgl-content .progress.Dark .full {64background: red;65}66.webgl-content .footer {67margin-top: 5px;68height: 38px;69line-height: 38px;70font-family: Helvetica, Verdana, Arial, sans-serif;71font-size: 18px;72background: #fff;73}74.webgl-content .footer .webgl-logo,75.title,76.fullscreen {77height: 100%;78display: inline-block;79background: transparent center no-repeat;80}81.webgl-content .footer .webgl-logo {82background-image: url(webgl-logo.png);83width: 204px;84float: left;85}86.webgl-content .footer .title {87margin-right: 10px;88float: right;89}90.webgl-content .footer .fullscreen {91background-image: url(fullscreen.png);92width: 38px;93float: right;94}95.webgl-content #gameContainer {96background: #4d4d4d !important;97}98.webgl-content .footer {99background: #222;100font-family: Helvetica, Verdana, Arial, sans-serif;101height: 40px;102line-height: 40px;103margin: 0;104}105.webgl-content .footer .webgl-logo,106.title,107.fullscreen {108background: transparent center no-repeat;109display: inline-block;110height: 100%;111}112.webgl-content .footer .unity,113.webgl-content .footer .webgl {114box-sizing: border-box;115background-position: 10px center;116background-repeat: no-repeat;117background-size: 46px 18px;118height: 40px;119float: left;120padding: 0 10px;121width: 66px;122}123.webgl-content .footer .unity.enable {124background-image: url(unity-enable.png);125}126.webgl-content .footer .unity.disable {127background-image: url(unity-disable.png);128}129.webgl-content .footer .webgl.enable {130background-image: url(webgl-enable.png);131}132.webgl-content .footer .webgl.disable {133background-image: url(webgl-disable.png);134}135.webgl-content .footer .fullscreen {136background-image: url(maximize-icon.png);137background-position: 10px center;138background-repeat: no-repeat;139background-size: 16px;140box-sizing: border-box;141color: #fff;142float: right;143font-size: 12px;144padding: 0 10px 0 36px;145width: auto;146}147.webgl-content .footer .unity.disable:hover,148.webgl-content .footer .webgl.disable:hover,149.webgl-content .footer .fullscreen:hover {150background-color: #3e3e3e;151cursor: pointer;152}153154155