timelapsenow/Timelapse/ServerFiles/css/timelapse.css

39 lines
482 B
CSS
Raw Permalink Normal View History

2022-05-20 02:06:35 +00:00
.img-container
{
background-image: url('../api/stream.jpg');
background-size: contain;
width: 100vw;
height: 100vh;
background-repeat: no-repeat;
background-position: center center;
;
}
.drop2
{
width: 25%;
}
.timelapse-state
{
position: absolute;
right: 5%;
top: 10px;
}
.timelapse-state .rec
{
color: greenyellow;
}
.timelapse-state .real-time
{
color: lightblue;
}
.form0
{
height: 100vh;
}
.bott
{
bottom: 0px;
}