not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

34 lines
431 B

body {
background: black;
margin: 0 auto;
overflow-y: hidden;
}
div.frame {
background: #f0f0f0;
margin: 0 auto;
position: relative;
width: 1024px;
height: 748px;
overflow: hidden;
}
#canvas {
position: relative;
top: 0px !important;
}
canvas.gridcnv {
position: relative;
width: 1024px;
height: 748px;
top: 0px;
left: 0px;
}
div.thumbframe {
background: #d0d0d0;
position: absolute;
top: 0px;
left: 0px;
}