diff --git a/v1-com-officielle/src/App.vue b/v1-com-officielle/src/App.vue index 213dc6b..4ce165d 100644 --- a/v1-com-officielle/src/App.vue +++ b/v1-com-officielle/src/App.vue @@ -45,7 +45,7 @@ export default { name : 'App', mounted(){ - document.documentElement.setAttribute("data-theme", "light"); + document.documentElement.setAttribute("data-theme", "light") console.log("Vue root app is fully loaded!"); } }; diff --git a/v1-com-officielle/src/components/TitleContent.vue b/v1-com-officielle/src/components/TitleContent.vue index 85b50b4..4d5ad70 100644 --- a/v1-com-officielle/src/components/TitleContent.vue +++ b/v1-com-officielle/src/components/TitleContent.vue @@ -3,6 +3,7 @@ + diff --git a/v1-com-officielle/src/indieComponents/MessagePannel.vue b/v1-com-officielle/src/indieComponents/MessagePannel.vue index 7c7269b..6806449 100644 --- a/v1-com-officielle/src/indieComponents/MessagePannel.vue +++ b/v1-com-officielle/src/indieComponents/MessagePannel.vue @@ -24,7 +24,7 @@

{{selectedMsg.like}}

-

{{selectedMsg.going}}

@@ -74,6 +74,7 @@ justify-content: flex-start; font-family: 'lineal'; font-weight: normal; + color: var(--main-color); padding: 0; } .windowContent .reactStatStyle{ diff --git a/v1-com-officielle/src/main.js b/v1-com-officielle/src/main.js index b0ae893..ffbd7a6 100644 --- a/v1-com-officielle/src/main.js +++ b/v1-com-officielle/src/main.js @@ -10,6 +10,7 @@ import InfoContent from './components/InfoContent.vue' import TitleText from './titleComponents/TitleText.vue' import GeneratedContent from './titleComponents/GeneratedContent.vue' import MusicPlayer from './titleComponents/MusicPlayer.vue' +import ColorBtn from './titleComponents/ColorBtn.vue' //info import InfoMenu from './infoComponents/InfoMenu.vue' import InboxContent from './infoComponents/InboxContent.vue' @@ -49,6 +50,7 @@ app.component('VisualizerPan', VisualizerPannel); app.component('LinkPan', LinkPannel); app.component('Infobulle', Infobubble); +app.component('ColorPan', ColorBtn); //Montage dans div#app de index.html diff --git a/v1-com-officielle/src/titleComponents/ColorBtn.vue b/v1-com-officielle/src/titleComponents/ColorBtn.vue new file mode 100644 index 0000000..6671b8b --- /dev/null +++ b/v1-com-officielle/src/titleComponents/ColorBtn.vue @@ -0,0 +1,134 @@ + + + + + + + diff --git a/v1-com-officielle/src/titleComponents/MusicPlayer.vue b/v1-com-officielle/src/titleComponents/MusicPlayer.vue index 599de2a..5a80132 100644 --- a/v1-com-officielle/src/titleComponents/MusicPlayer.vue +++ b/v1-com-officielle/src/titleComponents/MusicPlayer.vue @@ -71,6 +71,8 @@ font-family: 'velvelyne'; font-size: 16.1px; font-weight: bold; + white-space: pre; + line-height: 1.0em; } @@ -86,6 +88,7 @@ #playerCreditStyle{ margin-left: 33px; width: 33.3%; + white-space: inherit; } } @@ -114,7 +117,7 @@ this.target.pause(); this.selectedSong = this.audioData[this.trackCount]; this.audioFile = this.selectedSong.src; - this.audioCredits = this.selectedSong.artist +'-'+ this.selectedSong.track; + this.audioCredits = ' ' + this.selectedSong.track +' - \n '+ this.selectedSong.artist; this.target.volume = 1; this.target.load(); if(this.isPlaying){ diff --git a/v1-com-officielle/src/titleComponents/TitleText.vue b/v1-com-officielle/src/titleComponents/TitleText.vue index da0d6c3..f834779 100644 --- a/v1-com-officielle/src/titleComponents/TitleText.vue +++ b/v1-com-officielle/src/titleComponents/TitleText.vue @@ -11,7 +11,7 @@

-

Drag shows + musique électronique, synthés vidéos
et autre performances nerds

+

Drag shows + musique électronique,
synthés vidéos et autre performances nerds

@@ -19,7 +19,6 @@

22 Mai

2026

-
      16h00
       - 01h00 @@ -70,6 +69,7 @@ .titleTextStyle{ position: absolute; background-color: var(--back-color); + color: var(--main-color); width: 85%; height: 27px; padding-bottom: 16.1px; @@ -81,6 +81,9 @@ align-items: center; z-index: 1; } + .titleTextStyle p{ + color: (--main-color); + } #drag{ margin-top: -100px; margin-left: 33px; @@ -119,6 +122,7 @@ #subAccent{ font-family: 'lineal'; font-weight: normal; + margin-bottom: 4.44px; } #infoContainer{ @@ -193,6 +197,7 @@ padding-bottom: 16.1px; padding-left: 33px; font-size: 33px; + color: (--main-color); } #drag{ margin-top: -150px;