scopesessions.org/css/video.css

158 lines
2 KiB
CSS

.no-header
{
margin-top:-20px;
}
#video-roster {
margin:0;
padding:0;
}
.videobox
{
height:180px;
text-align:center;
padding:20px;
right: 0;
left: 0;
margin-bottom:20px;
border: 4px solid transparent;
}
.videobox:hover
{
border: 4px solid #5a4b68;
}
.videobox .video-title
{
color:#fff;
font-size:1.1em;
text-align:left;
}
.videobox .video-description, .videobox .tags
{
display:none;
}
#videotext
{
width:45%;
background-color:#000;
opacity:.9;
position:fixed;
z-index:10000;
right:20px;
bottom: 20px;
display:none;
padding:20px;
color:#fff;
}
#videotext .video-title
{
color:#fff;
font-size: 1.7em;
background-color:none;
}
#videotext .tags
{
font-weight:lighter;
}
#videotext .video-description
{
font-size: 1em;
}
#videotext .playbutton{
display: none;
}
.playbutton
{
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;
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;
z-index:1000001;
display:block;
width:50px;
height:50px;
top:30px;
right:30px;
background-image:url("/images/close-button-large.png");
background-size:cover;
}
.filter-button-group{
margin: 10px 10px;
}
.filter-button-group button{
color: #fff;
margin-bottom: 4px;
background-color: #000;
border-radius: 5px;
border-color: #000;
border-width: 1px;
}
.filter-button-group button:hover, .filter-button-group button:first-child
{
background-color: #5a4b68;
border-color: #5a4b68;
}
.spacer
{
margin-top:20px;
}
#mc_embed_signup
{
background: none;
}
#mc_embed_signup label
{
color: white;
}