52 lines
739 B
CSS
52 lines
739 B
CSS
body {
|
|
margin: 0 ;
|
|
overflow: hidden ;
|
|
}
|
|
|
|
canvas {
|
|
display: block ;
|
|
}
|
|
|
|
#DoorRender {
|
|
width : 100% ;
|
|
height: 100% ;
|
|
}
|
|
|
|
#divMenu {
|
|
position: fixed ;
|
|
top: 0.5rem;
|
|
right: 0.2rem;
|
|
background-color: transparent ;
|
|
}
|
|
|
|
#divLogo{
|
|
position: fixed ;
|
|
top: 4rem;
|
|
right: 0.5rem;
|
|
height: 5rem;
|
|
width: 4rem;
|
|
font-size: 0.8rem;
|
|
}
|
|
|
|
#infoDiv {
|
|
position: fixed ;
|
|
top: 3.75rem;
|
|
right: 0.5rem;
|
|
z-index: 10;
|
|
|
|
width: 15rem;
|
|
height: auto;
|
|
/* color: white ; */
|
|
background-color: transparent ;
|
|
font-size: 0.9em ;
|
|
}
|
|
|
|
#RefRender {
|
|
position: fixed ;
|
|
width: 8rem ;
|
|
height: 8rem ;
|
|
bottom: 0.5rem ;
|
|
left: 0.5rem ;
|
|
background-color: transparent ;
|
|
}
|