From be69070088a9418dd243e3c8e20caec7c631e4a1 Mon Sep 17 00:00:00 2001 From: pisouvigne Date: Tue, 23 Jun 2020 21:18:24 +0200 Subject: [PATCH] mode --- site/vue/css/style.css | 42 +++++++++++++++++------ site/vue/index.html | 37 ++++++++++++-------- site/vue/js/func.js | 68 +++++++++++++++++++++++++++++-------- site/vue/js/generateGame.js | 22 +++++++----- 4 files changed, 121 insertions(+), 48 deletions(-) diff --git a/site/vue/css/style.css b/site/vue/css/style.css index 9b6ca5e..fbc10d0 100644 --- a/site/vue/css/style.css +++ b/site/vue/css/style.css @@ -8,19 +8,17 @@ src: url(../font/dys.otf); } -:root { - --cool-color: #fe8a71; -} - - body { - font-family: main; - background-color: #D7CCC8; - height: 90%; + height: 91%; margin: 0; padding: 0; } + +:root { + --cool-color: #fe8a71; +} + html { height: 100%; margin: 0; @@ -240,7 +238,6 @@ html { .fa-arrow-left { font-size: 5vh; - position: absolute; left: 0; margin: 2vh; transition: .5s; @@ -464,9 +461,29 @@ hr { } } +.header_play { + display: flex; + align-items: center; + padding: 0 50px 0 50px; + justify-content: space-between; +} + +.home { + font-size: 6vh; + transition: 0.5s; +} + +.home:hover { + transform: rotate(-15deg); +} + +#header_selection { + display: flex; + justify-content: space-between; +} + .timer_show { font-size: 5vh; - position: absolute; right: 10vh; top: 3vh; height: 10vh; @@ -474,6 +491,11 @@ hr { border-radius: 50%; margin: 0; text-align: center; + transition: 0.5s; +} + +.timer_show:hover { + transform: rotate(15deg); } .timer_txt { diff --git a/site/vue/index.html b/site/vue/index.html index a6ee902..9e76cc4 100644 --- a/site/vue/index.html +++ b/site/vue/index.html @@ -17,32 +17,36 @@
+

Mode Selection

+

-
+
Tutoriel - +
-
+
Normal - +
-
-
+
+

Mode Perso

+

@@ -99,9 +103,10 @@

click(s)


-

+

Toujours afficher ce panneau

@@ -221,12 +226,14 @@