diff --git a/.gitignore b/.gitignore index 66f54c5..e801134 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ *.vs + /SwichGIT/multi/.idea + +*.idea + diff --git a/SwichGIT/HighscoreBD/.idea/workspace.xml b/SwichGIT/HighscoreBD/.idea/workspace.xml new file mode 100644 index 0000000..14e785e --- /dev/null +++ b/SwichGIT/HighscoreBD/.idea/workspace.xml @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1612775060929 + + + + + + + + + \ No newline at end of file diff --git a/SwichGIT/src/.idea/.name b/SwichGIT/src/.idea/.name new file mode 100644 index 0000000..0012f7d --- /dev/null +++ b/SwichGIT/src/.idea/.name @@ -0,0 +1 @@ +index.php \ No newline at end of file diff --git a/SwichGIT/src/css/base.css b/SwichGIT/src/css/base.css index 7825983..4faddde 100644 --- a/SwichGIT/src/css/base.css +++ b/SwichGIT/src/css/base.css @@ -4,6 +4,7 @@ --lightsedonca: #B7B7B7; --lighttercia: #E6E6E6; /*Couleur bases*/ + --colorbase : #e9546f;/*ROND*/ --colorcarre : #c97fb3;/*CARRE*/ --colorone : #00a088;/*TRIANGLE*/ @@ -12,6 +13,16 @@ --colorfour : #E6DA27;/*PENTA*/ --colorfive : #2E6DB4;/*HEXA*/ --colorsix : #E6792F;/*HOCTO*/ + + --colorbase : #e75259; + --colorcarre : #30C0DE; + --colorone : #00CBFF; + --colortwo : #00FF6E; + --colorthree : #C800FF; + --colorfour : #E6DA27; + --colorfive : #2E6DB4; + --colorsix : #E6792F; + /*Tailles cartes*/ --tailleTablette : 12vw; --taille: 10vw; diff --git a/SwichGIT/src/css/desktops.css b/SwichGIT/src/css/desktops.css index 6bfd1c4..e5800bb 100644 --- a/SwichGIT/src/css/desktops.css +++ b/SwichGIT/src/css/desktops.css @@ -308,6 +308,18 @@ width: inherit; } + + #textjouerr { + font-family: Montserrat, impact, Arial Black; + position: absolute; + font-size: 2.5vw; + margin-top: 0.2vw; + color: var(--lightsedonca); + text-align: center; + width: inherit; + } + + #containBottom{ position: absolute; bottom: 3vh; @@ -319,6 +331,10 @@ #containScore { display: flex; + display: grid; + grid-template-columns: repeat(10, 100px); + grid-template-rows: repeat(1, 100px); + grid-gap: 1vw; justify-content: center; position: relative; left: -50%; @@ -340,6 +356,10 @@ width: 6vw; height: 6vw; margin: 1vw; + + width: 7vw; + height: 17vh; + cursor: default; transition: all 0.3s ease; } @@ -353,16 +373,24 @@ } .case-score .score-position { + font: 700 2vw/1.3 "Poppins", sans-serif; margin: 0 0 0; transition: 0.2s ease 150ms; font-size: 2vw; font-family:"Poppins", sans-serif; + + font: 700 34px/1.3 "Poppins", sans-serif; + margin: 0 0 0; + transition: 0.2s ease 150ms; + } .case-score .score-pseudo, .score-points { font: 500 12px "Poppins", sans-serif; margin-top: -0.2em; + font-size: 0.8vw; + } .case-score:after { diff --git a/SwichGIT/src/css/tablet.css b/SwichGIT/src/css/tablet.css index 9c7dba6..93d7778 100644 --- a/SwichGIT/src/css/tablet.css +++ b/SwichGIT/src/css/tablet.css @@ -163,6 +163,16 @@ color: var(--lightsedonca); } + #textjouerr { + font-family: Montserrat, impact, Arial Black; + position: absolute; + font-size: 10vw; + margin-top: 0.2vw; + width: inherit; + text-align: center; + color: var(--lightsedonca); + } + #choosemode { height: 7vw; width: 50vw; diff --git a/SwichGIT/src/index.html b/SwichGIT/src/index.html index 259d155..891e6b3 100644 --- a/SwichGIT/src/index.html +++ b/SwichGIT/src/index.html @@ -53,8 +53,10 @@
- - + + + +
@@ -71,9 +73,9 @@