From f07bacfb39cff97d600bb064affc99bcf725fc99 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Fri, 14 Nov 2025 16:08:29 -0500 Subject: [PATCH 1/3] Ajout du logo en version glitch --- www/images/Logo ALT-F4 Bleu glitch.svg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 www/images/Logo ALT-F4 Bleu glitch.svg diff --git a/www/images/Logo ALT-F4 Bleu glitch.svg b/www/images/Logo ALT-F4 Bleu glitch.svg new file mode 100644 index 0000000..f65bbb2 --- /dev/null +++ b/www/images/Logo ALT-F4 Bleu glitch.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + From 9b883d0f7218e36addda3fda9ae88ac994effa0b Mon Sep 17 00:00:00 2001 From: Jeremy Date: Fri, 14 Nov 2025 16:10:39 -0500 Subject: [PATCH 2/3] =?UTF-8?q?Mise=20=C3=A0=20neuf=20du=20style.css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/css/style.css | 126 ++-------------------------------------------- 1 file changed, 4 insertions(+), 122 deletions(-) diff --git a/www/css/style.css b/www/css/style.css index 4b2511d..aec5c3d 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -1,130 +1,12 @@ @charset "UTF-8"; /* La feuille de style est encodée en UTF-8 */ -@charset "UTF-8"; -/* Comment Header */ -/* File Header */ - -/* Section CSS Reset -- GLOBAL */ - - - - -/**************************/ -/* Mise en forme générale */ -/**************************/ +/****************************/ +/* PAGE: Tous */ +/* AUTEUR: Tous */ +/****************************/ * { margin: 0; padding: 0; - font-family: 'Segoe UI'; } - -body { - background: #B47871 url('../images/Logo\ ALT-F4\ Bleu.svg') repeat center; -} - -main { - width: 800px; - margin: auto; - display: flex; - justify-content: center; - flex-wrap: wrap; -} - -h1, h2, p { - text-align: center; - margin: 10px 0; -} - -.flex-row-center { - display: flex; - justify-content: center; -} - -.flex-col { - display: flex; - flex-direction: column; -} - - -/*******************************/ -/* Mise en forme du formulaire */ -/*******************************/ -form { - width: 100%; - background-color: #f0f0ec; - border: 1px solid #000000; - border-radius: 10px; -} - -fieldset { - display: block; - text-align: right; - margin: 15px; -} - -legend { - font-size: 1.2em; - font-weight: bold; -} - -form div { - justify-items: center; - margin: 0 10px; -} - -label { - width: 15%; - display: flex; - align-items: center; - justify-content: right; -} - -label[for=commentaire] { - width: 100%; - justify-content: left; - margin: 10px 0; -} - -label[for=date_visite] { - width: 40%; - justify-content: left; -} - -input { - width: 35%; - margin: 10px; -} - -#courriel { - width: 85%; -} - -#date_visite { - width: 60%; -} - -button { - width: 15%; - display: block; - justify-content: center; - margin: 10px auto; - padding: 10px; -} - - -/****************************/ -/* Mise en forme de l'aside */ -/****************************/ -aside { - width: 250px; - border: 1px solid #000000; - background-color: #4c00ff; - position: fixed; - left: 10px; - bottom: 10px; -} - - - /****************************/ /* PAGE: Accueil */ /* AUTEUR: Léa */ From f5cc8c3edd96deb624f691c3fbe76affdc04be5c Mon Sep 17 00:00:00 2001 From: Jeremy Date: Fri, 14 Nov 2025 16:11:24 -0500 Subject: [PATCH 3/3] Ajout d'un enter --- www/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/css/style.css b/www/css/style.css index aec5c3d..4debc16 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -7,6 +7,7 @@ margin: 0; padding: 0; } + /****************************/ /* PAGE: Accueil */ /* AUTEUR: Léa */