Commit bb4da203ecb30af2ea4ba8bcaf241f9b183fb281

Authored by Myriam Bouchemit
1 parent a63e6108
Exists in master

Warning message in AMDA home page

Showing 2 changed files with 22 additions and 1 deletions   Show diff stats
index.html
... ... @@ -3,7 +3,7 @@
3 3 <head>
4 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 5 <title>Welcome on Amda</title>
6   -<link href="js/resources/css/AccueilAmda.css" rel="stylesheet" type="text/css">
  6 +<link href="js/resources/css/AccueilAmda.css?v=4" rel="stylesheet" type="text/css">
7 7 <!-- Login -->
8 8 <link rel="stylesheet" type="text/css" href="js/resources/css/login.css" />
9 9 <link rel="icon" href="favicon.ico" type="image/x-icon">
... ...
js/resources/css/AccueilAmda.css
... ... @@ -5,6 +5,27 @@ body{
5 5 text-align: left;
6 6 background-color: #FFF;
7 7 }
  8 +
  9 +/*
  10 + 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";
  11 + 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.";
  12 + */
  13 +
  14 +
  15 +/* body:before {
  16 + 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.";
  17 + background: rgba(255, 0, 0, 0.349);
  18 + color: white;
  19 + width: 100%;
  20 + display: block;
  21 + text-align: center;
  22 + position: absolute;
  23 + z-index: 10;
  24 + font-size: 10px;
  25 + font-weight: bold;
  26 + white-space: pre-wrap;
  27 +} */
  28 +
8 29 /*•••••••••••••• couvercle et trou ••••••••••••*/
9 30  
10 31 #trou{
... ...