From a5dae46111ffd0b552f8ca8818c0600b63dd2f35 Mon Sep 17 00:00:00 2001 From: pisouvigne Date: Tue, 23 Jun 2020 12:19:49 +0200 Subject: [PATCH] personnalisation --- site/vue/css/style.css | 50 ++++++++++++- site/vue/index.html | 154 +++++++++++++++++++++++++++++------------ site/vue/js/func.js | 59 ++++++++++++---- 3 files changed, 205 insertions(+), 58 deletions(-) diff --git a/site/vue/css/style.css b/site/vue/css/style.css index 48d3ad7..3fc846f 100644 --- a/site/vue/css/style.css +++ b/site/vue/css/style.css @@ -19,7 +19,9 @@ body { font-family: main; background-color: #D7CCC8; - height: 91%; + height: 90%; + margin: 0; + padding: 0; } html { @@ -39,17 +41,61 @@ html { height: 100%; } +.buttonLevel { + height: 100px; + width: 300px; + font-size: large; + transition: .5s; + margin-bottom: 2%; +} + +.buttonLevel:hover { + cursor: pointer; +} + +#PersoSetupPage { + display: none; + height: 100%; +} + +#levelSelectionPage { + display: none; + height: 100%; +} + +#selectionContainer { + height: 95%; + display: flex; + align-items: center; + flex-direction: column; + justify-content: center; +} + +#perso-setupContainer { + height: 95%; + display: flex; + align-items: center; + flex-direction: column; + justify-content: start +} + #menu-selection { position: absolute; left: 0; right: 0; - bottom: 0; margin: 25vh auto; text-align: center; } .fa-play-circle { font-size: 15vh; + transition: font-size 0.5s, color 0.5s, transform 0.5s; +} + +.fa-play-circle:hover { + font-size: 18vh; + color: var(--cool-color); + transform: rotate(-15deg); } .message { diff --git a/site/vue/index.html b/site/vue/index.html index 06e9820..cb23fd7 100644 --- a/site/vue/index.html +++ b/site/vue/index.html @@ -14,6 +14,58 @@

Loading Stage

+ +
+
+

Mode Selection

+
+
+
+ + + + +
+
+ +
+
+

Mode Perso

+
+
+
+
+

Fonctions Logiques :

+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+



+ +
+ + +


+
+
@@ -164,20 +218,7 @@

Make It True

@@ -189,14 +230,14 @@