From 20bbafc9e99d9c6d41ff4b142c82e749e8cd33bf Mon Sep 17 00:00:00 2001 From: arussac Date: Thu, 3 Apr 2025 19:11:23 +0200 Subject: [PATCH] maj --- css/style.css | 11 +- css/style_menu.css | 2 +- css/style_projet.css | 10 +- index.html | 4 +- js/index.js | 255 +++++++++++++++++-------------------------- js/projet_detail.js | 28 ++++- 6 files changed, 145 insertions(+), 165 deletions(-) diff --git a/css/style.css b/css/style.css index 21ccdea..ad18ab7 100644 --- a/css/style.css +++ b/css/style.css @@ -182,7 +182,7 @@ body::before { } .hiddenTable { - max-height: 65vh; + max-height: 50vh; overflow-y: hidden; } @@ -197,14 +197,17 @@ footer { bottom: 0; width: 100%; background-color: #1e1e1e; - padding: 1.5vh; + padding: 1vh; border-top: 1px solid #333; color: #e0e0e0; + font-size: 2vh; } #metric_viewer { - margin-left: 14px; - background-color: rgb(227, 216, 216); + margin-left: 3vw; + background-color: #444; + font-size: bold; + opacity: 0.79; } .default-access-button { diff --git a/css/style_menu.css b/css/style_menu.css index 2e80cdf..02ccd1a 100644 --- a/css/style_menu.css +++ b/css/style_menu.css @@ -85,7 +85,7 @@ cursor: pointer; background-color: transparent; font-size: 20vh; - color: white; + color: rgb(57, 89, 217); border: none; bottom: 25vh; transition: transform 0.3s, box-shadow 0.3s; diff --git a/css/style_projet.css b/css/style_projet.css index 9a87fce..11cdc3b 100644 --- a/css/style_projet.css +++ b/css/style_projet.css @@ -2,12 +2,16 @@ float: left; display: inline; width: 49%; - margin-bottom: 10vh; } .picture_placeHolder { width: 15.5vw; height: 15.5vh; + display: block!important; +} +.picture_placeHolder img { + width: 100%; + height: 100%; } .video { @@ -62,7 +66,7 @@ cursor: pointer; padding-top: 1em; border-radius: 4px; - bottom: 45px; /* Adjust as needed to position below the table */ + bottom: 6vh; /* Adjust as needed to position below the table */ left: 72%; transform: translateX(-50%); display: flex; @@ -104,7 +108,7 @@ .left-bar:after, .right-bar:after { content: ""; - background-color: white; + background-color: rgb(231, 65, 65); width: 40px; height: 10px; display: block; diff --git a/index.html b/index.html index d279eeb..f12874b 100644 --- a/index.html +++ b/index.html @@ -10,8 +10,8 @@ - - + +