scopesessions.org/_site/css/video.css

127 lines
1.6 KiB
CSS
Raw Normal View History

#video-roster {
margin:0;
padding:0;
}
.videobox
{
height:180px;
text-align:center;
padding:20px;
}
.videobox:hover
{
2017-01-22 19:44:25 +01:00
/*opacity:1;*/
}
.videobox .video-title
{
color:#fff;
font-size:1.1em;
text-align:left;
}
.videobox .video-description, .videobox .tags
{
display:none;
}
#videotext
{
width:40%;
2017-01-22 20:54:42 +01:00
background-color:#000;
opacity:.8;
position:fixed;
2017-01-22 20:54:42 +01:00
z-index:10000;
right:50px;
bottom: 50px;
display:none;
padding:30px;
2017-01-22 20:54:42 +01:00
color:#fff;
}
#videotext .video-title
{
2017-01-22 20:54:42 +01:00
color:#fff;
font-size: 1.7em;
background-color:none;
}
#videotext .tags
{
font-weight:lighter;
}
#videotext .video-description
{
display:block;
font-size: 1em;
}
2017-01-22 19:44:25 +01:00
#videotext .playbutton{
display: none;
2017-01-22 19:44:25 +01:00
}
.playbutton
{
2017-01-22 20:54:42 +01:00
display:block;
position:absolute;
z-index:1000000;
height:100%;
width:100%;
top:0;
left:0;
background-image: url("/images/play-button.png");
background-size: 60px 60px;
background-repeat: no-repeat;
background-position: center center;
pointer-events: none;
display:none;
}
#videoplayer
{
display:block;
position:fixed;
2017-01-22 20:54:42 +01:00
top:0;
left:0;
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;
2017-01-22 20:54:42 +01:00
z-index:1000001;
display:block;
width:50px;
height:50px;
2017-01-22 20:54:42 +01:00
top:90px;
right:30px;
background-image:url("/images/close-button-large.png");
background-size:cover;
2017-01-22 19:44:25 +01:00
}
.filter-button-group{
margin: 10px 0;
}
.filter-button-group button{
color: #000;
margin-bottom: 4px;
2017-01-22 20:54:42 +01:00
}