added missing vimeo urls to existing talks

This commit is contained in:
Alex Corbi 2017-01-22 18:36:33 +01:00
parent 542d9e753a
commit 66c59cc269
118 changed files with 44678 additions and 20411 deletions

View file

@ -1,12 +1,3 @@
.button-group
{
margin: 50px 0 30px 0;
}
button
{
color: #000;
}
#video-roster {
background-color:#000;
@ -47,20 +38,20 @@ button
#videotext
{
width:600px;
background-color:#000;
width:40%;
background-color:#fff;
opacity:.8;
position:fixed;
z-index:10000;
right:50px;
bottom:50px;
z-index:100;
right:20px;
top:20px;
display:none;
padding:30px;
}
#videotext .video-title
{
color:#fff;
color:#000;
font-size: 1.7em;
background-color:none;
}
@ -78,12 +69,8 @@ button
.playbutton
{
display:block;
position:absolute;
top:70px;
left:90px;
z-index:1000000;
width:60px;
margin-top:30px;
display:none;
pointer-events: none;
}
@ -92,9 +79,7 @@ button
{
display:block;
position:fixed;
top:100px;
left:40px;
z-index:1000000;
z-index:1000;
width:100%;
height:100%;
display:none;
@ -117,8 +102,8 @@ button
display:block;
width:50px;
height:50px;
top:130px;
right:30px;
top:0;
right:0;
background-image:url("/images/close-button-large.png");
background-size:cover;
}
}