style.css 1.4 KB

12345678910111213141516
  1. body { padding: 0; margin: 0 }
  2. #tuanjie-container { position: absolute }
  3. #tuanjie-container.tuanjie-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
  4. #tuanjie-container.tuanjie-mobile { position: fixed; width: 100%; height: 100% }
  5. #tuanjie-canvas { background: #231F20 }
  6. .tuanjie-mobile #tuanjie-canvas { width: 100%; height: 100% }
  7. #tuanjie-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
  8. #tuanjie-logo { width: 154px; height: 130px; background: url('tuanjie-logo-dark.png') no-repeat center }
  9. #tuanjie-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center }
  10. #tuanjie-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
  11. #tuanjie-footer { position: relative }
  12. .tuanjie-mobile #tuanjie-footer { display: none }
  13. #tuanjie-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
  14. #tuanjie-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
  15. #tuanjie-fullscreen-button { cursor:pointer; float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
  16. #tuanjie-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }