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

78 lines
1.0 KiB
CSS

body, html{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
}
img{
width: 250px;
display: block;
}
.text{
padding: 10px;
width: 200px;
height: min-content;
overflow-y: scroll;
max-height: 300px;
}
.draggable {
position: absolute;
cursor: move;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
footer, header{
position: fixed;
z-index: 99;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 0
}
header{
top: 0;
}
footer{
bottom: 0;
}
header h1{
margin-bottom: 0;
}
.video, .iframe{
padding: 20px 0px 0px;
display: flex;
border-width: 1.5px 1.5px medium;
border-style: solid solid none;
border-color: white 1.5px currentcolor;
}
.iframe iframe{
width: 500px;
height: 300px;
}
#content {
width: 100%;
height: 100%;
transform-origin: 0 0;
}
#zoomSlider{
position: fixed;
z-index: 99999;
}