# HG changeset patch # User Goffi # Date 1601306807 -7200 # Node ID 1ca9384fb681b6088fd5a913b0b2c416f896155c # Parent 1743fd741fed2eda32a0b25506e33d817e27d6bf bulma: new `embed/embed.html` template diff -r 1743fd741fed -r 1ca9384fb681 sat_templates/templates/bulma/embed/embed.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sat_templates/templates/bulma/embed/embed.html Mon Sep 28 17:26:47 2020 +0200 @@ -0,0 +1,6 @@ +{% if not embedded %}{% extends 'base/base.html' %}{% endif %} +{% block body_wrapper %} + +{% endblock body_wrapper %} + +{% block footer %}{% endblock footer %} diff -r 1743fd741fed -r 1ca9384fb681 sat_templates/templates/bulma/static/styles.css --- a/sat_templates/templates/bulma/static/styles.css Mon Sep 28 17:26:15 2020 +0200 +++ b/sat_templates/templates/bulma/static/styles.css Mon Sep 28 17:26:47 2020 +0200 @@ -229,6 +229,15 @@ transition: width 0.3s ease-out; } +/********* + * embed * + *********/ + +.embed { + width: 100%; + height: 100%; +} + /**************** * media player * ****************/