1
0
Fork 0
lasertank-js/style.css

40 lines
584 B
CSS

/** stylesheet for lasertank-js **/
body {
background-image: url('images/dirt.gif');
}
.game {
position: relative;
background-color: #babdb6;
border: 2px outset;
margin: 0px auto;
width: 696px;
}
/* 16x16 board */
.game canvas {
width: 512px;
height: 512px;
border: 2px inset gray;
}
.game .hud {
position: absolute;
background-image: url('images/hud.bmp');
background-repeat: no-repeat;
width: 180px;
height: 245px;
right: 0px;
top: 0px;
}
/** temporary during development **/
.load {
background-color: rgba( 255, 255, 255, 0.5 );
}