summaryrefslogtreecommitdiff
path: root/design/templates/details/elliottvideos.html
diff options
context:
space:
mode:
Diffstat (limited to 'design/templates/details/elliottvideos.html')
-rw-r--r--design/templates/details/elliottvideos.html44
1 files changed, 0 insertions, 44 deletions
diff --git a/design/templates/details/elliottvideos.html b/design/templates/details/elliottvideos.html
deleted file mode 100644
index 6568d64..0000000
--- a/design/templates/details/elliottvideos.html
+++ /dev/null
@@ -1,44 +0,0 @@
-{% extends 'base.html' %}
-{% load typogrify_tags %}
-{% block pagetitle %}Luxagraf | {{object.title}}{% endblock %}
-{% block extrahead %}
-<style>
-.vidwrap{
- position: relative;
- padding-bottom: 56.25%; /* 16:9 */
- padding-top: 25px;
- height: 0;
-}
-.vidwrap video,
-.vidwrap embed, {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
-}
-
-
-@media only screen and (max-width : 960px) {
- .vidwrap video {width: 100%;}
-}
-@media only screen and (min-width : 1024px) {}
- .vidwrap video {max-width: 960px;}
-}
-
-</style>
-<meta name="robots" content="noindex, nofollow">
-{% endblock %}
-{% block metadescription %}{{object.metadescription}}{% endblock %}
-{%block htmlclass%}class="dark"{%endblock%}
-
-{% block primary %}<ul class="bl" id="breadcrumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
- <li><a href="/" title="luxagraf homepage" itemprop="url"><span itemprop="title">Home</span></a> &rarr; </li>
- <li>{{object.title}}</li>
- </ul>
- <main>
- <div class="videos">
- {{object.body_html|safe}}
- </div>
- </main>
-{% endblock %}