73 lines
1.0 KiB
CSS
73 lines
1.0 KiB
CSS
body {
|
|
margin: 0 ;
|
|
overflow: hidden ;
|
|
}
|
|
|
|
canvas {
|
|
display: block ;
|
|
}
|
|
|
|
#DoorRender {
|
|
width : 100% ;
|
|
height: 100% ;
|
|
}
|
|
|
|
#divMenu {
|
|
position: fixed ;
|
|
top: 10px ;
|
|
right: 10px ;
|
|
background-color: transparent ;
|
|
width: 275px ;
|
|
}
|
|
|
|
.container {
|
|
width: 100% ;
|
|
height: auto ;
|
|
margin-bottom: 10px ;
|
|
}
|
|
|
|
.container::after {
|
|
content: "" ;
|
|
display: table ;
|
|
clear: both ;
|
|
}
|
|
|
|
.container img {
|
|
width: 100% ;
|
|
height: auto ;
|
|
display: block ;
|
|
}
|
|
|
|
#helpButton {
|
|
text-decoration: underline ;
|
|
float: right ;
|
|
height: auto ;
|
|
}
|
|
|
|
#infoDiv {
|
|
width: 100% ;
|
|
height: auto ;
|
|
color: white ;
|
|
background-color: transparent ;
|
|
font-size: 0.9em ;
|
|
}
|
|
|
|
#RefRender {
|
|
position: fixed ;
|
|
width: 200px ;
|
|
height: 200px ;
|
|
bottom: 10px ;
|
|
right: 10px ;
|
|
/*border: 1px solid black ;*/
|
|
}
|
|
|
|
#Ref1Render {
|
|
position: fixed ;
|
|
width: 150px ;
|
|
height: 150px ;
|
|
bottom: 10px ;
|
|
left: 10px ;
|
|
background-color: transparent ;
|
|
/*border: 1px solid black ;*/
|
|
}
|