|
|
|
@ -231,18 +231,20 @@ function journuit() {
|
|
|
|
|
//changer logo swish
|
|
|
|
|
document.getElementById("imglogo").src = "imgs/swishjour.png";
|
|
|
|
|
document.getElementById("imglogo2").src = "imgs/swishjour.png";
|
|
|
|
|
|
|
|
|
|
document.getElementById("fondinput").style.backgroundColor = lightsedonca;
|
|
|
|
|
/*
|
|
|
|
|
MESSAGE POUR CEUX QUI FONT LES TESTS ! Recommentez les lignes après ! Merci
|
|
|
|
|
*/
|
|
|
|
|
//document.getElementById("fondinput").style.backgroundColor = lightsedonca;
|
|
|
|
|
document.getElementById("contourbuttonvalider").style.backgroundColor = lightsedonca;
|
|
|
|
|
document.getElementById("textjouer").style.color = lightsedonca;
|
|
|
|
|
document.getElementById("textplus").style.color = lightprima;
|
|
|
|
|
//document.getElementById("textjouer").style.color = lightsedonca;
|
|
|
|
|
//document.getElementById("textplus").style.color = lightprima;
|
|
|
|
|
//changer montagnesfond
|
|
|
|
|
document.getElementById("mount1").src = "imgs/mount1.png";
|
|
|
|
|
document.getElementById("mount2").src = "imgs/mount2.png";
|
|
|
|
|
//nuages
|
|
|
|
|
document.getElementById("cloud").src = "imgs/lightcloud.png";
|
|
|
|
|
//changer background color
|
|
|
|
|
document.getElementById("containplayers").style.color = lightsedonca;
|
|
|
|
|
//document.getElementById("containplayers").style.color = lightsedonca;
|
|
|
|
|
//maj couleur principales
|
|
|
|
|
document.documentElement.style.setProperty('--lightprima', lightprima);
|
|
|
|
|
document.documentElement.style.setProperty('--lightsedonca', lightsedonca);
|
|
|
|
@ -253,11 +255,11 @@ function journuit() {
|
|
|
|
|
//changer logo swish
|
|
|
|
|
document.getElementById("imglogo").src = "imgs/swishnuit.png";
|
|
|
|
|
document.getElementById("imglogo2").src = "imgs/swishnuit.png";
|
|
|
|
|
//bouttonjouer
|
|
|
|
|
document.getElementById("fondinput").style.backgroundColor = darkseconda;
|
|
|
|
|
|
|
|
|
|
//document.getElementById("fondinput").style.backgroundColor = darkseconda;
|
|
|
|
|
document.getElementById("contourbuttonvalider").style.backgroundColor = darkseconda;
|
|
|
|
|
document.getElementById("textjouer").style.color = darkseconda;
|
|
|
|
|
document.getElementById("textplus").style.color = darkprima;
|
|
|
|
|
//document.getElementById("textplus").style.color = darkprima;
|
|
|
|
|
//changer montagnesfond
|
|
|
|
|
document.getElementById("mount1").src = "imgs/darkmount1.png";
|
|
|
|
|
document.getElementById("mount2").src = "imgs/darkmount2.png";
|
|
|
|
|