diff --git a/Doc/Sketch.bmpr b/Doc/Sketch.bmpr index e4e3298..f30a472 100644 Binary files a/Doc/Sketch.bmpr and b/Doc/Sketch.bmpr differ diff --git a/site/css/style.css b/site/css/style.css index 5fd8f3c..8384f2d 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -6,6 +6,34 @@ } +#header-container{ + padding-bottom: 1%; + background-color: white; + width: 80%; + margin: 0 auto; + margin-top: 2%; + -webkit-box-shadow: 6px 9px 78px -2px rgba(0,0,0,0.75); + -moz-box-shadow: 6px 9px 78px -2px rgba(0,0,0,0.75); + box-shadow: 6px 9px 78px -2px rgba(0,0,0,0.75); +} + +#progressBar{ + background-color: grey; + width: 1%; + height: 20px; + margin-top:1%; +} + +#play-container { + -webkit-box-shadow: 6px 9px 78px -2px rgba(0,0,0,0.75); + -moz-box-shadow: 6px 9px 78px -2px rgba(0,0,0,0.75); + box-shadow: 6px 9px 78px -2px rgba(0,0,0,0.75); + margin: 0 auto; + margin-top: 1%; + background-color: white; + width: 80%; +} + body{ background-color: lightgray; } @@ -98,4 +126,67 @@ nav{ } .nav_links li:nth-child(4n) > a{ background-color: #3da4ab; -} \ No newline at end of file +} + +/* modal */ + +.modal { + display: none; /* Hidden by default */ + position: fixed; /* Stay in place */ + z-index: 1; /* Sit on top */ + padding-top: 100px; /* Location of the box */ + left: 0; + top: 0; + width: 100%; /* Full width */ + height: 100%; /* Full height */ + overflow: auto; /* Enable scroll if needed */ + background-color: rgb(0,0,0); /* Fallback color */ + background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ + } + + /* Modal Content */ + .modal-content { + position: relative; + background-color: #fefefe; + margin: auto; + padding: 0; + border: 1px solid #888; + width: 80%; + box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); + -webkit-animation-name: animatetop; + -webkit-animation-duration: 0.4s; + animation-name: animatetop; + animation-duration: 0.4s + } + + /* Add Animation */ + @-webkit-keyframes animatetop { + from {top:-300px; opacity:0} + to {top:0; opacity:1} + } + + @keyframes animatetop { + from {top:-300px; opacity:0} + to {top:0; opacity:1} + } + + .close:hover, + .close:focus { + color: #000; + text-decoration: none; + cursor: pointer; + } + + .modal-header { + padding: 2px 16px; + background-color: lightgrey; + color: black; + } + + .modal-body {padding: 2px 16px;} + + .modal-footer { + padding: 2px 16px; + background-color: lightgrey; + color: black; + } \ No newline at end of file diff --git a/site/js/const.js b/site/js/const.js index 2e63dd6..6357940 100644 --- a/site/js/const.js +++ b/site/js/const.js @@ -20,4 +20,7 @@ const SwitchHeight = 25; const SwitchWidth = 50; const colorSwitchBorder = "black"; const colorSwitchInnactiveBackground = "red"; -const colorSwitchActiveBackground = "green"; \ No newline at end of file +const colorSwitchActiveBackground = "green"; + +//timer +const timeEnd = 15; \ No newline at end of file diff --git a/site/js/easytimer.min.js b/site/js/easytimer.min.js new file mode 100644 index 0000000..ca9c46b --- /dev/null +++ b/site/js/easytimer.min.js @@ -0,0 +1,7 @@ +/** + * easytimer.js + * Generated: 2019-12-22 + * Version: 4.1.1 + */ + +!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((t=t||self).easytimer={})}(this,function(t){"use strict";function _(t){return(_="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function e(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,o)}return n}function z(r){for(var t=1;te)return t;for(o=0;o + + @@ -16,45 +18,84 @@ -
- -
-
+ + + + +
+

Niveau 26

+
+ Temps : + 0 m 0 s + / 0 m 20 s +
+
+
+
+ \ No newline at end of file