Tumortisch-Dist/resources/app/css/style_divs.css

54 lines
840 B
CSS

/*
#mainPage{
position: static;
width:100%;
height: 100%;
background: #A4A4A4;
z-index: 1;
}
*/
.entry{
font-size: 20px;
}
#visualization{
position: absolute;
background: #bbb;
z-index: 1;
height: 60%;
width: 100%;
touch-action: none;
-ms-content-zooming: none;
}
#timeBox{
position: absolute;
top: 60%;
width: 100%;
height:40%;
background: #bbb;
box-shadow: 25px 25px 10px #3E3E3E;
}
#timeLine{
position: static;
background: #bbb;
z-index: 1;
width: 100%;
height: 70%;
-ms-content-zooming: none;
touch-action: none;
-ms-touch-action: none;
}
#buttons{
width: 100%;
height:20%;
}
#output{
top: 60%;
left: 50%;
color: white;
font-family: sans-serif;
text-shadow: 5px 5px 10px #3E3E3E;
background: transparent;
position:absolute;
font-size: 48px;
}