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 @@
-
-
-
-
It's empty for now!
+
@@ -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 @@
-
-
-
+
./MainContent.333
-
+
@@ -65,8 +62,18 @@