Path: blob/main/projects/cell-machine/TemplateData/style.css
4626 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}1213.webgl-content .logo,14.progress {15position: absolute;16left: 50%;17top: 50%;18-webkit-transform: translate(-50%, -50%);19transform: translate(-50%, -50%);20}21.webgl-content .logo {22background: url("progressLogo.Light.png") no-repeat center / contain;23width: 154px;24height: 130px;25}26.webgl-content .progress {27height: 18px;28width: 141px;29margin-top: 90px;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}4546.webgl-content .logo.Dark {47background-image: url("progressLogo.Dark.png");48}49.webgl-content .progress.Dark .empty {50background-image: url("progressEmpty.Dark.png");51}52.webgl-content .progress.Dark .full {53background-image: url("progressFull.Dark.png");54}5556.webgl-content .footer {57margin-top: 5px;58height: 38px;59line-height: 38px;60font-family: Helvetica, Verdana, Arial, sans-serif;61font-size: 18px;62}63.webgl-content .footer .webgl-logo,64.title,65.fullscreen {66height: 100%;67display: inline-block;68background: transparent center no-repeat;69}70/*.webgl-content .footer .webgl-logo {background-image: url('webgl-logo.png'); width: 204px; float: left;}*/71.webgl-content .footer .title {72margin-right: 10px;73float: right;74}75.webgl-content .footer .fullscreen {76background-image: url("fullscreen.png");77width: 38px;78float: right;79}8081* {82background-color: #353535;83}848586