From aa94638ac8e0a565f3e7a586dc7e34f8701d838c Mon Sep 17 00:00:00 2001 From: Nono Date: Tue, 23 Dec 2025 18:45:20 +0100 Subject: [PATCH 1/2] Suppression de la classe sticker --- guide.template.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/guide.template.html b/guide.template.html index c25a7fc..2fa24c3 100644 --- a/guide.template.html +++ b/guide.template.html @@ -27,20 +27,20 @@ BISOUS
- - - - + + + + - - - - + + + + - - - - + + + +

camp From e2ae37d9f9a9543c48dd6e6b62998307e00ec3f1 Mon Sep 17 00:00:00 2001 From: Nono Date: Tue, 23 Dec 2025 18:45:37 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Ajustements=20suite=20au=20retour=20de=20Vi?= =?UTF-8?q?ncent=20-=20taille=20de=20la=20police=20des=20logos=20-=20Comme?= =?UTF-8?q?ntaires=20en=20trop=20-=20Classes=20li=C3=A9es=20=C3=A0=20la=20?= =?UTF-8?q?suppression=20des=20stickers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/base.css | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/css/base.css b/css/base.css index cf9c308..17abaf7 100644 --- a/css/base.css +++ b/css/base.css @@ -11,9 +11,6 @@ src: url(../assets/fonts/segoesc.ttf); } -/* Basic Font */ -/* font-family: Courier New */ - :root { --primary-bg-color: black; /* global scope */ --accent-violet: #8800FF; @@ -53,7 +50,6 @@ main h1 { font-size: clamp(4em, 14vw, 8em); margin-top: 5%; max-width: 1400px; - font-size: 8em; } main h2 { @@ -142,22 +138,6 @@ main > img { object-fit: scale-down; } -main > .sticker { - background: none; - z-index: 0; -} - -main > *.draggable:not(.sticker) { - - &:not(h2) { - width: 100%; - } - - &:not(h1):not(h2):hover { - animation: none; - } -} - .btn-nice { color: #FFFFFF; text-shadow: -5px 5px 0px var(--accent-orange), -10px 10px 0px var(--accent-violet); @@ -174,7 +154,6 @@ main > *.draggable:not(.sticker) { float: left; margin-left: 10%; line-height: 0.8em; - font-size: 0.9em; } #interhack { @@ -182,5 +161,4 @@ main > *.draggable:not(.sticker) { color: var(--accent-yellow); margin-right: 10%; line-height: 0.5em; - margin-top: -0.4em; }