Path: blob/main/projects/snowbattle/shared/style.css
1835 views
.sound-overlay {1z-index: 99999;2position: absolute;3top: 0;4left: 0;5width: 100%;6height: 100%;7text-align: center;8opacity: 0.9;9background: #000;10}11.sound-text {12position: relative;13top: 50%;14transform: translateY(-50%);15color: #fff;16font-size: 20px;17text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;18}19.redirect-overlay {20z-index: 99999;21position: absolute;22top: 0;23left: 0;24width: 100%;25height: 100%;26text-align: center;27background: #000;28}29.redirect-text {30position: relative;31top: 50%;32transform: translateY(-50%);33color: #fff;34font-size: 20px;35text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;36}37.redirect-text a {38color: red;39}40.link-to-y8-url {41height: 40px;42float: left;43padding: 0 10px;44color: #fff;45font-size: 18px;46}47.link-to-y8-url a {48color: red;49}50.game-name {51padding: 0 10px;52margin: 0;53color: #fff;54font-size: 18px;55display: inline-block;56font-weight: 400;57}5859