Path: blob/main/public/games/files/algaes-escapade/css/main.css
1497 views
body1{2background-color:#ECECEC;3overflow:hidden;4}56#preload, #gameWindow7{8margin:auto;9}1011#gameWindow12{13padding:19px 29px;14width:800px;15height:600px;16background-image:url('../img/game-window.png');17background-repeat:no-repeat;18display:none;19}2021canvas22{23-moz-box-shadow: 0 0 10px #000000;24-webkit-box-shadow: 0 0 10px #000000;25box-shadow: 0 0 10px #000000;26}2728#gameEnd29{30position:relative;31display:none;32width:800px;33height:600px;34background-image:url('../img/end.png');35top:-604px;36}3738#preload39{40padding-top:250px;41width:800px;42height:600px;43text-align:center;44}4546#preload img47{48display:block;49margin: auto;50}5152#game_tooltip53{54position:relative;55width:800px;56background: -webkit-linear-gradient(#ECECEC, #CACACA);57background: -moz-linear-gradient(#ECECEC, #CACACA);58background: -o-linear-gradient(#ECECEC, #CACACA);59background: -ms-linear-gradient(#ECECEC, #CACACA);60background: linear-gradient(#ECECEC, #CACACA);61border-bottom: 1px solid #9A9A9A;62border-radius: 0px 0px 10px 10px;63color:#585351;64text-shadow: 0px 1px 0px white;65padding-top:10px;66padding-bottom:10px;67font-weight: bold;68text-align: center;69top:-605px;70display:none;71}7273#game_scorecard_bg74{75position:relative;76width:800px;77height:600px;78top:-624px;79background-color: rgba(0,0,0,0.4);80display:none;81}8283#game_scorecard84{85background-image:url('../img/scorecard-background.png');86position:relative;87top:68px;88left:140px;89width:500px;90height:460px;91z-index: 999;92font-family: Helvetica,arial,sans-serif;93}9495#game_scorecard h196{97font-size:30px;98text-transform:uppercase;99padding-top:37px;100margin-left:41px;101}102103#game_scorecard p104{105font-size:20px;106font-weight: bold;107margin-left:38px;108border-bottom:1px solid #000000;109width:418px;110margin-top:10px;111}112113#game_scorecard p.scoreholder114{115height:38px;116}117118#game_scorecard p span119{120float:right;121}122123124#game_scorecard .score .star125{126width:42px;127height:41px;128background-image:url(../img/star-off.png);129background-repeat: no-repeat;130float:left;131position:relative;132top:-10px;133}134135#game_scorecard .score .star.enabled136{137background-image:url(../img/star-on.png);138}139140#game_scorecard .nextLevel,141#game_scorecard .resetLevel,142#game_scorecard .mainMenu143{144display:block;145font-size:-1px;146text-indent:-9999px;147outline: none;148background-repeat:no-repeat;149position:relative;150margin-top:60px;151}152153#game_scorecard .nextLevel154{155background-image:url(../img/next-button.png);156width:180px;157height:92px;158top:-313px;159margin-left:277px;160background-position: 0px 0px;161}162163#game_scorecard .nextLevel:hover164{165background-position: -190px 0px;166}167168#game_scorecard .mainMenu169{170background-image:url(../img/menu-button.png);171width:180px;172height:92px;173margin-left:28px;174background-position: 0px 0px;175}176177#game_scorecard .mainMenu:hover178{179background-position: -190px 0px;180}181182#game_scorecard .resetLevel183{184background-image:url(../img/reset.png);185width:100px;186height:101px;187top:-160px;188margin-left:198px;189}190191#game_scorecard .disabled192{193opacity:0.5;194}195196#game_scorecard .disabled:hover197{198cursor: default;199background-position: 0px 0px;200}201202203