From 08998040c45adcf32c34147ea8018ab65164973b Mon Sep 17 00:00:00 2001 From: louiseh Date: Wed, 27 Mar 2024 13:14:45 +0100 Subject: [PATCH] =?UTF-8?q?Rajout=20section=20places=20limit=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/css/style.css | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/www/css/style.css b/www/css/style.css index 23aab91..d2851bb 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -205,14 +205,20 @@ section:nth-child(3) { section:nth-child(4) { background-color: #fbfbfb; - background-image: url(../img/theme/paint/paint-magenta.svg), url(../img/theme/elements/cocon_sortie.svg); + background-image: url(../img/theme/paint/paint-pink.svg), url(../img/theme/elements/cocon_sortie.svg); background-repeat: no-repeat; background-size:auto, 60%; background-position: 0% 100%, center left; } - - section:nth-child(5) { + background-color: #fbfbfb; + background-image: url(../img/theme/paint/paint-magenta.svg); + background-repeat: no-repeat; + background-size: auto; + background-position:0% 100%; +} + +section:nth-child(6) { background-color: #fbfbfb; background-image: url(../img/theme/paint/paint-violet.svg), url(../img/theme/elements/early_papillon.svg); background-repeat: no-repeat; @@ -220,7 +226,7 @@ section:nth-child(5) { background-position: 0% 100%, center right; } -section:nth-child(6) { +section:nth-child(7) { background-color: #fbfbfb; background-image: url(../img/theme/elements/papillon.svg); background-repeat: no-repeat; @@ -443,6 +449,24 @@ section p a:active { } +/*--------------------------------------------------------*/ +/* LISTS +/*--------------------------------------------------------*/ + +#limited { + font-size: 1.2rem; + margin-left: 0; + padding-left: 60px; +} + +/* Média query pour les écrans de petite taille */ +@media screen and (max-width: 1000px) { + .limited { + margin-left: 0; + padding-left: 20px; + } +} + /*--------------------------------------------------------*/ /* CALENDARS /*--------------------------------------------------------*/