From 156ee65220e7cdfb8da77566a3239072d689f8bb Mon Sep 17 00:00:00 2001 From: Baptiste Date: Fri, 26 Aug 2022 21:04:59 +0200 Subject: [PATCH] banderolle discord --- assets/css/page/clubs.css | 24 +++++++++++++++++++++++- clubs.php | 8 ++++++-- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/assets/css/page/clubs.css b/assets/css/page/clubs.css index fb6d062..e107eb0 100644 --- a/assets/css/page/clubs.css +++ b/assets/css/page/clubs.css @@ -2,13 +2,35 @@ body { text-align: center; } +#alert { + position: absolute; + display: block; + top: 0; + width: 100vw; + height: 60px; + background-color: white; + z-index: 1; + padding: 15px; +} + +a.link2 { + text-decoration: none; + color: #FFDC00; + -webkit-text-stroke: 1px black; +} + +a.link2:hover { + color: black; + -webkit-text-stroke: 1px black; +} + .iframe_amicale { position: absolute; overflow: hidden; width: 100vw; height: 100%; margin: 0; - top: 0; + top: 60px; left: 0; } diff --git a/clubs.php b/clubs.php index 2b1c7d6..79560ae 100644 --- a/clubs.php +++ b/clubs.php @@ -2,6 +2,11 @@ ob_start(); // Start reading html ?>
+ + +
@@ -11,9 +16,8 @@ ob_start(); // Start reading html
-
+ -