diff --git a/static/defaultFavicon.ico b/static/defaultFavicon.ico index 76aa377..8d1bd09 100644 Binary files a/static/defaultFavicon.ico and b/static/defaultFavicon.ico differ diff --git a/static/site.css b/static/site.css index bb8a2c0..4dc0891 100644 --- a/static/site.css +++ b/static/site.css @@ -104,6 +104,42 @@ body { max-width: 400px; } +.hover-to-75:hover{ + opacity: 1 !important; + background: rgba(0,0,0,0.25) !important; +} + +.wrapper { + width: 100%; + height: 100%; + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); + border-radius: 5px; + background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%); + overflow: hidden; +} + +.wave { + width: 1000px; + height: 1025px; + position: absolute; + top: -25%; + left: 50%; + margin-left: -500px; + margin-top: -500px; + border-radius: 35%; + background: rgba(255, 255, 255, .75); + transform: rotate(30deg); +} + +@media (min-width: 979px) { + .dropdown:hover .dropdown-menu { + display: block; + } +} + @media(max-width: 440px){ .event-responsive{ padding-left: 0; diff --git a/templates/contact.html b/templates/contact.html index 0f6383e..c5df714 100644 --- a/templates/contact.html +++ b/templates/contact.html @@ -72,7 +72,7 @@ {% if conf['CONTACT_EMAIL'] %}
Natürlich können Sie uns auch direkt per Mail kontaktieren.
- {{ conf['CONTACT_EMAIL'] }} {% endif %} {% if PGP_KEY %} diff --git a/templates/index.html b/templates/index.html index 51a610d..4e44b95 100644 --- a/templates/index.html +++ b/templates/index.html @@ -25,8 +25,8 @@{{ conf["SITE_WELLCOME_SUBTITLE"] | safe }}
{% endif %} + {% if "SITE_WELLCOME_TITLE" in conf %}{{ conf["SITE_WELLCOME_SUBTITLE"] | safe }}
{% endif %}