tvguide
Version:
Node module that auto-gets current (Dutch) tv show information
67 lines (53 loc) • 948 B
CSS
.show {
margin-bottom: 10px;
position: relative;
height: 250px;
}
.logo {
position: absolute;
top: 0px;
left: 10px;
z-index: 1;
}
.info {
height: 200px;
position: absolute;
top: 20px;
left: 30px;
right: 30px;
}
.aangekondigde_titel {
position: absolute;
left: 270px;
top: 20px;
font-size: 47px;
font-weight: 300;
}
.zendernaam {
position: absolute;
left: 270px;
bottom: 20px;
font-size: 35px;
font-weight: 300;
}
.begintijd {
position: absolute;
right: 120px;
bottom: 20px;
font-size: 30px;
font-weight: 300;
}
.eindtijd {
position: absolute;
right: 20px;
bottom: 20px;
font-size: 30px;
font-weight: 300;
}
.progress {
height: 200px;
position: absolute;
top: 0px;
right: 0px;
background-color: rgba(255, 255, 255, .5);
}