From b163a26910c239fcb9e5599835d95fdd3384dc50 Mon Sep 17 00:00:00 2001 From: vgaNAR6ta Date: Wed, 4 Mar 2026 09:58:10 +0100 Subject: [PATCH] =?UTF-8?q?edit:=20ajout=20du=20script=20g=C3=A9n=C3=A9rat?= =?UTF-8?q?if=20et=20adaptation=20=C3=A0=20la=20V1=20+=20r=C3=A9glages=20a?= =?UTF-8?q?ssoci=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 3 +- src/components/ExtraContent.vue | 4 +- src/components/GeneratedContent.vue | 384 +++++++++++++++++++++++++++- src/components/MainContent.vue | 17 +- 4 files changed, 391 insertions(+), 17 deletions(-) diff --git a/src/App.vue b/src/App.vue index 697b4fe..2970754 100644 --- a/src/App.vue +++ b/src/App.vue @@ -14,8 +14,7 @@ export default { name : 'App', mounted(){ - document.documentElement.setAttribute("data-theme", "purple"); - console.log("Vue root app is loaded!"); + console.log("Vue root app is fully loaded!"); } }; diff --git a/src/components/ExtraContent.vue b/src/components/ExtraContent.vue index cb957bc..1faaf7d 100644 --- a/src/components/ExtraContent.vue +++ b/src/components/ExtraContent.vue @@ -11,7 +11,7 @@
- +
@@ -29,7 +29,7 @@ /*=====================Extra Content CSS*/ .btnColStyle{ - background-color: var(--dark-color); + background-color: transparent; z-index: 1; font-family: 'lineal'; font-size: 33px; diff --git a/src/components/GeneratedContent.vue b/src/components/GeneratedContent.vue index 6af4f2c..17be475 100644 --- a/src/components/GeneratedContent.vue +++ b/src/components/GeneratedContent.vue @@ -1,9 +1,26 @@ - - @@ -15,17 +32,368 @@ inset:0; z-index: 3; background-color: transparent; - opacity: 50%; box-sizing: border-box; } + /*====================Gestion des images*/ + .imgContainer{ + width:150px; + height:150px; + position:absolute; + z-index:0; + align-items:center; + display:flex; + background-color:transparent; + } + + .imgStyle{ + height:auto; + z-index:1; + border-style: solid; + border-width: thin; + border-color: var(--light-color); + + } + .imgStyle.highlightItem{ + border-color: transparent; + } + .imgStyle.highlightMax{ + border-color: transparent; + } + .imgStyle.graffStyle{ + border-color: transparent; + } + /*Highlights z-index*/ + div.highlightItem{ + z-index: 9; + } + div.highlightMax{ + z-index: 10; + } + div.graffStyle{ + z-index:4; + position:absolute; + margin-left: 100px; + } + + /*===============format large*/ + @media (min-width:800px){ + .imgStyle{ + width:100px; + } + + /*Highlights size*/ + .imgStyle.highlightItem{ + width:250px; + height:auto; + z-index:3; + } + .imgStyle.highlightMax{ + width:444px; + height:auto; + z-index:3; + } + .imgStyle.graffStyle{ + width:100px; + height:auto; + z-index: 4; + } + + } + + /*=============== (prononcé avec l'intonation de grouz) format moyen mes couilles là*/ + @media (max-width:800px){ + .imgStyle{ + width:77px; + } + + /*Highlights size*/ + .imgStyle.highlightItem{ + width:133px; + height:auto; + z-index:3; + } + .imgStyle.highlightMax{ + width:250px; + height:auto; + z-index:3; + } + .imgStyle.graffStyle{ + width:77px; + height:auto; + z-index: 4; + } + } + + /*===============format tres haut*/ + @media (max-width:500px){ + .imgStyle{ + width:50px; + } + + /*Highlights size*/ + .imgStyle.highlightItem{ + width:100px; + height:auto; + z-index:3; + } + .imgStyle.highlightMax{ + width:200px; + height:auto; + z-index:3; + } + .imgStyle.graffStyle{ + width:50px; + height:auto; + z-index: 4; + + } + } + diff --git a/src/components/MainContent.vue b/src/components/MainContent.vue index 5b00349..3776b23 100644 --- a/src/components/MainContent.vue +++ b/src/components/MainContent.vue @@ -1,15 +1,12 @@ - -