/*!* * This file is part of the SplendidBear Websites' projects. * * Copyright (c) 2026 @ www.splendidbear.org * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ #mine-wrapper .game-wrapper .users .active-mines-container { background: -moz-radial-gradient(center, ellipse cover, rgba(255, 252, 252, 1) 0%, rgba(255, 252, 252, 0.99) 1%, rgba(106, 106, 106, 0.39) 61%, rgba(106, 106, 106, 0) 100%); background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 252, 252, 1) 0%, rgba(255, 252, 252, 0.99) 1%, rgba(106, 106, 106, 0.39) 61%, rgba(106, 106, 106, 0) 100%); background: radial-gradient(ellipse at center, rgba(255, 252, 252, 1) 0%, rgba(255, 252, 252, 0.99) 1%, rgba(106, 106, 106, 0.39) 61%, rgba(106, 106, 106, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfc', endColorstr='#006a6a6a', GradientType=1); background-repeat: no-repeat; background-position: center center; background-size: 72% 179%; position: relative; height: 30px; } #mine-wrapper .game-wrapper .users .active-mines-container i { font-size: 27px; color: #b1b1b3; margin-top: 3px; text-shadow: 0 0 3px #000000; } #mine-wrapper .game-wrapper .users .active-mines-container i:first-child { float: left; margin-left: 20px; } #mine-wrapper .game-wrapper .users .active-mines-container i:last-child { float: right; margin-right: 20px; } #mine-wrapper .game-wrapper .users .active-mines-container .active-mines { background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(135, 136, 131, 1) 100%); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(135, 136, 131, 1) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(135, 136, 131, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3f41', endColorstr='#878883', GradientType=0); position: absolute; width: 50px; height: 50px; top: -7.5px; left: 50%; font-family: 'Open Sans', sans-serif; font-size: 25px; line-height: 39px; text-align: center; color: #FFFFFF; border: 5px solid #000000; margin-left: -25px; z-index: 100; -webkit-border-radius: 50%; border-radius: 50%; } #mine-wrapper .game-wrapper .users .active-mines-container .active-mines.found-mine { -webkit-animation: bubbleLeftMine 750ms cubic-bezier(.36, .07, .19, .97) both; animation: bubbleLeftMine 750ms cubic-bezier(.36, .07, .19, .97) both; } @keyframes bubbleLeftMine { 0% { -webkit-transform: scale(1); transform: scale(1); } 50% { border-color: #2e3337; -webkit-transform: scale(2); transform: scale(2); } 100% { -webkit-transform: scale(1); transform: scale(1); } } #mine-wrapper .game-wrapper .users .active-mines-container .active-mines .active-mines-shine { background: -moz-linear-gradient(top, rgba(213, 214, 216, 1) 0%, rgba(106, 106, 106, 1) 100%); background: -webkit-linear-gradient(top, rgba(213, 214, 216, 1) 0%, rgba(106, 106, 106, 1) 100%); background: linear-gradient(to bottom, rgba(213, 214, 216, 1) 0%, rgba(106, 106, 106, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d6d8', endColorstr='#6a6a6a', GradientType=0); position: absolute; top: 0; left: 50%; width: 30px; height: 20px; margin-left: -14.5px; z-index: 101; -webkit-border-radius: 50%; border-radius: 50%; } #mine-wrapper .game-wrapper .users .active-mines-container .active-mines .active-mines-nbr { position: absolute; top: 0; width: 100%; z-index: 102; }