From 37cdaed63021b6ee5ef7b04045b529598dcd965f59ff5547a757123c062dc2e2 Mon Sep 17 00:00:00 2001 From: nyx Date: Wed, 29 Jan 2025 19:50:33 -0600 Subject: [PATCH] CSS banner (tested in Firefox and Lynx) --- fedi/index.html | 7 +++++++ index.css | 14 ++++++++++++++ index.html | 7 +++++++ rules.html | 7 +++++++ sysinfo.html | 7 +++++++ 5 files changed, 42 insertions(+) diff --git a/fedi/index.html b/fedi/index.html index fc5e60e..93d14ac 100644 --- a/fedi/index.html +++ b/fedi/index.html @@ -6,6 +6,13 @@ + +
+
go back home

everypizza.im - fedi

diff --git a/index.css b/index.css index 6be740b..b129214 100644 --- a/index.css +++ b/index.css @@ -49,6 +49,20 @@ blockquote { padding: 10px; } +div#banner { + position: absolute; + top: 0; + left: 0; + background-color: #e2ff25; + width: 100%; +} +div#banner-content { + width: 800px; + margin: 0 auto; + padding: 10px; + color: #000 +} + @-webkit-keyframes AnimationName { 0%{background-position:0% 50%} 50%{background-position:100% 50%} diff --git a/index.html b/index.html index 62f2baf..99a04a6 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,13 @@ + +
+
home | rules | system info

everypizza.im

diff --git a/rules.html b/rules.html index 95b7cfe..7bfae2f 100644 --- a/rules.html +++ b/rules.html @@ -6,6 +6,13 @@ + +
+
home | rules | system info

everypizza.im - rules

diff --git a/sysinfo.html b/sysinfo.html index 15a83e3..97de539 100644 --- a/sysinfo.html +++ b/sysinfo.html @@ -5,6 +5,13 @@ + +
+
home | rules | system info

everypizza.im - system info