From 865e5b57504a65ef92a7e45b207f08223265b876 Mon Sep 17 00:00:00 2001 From: James Mills Date: Tue, 2 Feb 2021 11:24:49 +1000 Subject: [PATCH] Rejig Login to Partner Login and put banner at top --- internal/static/css/99-spyda.css | 17 +++++++++++++++++ internal/templates/base.html | 15 +-------------- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/internal/static/css/99-spyda.css b/internal/static/css/99-spyda.css index aa18c83..1c1b040 100644 --- a/internal/static/css/99-spyda.css +++ b/internal/static/css/99-spyda.css @@ -2,6 +2,23 @@ body, html { overflow-x: hidden; } +body:before { + background: #e40000; + border-bottom: 1px solid #c90000; + box-shadow: inset 0 1px 0 #fc0000; + color: #fff; + content: "WARNING: This search engine is still work-in-progress! Expect less than perfect search results!"; + display: block; + height: 30px; + line-height: 30px; + position: fixed; + top: 0; + left: 0; + right: 0; + text-align: center; + z-index: 1000000; +} + article p img { display: block; margin-top: 0.5rem; diff --git a/internal/templates/base.html b/internal/templates/base.html index e125f23..be49e90 100644 --- a/internal/templates/base.html +++ b/internal/templates/base.html @@ -61,25 +61,12 @@ @@ -98,7 +85,7 @@ Abuse Help Support - Atom  + Partner Login {{ if $.Debug }}