diff --git a/webapp/titanembeds/static/css/style.css b/webapp/titanembeds/static/css/style.css index 5fdd398..3e878f3 100644 --- a/webapp/titanembeds/static/css/style.css +++ b/webapp/titanembeds/static/css/style.css @@ -79,4 +79,22 @@ img.center-align { .card-panel.no-height-padding { padding-top: 0px; padding-bottom: 0px; +} + +#dblbanner { + background-color: darkblue; + text-align: center; + font-size: 12pt; + padding-top: 9px; + padding-bottom: 9px; + display: none; +} + +#dblbanner a { + transition: font-size 0.5s; + color: lightskyblue; +} + +#dblbanner a:hover { + font-size: 14pt; } \ No newline at end of file diff --git a/webapp/titanembeds/templates/site_layout.html.j2 b/webapp/titanembeds/templates/site_layout.html.j2 index 467c539..f25c2d3 100644 --- a/webapp/titanembeds/templates/site_layout.html.j2 +++ b/webapp/titanembeds/templates/site_layout.html.j2 @@ -27,6 +27,13 @@ {% include 'google_analytics.html.j2' %}
+