{%- extends "vidframe/base_vidframe.xhtml" -%} {%- block style %} body { background-color: black; } a { position: absolute; top: 0; left: 0; } img.thumb { opacity: 0.5; } div.playbutton { opacity: 1.0; position: absolute; width: 100%; height: 100%; top: 0; left: 0; } svg { position: absolute; fill: #fff; width: 100px; height: 100px; left: 50%; top: 50%; transform: translate(-50%, -50%); } div.playbutton:hover svg, div.playbutton:focus svg { fill: #17e617; } {% endblock -%} {%- block video %}
Click to load video
{% endblock -%}