added no_header_or_footer layout

added page 7 video_fullscreen
This commit is contained in:
Alex Corbi 2017-01-23 09:50:33 +01:00
parent 50d53ee7e8
commit 3533daf3b6
137 changed files with 2180 additions and 3732 deletions

View file

@ -61,19 +61,24 @@
}
#videotext .playbutton{
display:none;
display: none;
}
.playbutton
{
display:block;
position:absolute;
top:70px;
left:90px;
z-index:1000000;
width:60px;
display:none;
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