From 6657cca41d100bb95607f489743019c58b34d144 Mon Sep 17 00:00:00 2001 From: Ralf Stockmann Date: Thu, 18 May 2023 09:48:36 +0200 Subject: [PATCH] Update styles.css - custom server field --- styles.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index e9bd3d1..3529b07 100644 --- a/styles.css +++ b/styles.css @@ -88,7 +88,7 @@ /* Set the background color of the body */ body { - background-color: #aaaaaa; + background-color: #cccccc; margin-top: 00px !important; margin-left: 20px !important; margin-right: 20px !important; @@ -117,3 +117,17 @@ body { .container { max-width: 2000px !important; } + +.footer { + background-color: rgb(200, 200, 200); + color: #f2f2f2; + position: fixed; + left: 0; + bottom: 0; + width: 100%; + padding-top: 2px !important; /* reduce padding-top to half */ + padding-bottom: 2px !important; /* reduce padding-bottom to half */ + font-size: 0.9em; +} + } +