Path: blob/main/projects/doodle-jump/style.css
1834 views
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah);12*{box-sizing: border-box;}34body {5margin: 0; padding: 0;6font-family: 'Gloria Hallelujah', cursive;7}89.container {10height: 552px;11width: 422px;12position: relative;13margin: 20px auto 0;14overflow: hidden;15}1617canvas {18height: 552px;19width: 422px;20display: block;21background: url(http://i.imgur.com/Y0BMP.png) top left;22}2324#scoreBoard {25width: 420px;26height: 50px;27background: rgba(182, 200, 220, 0.7);28position: absolute;29top: -3px;30left: 0;31z-index: -1;32border-image: url(http://i.imgur.com/5BBsR.png) 100 5 round;33}3435#scoreBoard p {36font-size: 20px;37padding: 0;38line-height: 47px;39margin: 0px 0 0 5px;40}4142img {display: none}4344#mainMenu, #gameOverMenu {45height: 100%;46width: 100%;47text-align: center;48position: absolute;49top: 0;50left: 0;51z-index: 2;52}5354#gameOverMenu {55visibility: hidden;56}5758h2, h3, h1 {font-weight: normal}59h1 {60font-size: 60px;61color: #5a5816;62transform: rotate(-10deg);63margin: 0px;64}6566h3 {text-align: right; margin: -10px 20px 0 0; color: #5e96be}67h3 a {color: #5a5816}6869.button {70width: 105px;71height: 31px;72background: url(http://i.imgur.com/2WEhF.png) 0 0 no-repeat;73display: block;74color: #000;75font-size: 12px;76line-height: 31px;77text-decoration: none;78position: absolute;79left: 50%;80bottom: 50px;81margin-left: -53px;82}8384.info {position: absolute; right: 20px; bottom: 00px; margin: 0; color: green}8586.info .key {87width: 16px;88height: 16px;89background: url(http://i.imgur.com/2WEhF.png) no-repeat;90text-indent: -9999px;91display: inline-block;92}9394.info .key.left {background-position: -92px -621px;}95.info .key.right {background-position: -92px -641px;}9697