scopesessions.org/css/video.css
2017-01-22 19:44:25 +01:00

114 lines
No EOL
1.3 KiB
CSS

#video-roster {
margin:0;
padding:0;
}
.videobox
{
height:180px;
text-align:center;
padding:20px;
}
.videobox:hover
{
/*opacity:1;*/
}
.videobox .video-title
{
color:#fff;
font-size:1.1em;
text-align:left;
}
.videobox .video-description, .videobox .tags
{
display:none;
}
#videotext
{
width:40%;
background-color:#fff;
opacity:.9;
position:fixed;
z-index:100;
right:20px;
top:20px;
display:none;
padding:30px;
color:#000;
}
#videotext .video-title
{
font-size: 1.7em;
background-color:none;
}
#videotext .tags
{
font-weight:lighter;
}
#videotext .video-description
{
display:block;
font-size: 1em;
}
#videotext .playbutton{
display:none;
}
.playbutton
{
width:60px;
margin-top:30px;
display:none;
pointer-events: none;
}
#videoplayer
{
display:block;
position:fixed;
z-index:1000;
width:100%;
height:100%;
display:none;
background:#000;
}
#player
{
display:block;
width:80%;
height:80%;
margin:5% auto;
background:#000;
}
#close-button
{
position:fixed;
z-index:1001;
display:block;
width:50px;
height:50px;
top:0;
right:0;
background-image:url("/images/close-button-large.png");
background-size:cover;
}
.filter-button-group{
margin: 10px 0;
}
.filter-button-group button{
color: #000;
margin-bottom: 4px;
}