diff --git a/content/static/script/cookiebar.js b/content/static/script/cookiebar.js deleted file mode 100644 index bf101a4d5..000000000 --- a/content/static/script/cookiebar.js +++ /dev/null @@ -1,15 +0,0 @@ -dt = window.document.title; -if (!(window.localStorage.cookiebarHidden || dt.search('Spendenaufruf') > 0 || dt.search('Unterstützen') > 0)) { - var el = $("") - el.find('.close').click(function() { - window.localStorage.cookiebarHidden = true - el.removeClass('show') - setTimeout(function() { - el.remove() - }, 500) - }) - $('body').prepend(el) - setTimeout(function() { - el.addClass('show') - }, 1000) -} diff --git a/content/static/style/default.css b/content/static/style/default.css index b25824e48..1b0ffcb48 100644 --- a/content/static/style/default.css +++ b/content/static/style/default.css @@ -903,42 +903,6 @@ h3 + div { margin: 1ex; } -/* -- Cookiebar -- */ - -.cookiebar { - color: black; - background-color: #ffffcc; - border-bottom: 0.05rem solid black; - margin: 0; - margin-top: -1.6rem; - padding: 0.3rem 0.1rem 0 0.2rem; - transition: margin-top 0.3s ease-in; - height: 1.4rem; -} -.cookiebar.show { - margin-top: 0; - transition: margin-top 0.5s ease-out; -} -.cookiebar .close { - float: right; - cursor: pointer; - font-size: 100%; - color: #777; - margin: 0; -} -.cookiebar .close:hover { - color: #333; -} -.cookiebar h2, .cookiebar p { - display: inline; - margin: 0; - font-size: 80%; - line-height: 1rem; - font-weight: medium; -} -.cookiebar h2 { - font-size: 100%; -} .calweek { float: right; color: #f99; diff --git a/xsl/header.xsl b/xsl/header.xsl index f2adee974..a90ebfcae 100644 --- a/xsl/header.xsl +++ b/xsl/header.xsl @@ -63,9 +63,6 @@ - - -