diff --git a/SwichGIT/src/css/PageDaccueil.css b/SwichGIT/src/css/PageDaccueil.css index 89de8cf..3dbd4eb 100644 --- a/SwichGIT/src/css/PageDaccueil.css +++ b/SwichGIT/src/css/PageDaccueil.css @@ -64,16 +64,16 @@ li { } li:hover { - box-shadow: 0 0 0 7px #B7B7B7; + box-shadow: 0 0 0 7px var(--lightsedonca); + font-size:99%; + position:relative; + right:5%; } li:before { - -webkit-transition: all 0.2s ease; - -moz-transition: all 0.2s ease; - transition: all 0.2s ease; border-radius: 50%; bottom: 0; - box-shadow: 0 0 0 4px #B7B7B7; + box-shadow: 0 0 0 4px var(--lightsedonca); content: ''; left: 0; position: absolute; @@ -156,6 +156,23 @@ li { top: 30%; } +.bouttonvalider:hover { + box-shadow: 0 0 0 8px var(--lightsedonca); + font-size: 99%; + position: relative; + height: 93%; + width:95%; + top: 4%; + transition: box-shadow 0.2s ease; +} + +#bouttonvalider:hover { + box-shadow: 0 0 0 5px var(--lightsedonca); + font-size: 120%; + position: relative; + right: 5%; +} + #pseudoenter { background-color: red; height: 100%; diff --git a/SwichGIT/src/css/PartieGame.css b/SwichGIT/src/css/PartieGame.css index 88d43a8..9d69319 100644 --- a/SwichGIT/src/css/PartieGame.css +++ b/SwichGIT/src/css/PartieGame.css @@ -12,3 +12,46 @@ .retourstp { position: absolute; } + +#Redistribution{ + position:relative; + top:-60%; +} + +#textjouer2 { + position: absolute; + text-align: center; + + font-family: Montserrat, impact, Arial Black; + font-size: 2.5vw; + margin-top: 0.2vw; + margin-left: 0.6vw; + color: var(--lightsedonca); + +} + +#btnvalider2 { + position: relative; + text-align: center; + font-family: Montserrat, impact, Arial Black; + font-size: 2.5vw; + margin-top: 0.2vw; + margin-left: 0.2vw; + color: var(--lightsedonca); +} + +#Redistribution2 { + position: relative; + top: -60%; + left:68%; +} + +.bouttonvalider2:hover { + box-shadow: 0 0 0 9px var(--lightsedonca); + font-size: 120%; + position: relative; + top: 2%; + height: 82%; + width: 96%; + transition: box-shadow 0.2s ease; +} diff --git a/SwichGIT/src/css/Resp1.css b/SwichGIT/src/css/Resp1.css index 1143ed9..79ba472 100644 --- a/SwichGIT/src/css/Resp1.css +++ b/SwichGIT/src/css/Resp1.css @@ -300,6 +300,16 @@ background-color: #B130DE; } + .bouttonvalider2 { + position: absolute; + height: 6.8vw; + width: 22.8vw; + top: 1.1vw; + left: 1.1vw; + border-radius: 30px; + background-color: #00CC66; + } + #textjouer { font-family: Montserrat, impact, Arial Black; position: absolute; diff --git a/SwichGIT/src/css/Resp2.css b/SwichGIT/src/css/Resp2.css index 858e850..3b84e76 100644 --- a/SwichGIT/src/css/Resp2.css +++ b/SwichGIT/src/css/Resp2.css @@ -300,6 +300,16 @@ background-color: #B130DE; } + .bouttonvalider2 { + position: absolute; + height: 6.8vw; + width: 22.8vw; + top: 1.1vw; + left: 1.1vw; + border-radius: 30px; + background-color: #00CC66; + } + #textjouer { font-family: Montserrat, impact, Arial Black; position: absolute; diff --git a/SwichGIT/src/css/Resp3.css b/SwichGIT/src/css/Resp3.css index 2e72a9e..c3962ba 100644 --- a/SwichGIT/src/css/Resp3.css +++ b/SwichGIT/src/css/Resp3.css @@ -300,6 +300,17 @@ background-color: #B130DE; } + + .bouttonvalider2 { + position: absolute; + height: 3.4vw; + width: 11.4vw; + top: 0.3vw; + left: 0.3vw; + border-radius: 30px; + background-color: #00CC66; + } + #textjouer { font-family: Montserrat, impact, Arial Black; position: absolute; @@ -307,5 +318,6 @@ margin-top: 0.2vw; margin-left: 2.7vw; color: var(--lightsedonca); + text-align:center; } } diff --git a/SwichGIT/src/index.html b/SwichGIT/src/index.html index e157796..49c34e3 100644 --- a/SwichGIT/src/index.html +++ b/SwichGIT/src/index.html @@ -26,7 +26,7 @@