Path: blob/main/projects/stack-bump-3d/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: black;10}1112.sound-text {13position: relative;14top: 50%;15transform: translateY(-50%);16color: white;17font-size: 20px;18text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;19}2021.redirect-overlay {22z-index: 99999;23position: absolute;24top: 0;25left: 0;26width: 100%;27height: 100%;28text-align: center;29background: black;30}3132.redirect-text {33position: relative;34top: 50%;35transform: translateY(-50%);36color: white;37font-size: 20px;38text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;39}4041.redirect-text a {42color: red;43}4445.link-to-y8-url {46height: 40px;47float: left;48padding: 0 10px;49color: white;50font-size: 18px;51}5253.link-to-y8-url a {54color: red;55}5657.game-name {58padding: 0 10px;59margin: 0;60color: #fff;61font-size: 18px;62display: inline-block;63font-weight: normal;64}656667