From 47f740cbd968e62d7927d96072897cac569e9173 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Fri, 22 May 2020 10:05:06 +0200 Subject: [PATCH] Declare project as not longer maintained --- themes/Loopp/static/css/style.css | 21 ++++++++++++++++++++- themes/Loopp/templates/base.html | 3 ++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/themes/Loopp/static/css/style.css b/themes/Loopp/static/css/style.css index e89e1be..d3f594b 100644 --- a/themes/Loopp/static/css/style.css +++ b/themes/Loopp/static/css/style.css @@ -1,3 +1,22 @@ +#outofservice { + position: fixed; + right: 0; + top: 0; + width: 100%; + height: 100%; + background-color: rgba(100, 100, 100, 0.8); + z-index: 9999; +} + +#outofservice h1 { + position: fixed; + top: 30%; + color: #FF5555; + left: 50%; + transform: translateY(-50%); + transform: translateX(-50%); +} + a { color: white; text-decoration: none; @@ -251,4 +270,4 @@ li.translations { /* Calculated from the aspect ration of the content (in case of 16:9 it is 9/16= 0.5625) */ padding-top: 56.25%; position: relative; -} \ No newline at end of file +} diff --git a/themes/Loopp/templates/base.html b/themes/Loopp/templates/base.html index d7dd00b..da4d4e4 100644 --- a/themes/Loopp/templates/base.html +++ b/themes/Loopp/templates/base.html @@ -31,6 +31,7 @@ +

This project is no longer maintained.