Files
web3d/TestArea_IIS01/THREEJS_DOORS/style.css
T

63 lines
864 B
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: 250px ;
}
.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 ;
}