From 151e748a6e1d954755c773d5324ad2025ca86996 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Wed, 14 Aug 2024 20:45:42 +0100 Subject: [PATCH] Add new footer to pages. --- html/dark.css | 35 ++++++++++++++++++++++++++++++++-- html/footer.shtml | 15 ++++++++++++--- html/light.css | 35 ++++++++++++++++++++++++++++++++-- html/slackwarelinux-black.png | Bin 0 -> 5620 bytes html/slackwarelinux-white.png | Bin 0 -> 5744 bytes 5 files changed, 78 insertions(+), 7 deletions(-) create mode 100644 html/slackwarelinux-black.png create mode 100644 html/slackwarelinux-white.png diff --git a/html/dark.css b/html/dark.css index 0ed978a..02fee74 100644 --- a/html/dark.css +++ b/html/dark.css @@ -163,9 +163,15 @@ td { width: 100%; } +#bwbar img { + height: 12px; + width: 804px; +} + #copyright { - font-size: 10px; - text-align: center; + align-self: center; + margin-left: 0; + margin-right: auto; } #donatebuttons { @@ -176,6 +182,14 @@ td { margin-top: 20px; } +#footer { + display: grid; + column-gap: 50px; + font-size: 12px; + grid-template-columns: auto auto; + margin-top: 10px; +} + #headingbox { margin-left: auto; margin-right: auto; @@ -207,6 +221,10 @@ td { width: 100%; } +#logo img { + width: 100%; +} + #motd { column-gap: 40px; display: grid; @@ -223,6 +241,19 @@ td { width: 90%; } +#poweredby { + align-items: center; + display: flex; + margin-left: auto; + margin-right: 0; + text-align: right; +} + +#poweredby img { + margin-left: 5px; + margin-right: 5px; +} + #search { align-content: center; align-self: end; diff --git a/html/footer.shtml b/html/footer.shtml index 777d678..b5d55cf 100644 --- a/html/footer.shtml +++ b/html/footer.shtml @@ -1,8 +1,17 @@ - +