From 6e0cf41c1a3f051f2e950216337dde3d3fb88980 Mon Sep 17 00:00:00 2001 From: crunk Date: Sun, 18 Apr 2021 10:13:30 +0200 Subject: [PATCH] some small css fixes and straigtening out the menu bar --- library/static/css/style.css | 7 ++++--- library/templates/base.html | 16 ++++++++-------- library/templates/index.html | 1 - library/templates/pastevents.html | 3 +++ library/templates/publication.html | 3 +++ library/templates/upcomingevent.html | 3 +++ library/templates/upload.html | 3 +++ 7 files changed, 24 insertions(+), 12 deletions(-) diff --git a/library/static/css/style.css b/library/static/css/style.css index 6e98f39..e807965 100644 --- a/library/static/css/style.css +++ b/library/static/css/style.css @@ -29,15 +29,16 @@ body:after { #varia { line-height: 1.03em; position: relative; + top: 15%; left: 50%; transform: translate(-50%, -50%); color: #FFFFFF; text-shadow: 2px 2px #8B5B7F; - font-size: 60px; + font-size: 52px; text-align: center; font-family: alphaClouds; - mix-blend-mode: exclusion; - margin: 30px 0; + mix-blend-mode: difference; + margin: 1em 0; } @supports (-webkit-text-stroke: 1px lightpink) { diff --git a/library/templates/base.html b/library/templates/base.html index b8a74be..062254b 100644 --- a/library/templates/base.html +++ b/library/templates/base.html @@ -14,14 +14,7 @@ -
- - - - - - +

VARIA LIBRARY COLLECTION

{% if upcoming %} @@ -31,6 +24,13 @@ {% endif %} {% block main %} {% endblock main %} + + + + + + diff --git a/library/templates/index.html b/library/templates/index.html index 0003e20..a21bf1e 100644 --- a/library/templates/index.html +++ b/library/templates/index.html @@ -1,5 +1,4 @@ {% extends "base.html" %} - {% block main %}