From bb4da203ecb30af2ea4ba8bcaf241f9b183fb281 Mon Sep 17 00:00:00 2001 From: Myriam Bouchemit Date: Thu, 21 Nov 2024 16:44:59 +0100 Subject: [PATCH] Warning message in AMDA home page --- index.html | 2 +- js/resources/css/AccueilAmda.css | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 16635a5..72d64f1 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ Welcome on Amda - + diff --git a/js/resources/css/AccueilAmda.css b/js/resources/css/AccueilAmda.css index 13a4a8b..7ed1014 100644 --- a/js/resources/css/AccueilAmda.css +++ b/js/resources/css/AccueilAmda.css @@ -5,6 +5,27 @@ body{ text-align: left; background-color: #FFF; } + +/* + content: "We're currently having problems accessing one of our storage bays. \A Most of MMS data and Solar Orbiter/EAS data are not currently available. \ASorry for the inconvenience"; + content: "A maintenance will take place on Thursday 21 November from 12:00 CET to 14:00 CET on our network infrastructure. \A Access to AMDA will be interrupted during this period. \ASorry for the inconveniences."; + */ + + +/* body:before { + content: "A maintenance will take place on Thursday 21 November from 12:00 CET to 14:00 CET on our network infrastructure. \A Access to AMDA will be interrupted during this period. \ASorry for the inconveniences."; + background: rgba(255, 0, 0, 0.349); + color: white; + width: 100%; + display: block; + text-align: center; + position: absolute; + z-index: 10; + font-size: 10px; + font-weight: bold; + white-space: pre-wrap; +} */ + /*•••••••••••••• couvercle et trou ••••••••••••*/ #trou{ -- libgit2 0.21.2