diff --git a/site/v1/css/style.css b/site/v1/css/style.css index c5dfd09..fae36d2 100644 --- a/site/v1/css/style.css +++ b/site/v1/css/style.css @@ -231,6 +231,34 @@ html { list-style: none; } + +.alert { + display: none; + position: absolute; + bottom: 0; + right: 0; + left: 0; + margin: 0 20% 2% 20%; + padding: 20px; + background-color: var(--cool-color); + color: white; +} + +.closebtn { + margin-left: 15px; + color: white; + font-weight: bold; + float: right; + font-size: 22px; + line-height: 20px; + cursor: pointer; + transition: 0.3s; +} + +.closebtn:hover { + color: black; +} + .fa-cog { font-size: 5vh; position: absolute; @@ -273,8 +301,8 @@ html { .fa-info { font-size: 5vh; position: absolute; - right: 0; - top: 0; + left: 0; + bottom: 0; margin: 4vh; transition: .5s; } @@ -510,6 +538,8 @@ hr { .header_play { display: flex; + height: 100%; + margin-top: -1em; align-items: center; padding: 0 50px 0 50px; justify-content: space-between; @@ -723,6 +753,7 @@ input[type=color] { } .progress_bar { + display: none; height: 10px; margin: 20px; animation: progressbar-countdown; @@ -738,6 +769,7 @@ input[type=color] { } #win_pannel { + height: 15em; display: none; } @@ -768,4 +800,33 @@ input[type=color] { #pseudoInput { height: 2em; +} + +#play_menu_game { + height: 15em; +} + +.flexbox_inline { + padding: 0 25px 0 25px; + display: flex; + align-items: center; + justify-content: space-between; + flex-direction: row; +} + +#retry_tuto_button { + margin-right: 10px; +} + +#lose_pannel { + display: none; + height: 15em; +} + +#fa-home-2 { + margin-left: 25px; +} + +#LastSelectionPage { + display: none; } \ No newline at end of file diff --git a/site/v1/database/makeittrue.db b/site/v1/database/makeittrue.db index b9412fb..890cbac 100644 Binary files a/site/v1/database/makeittrue.db and b/site/v1/database/makeittrue.db differ diff --git a/site/v1/index.html b/site/v1/index.html index 7611811..fea556b 100644 --- a/site/v1/index.html +++ b/site/v1/index.html @@ -41,6 +41,76 @@ + +
+
+ +

+ +
+
+
+
+
+ Chapitre 1 + +
+
+ + +
+
+
+
+ Chapitre 2 + +
+
+ + +
+
+
+
+ Chapitre 3 + +
+
+ + +
+
+
+
+ Chapitre 4 + +
+
+ + +
+
+
+
+ Chapitre 5 + +
+
+ + +
+
+
+