From ac6805ae343b24bd1195b79b064cb857a042c16d Mon Sep 17 00:00:00 2001 From: readhame Date: Tue, 4 Aug 2020 19:54:11 +0200 Subject: [PATCH] ajout timer tout les modes et gestion des interfaces --- HyperSet/.idea/workspace.xml | 5 +- HyperSet/set.html | 39 --- HyperSet/test.html | 17 -- HyperSet/vues/css/style-page.css | 201 +++++++++++++- HyperSet/vues/homePage.html | 86 +++++- HyperSet/vues/js/Settings.js | 62 +---- HyperSet/vues/js/set.js | 431 ++++++++++++++++++++++++++++++- 7 files changed, 699 insertions(+), 142 deletions(-) delete mode 100644 HyperSet/set.html delete mode 100644 HyperSet/test.html diff --git a/HyperSet/.idea/workspace.xml b/HyperSet/.idea/workspace.xml index 92e430a..1ebe567 100644 --- a/HyperSet/.idea/workspace.xml +++ b/HyperSet/.idea/workspace.xml @@ -148,6 +148,7 @@ + @@ -191,10 +192,10 @@ - + - + diff --git a/HyperSet/set.html b/HyperSet/set.html deleted file mode 100644 index 88c18b1..0000000 --- a/HyperSet/set.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - Set - - - - -
-

RÉGLAGES COULEURS 0

- -
- -
-

(TEST) Set

-

Find sets.

-

Sets found: 0

-

Number of Sets:

- -
-
- - - - - - - - - - - - diff --git a/HyperSet/test.html b/HyperSet/test.html deleted file mode 100644 index c58a0fd..0000000 --- a/HyperSet/test.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - Title - - - -
- - - - - - - \ No newline at end of file diff --git a/HyperSet/vues/css/style-page.css b/HyperSet/vues/css/style-page.css index 5b74a26..d1f8769 100644 --- a/HyperSet/vues/css/style-page.css +++ b/HyperSet/vues/css/style-page.css @@ -462,7 +462,7 @@ input:checked + .slider .on { height: 100%; text-align: right; padding: 0 10px; - line-height: 22px; /* same as #progressBar height if we want text middle aligned */ + line-height: 22px; width: 0; background-color: LightBlue; box-sizing: border-box; @@ -470,3 +470,202 @@ input:checked + .slider .on { #progressBar0 div { box-sizing: border-box; } + +#progressBar1 { + width: 90%; + margin: 10px auto; + height: 22px; + background-color: Blue; +} +#progressBar1 div { + height: 100%; + text-align: right; + padding: 0 10px; + line-height: 22px; + width: 0; + background-color: LightBlue; + box-sizing: border-box; +} +#progressBar1 div { + box-sizing: border-box; +} + +#progressBar2 { + width: 90%; + margin: 10px auto; + height: 22px; + background-color: Blue; +} +#progressBar2 div { + height: 100%; + text-align: right; + padding: 0 10px; + line-height: 22px; + width: 0; + background-color: LightBlue; + box-sizing: border-box; +} +#progressBar2 div { + box-sizing: border-box; +} + +#progressBar3 { + width: 90%; + margin: 10px auto; + height: 22px; + background-color: Blue; +} +#progressBar3 div { + height: 100%; + text-align: right; + padding: 0 10px; + line-height: 22px; + width: 0; + background-color: LightBlue; + box-sizing: border-box; +} +#progressBar3 div { + box-sizing: border-box; +} + + + + +#progressBar4 { + width: 90%; + margin: 10px auto; + height: 22px; + background-color: Blue; +} +#progressBar4 div { + height: 100%; + text-align: right; + padding: 0 10px; + line-height: 22px; + width: 0; + background-color: LightBlue; + box-sizing: border-box; +} +#progressBar4 div { + box-sizing: border-box; +} + +#progressBarHS { + width: 90%; + margin: 10px auto; + height: 22px; + background-color: Blue; +} + +#progressBarHS div { + height: 100%; + text-align: right; + padding: 0 10px; + line-height: 22px; /* same as #progressBar height if we want text middle aligned */ + width: 0; + background-color: LightBlue; + box-sizing: border-box; +} +#progressBarHS div { + box-sizing: border-box; +} +#progressBarHS0 { + width: 90%; + margin: 10px auto; + height: 22px; + background-color: Blue; +} + +#progressBarHS0 div { + height: 100%; + text-align: right; + padding: 0 10px; + line-height: 22px; /* same as #progressBar height if we want text middle aligned */ + width: 0; + background-color: LightBlue; + box-sizing: border-box; +} +#progressBarHS0 div { + box-sizing: border-box; +} +#progressBarHS1 { + width: 90%; + margin: 10px auto; + height: 22px; + background-color: Blue; +} + +#progressBarHS1 div { + height: 100%; + text-align: right; + padding: 0 10px; + line-height: 22px; /* same as #progressBar height if we want text middle aligned */ + width: 0; + background-color: LightBlue; + box-sizing: border-box; +} +#progressBarHS1 div { + box-sizing: border-box; +} + + +#progressBarHS2 { + width: 90%; + margin: 10px auto; + height: 22px; + background-color: Blue; +} + +#progressBarHS2 div { + height: 100%; + text-align: right; + padding: 0 10px; + line-height: 22px; /* same as #progressBar height if we want text middle aligned */ + width: 0; + background-color: LightBlue; + box-sizing: border-box; +} +#progressBarHS2 div { + box-sizing: border-box; +} + +#progressBarHS3 { + width: 90%; + margin: 10px auto; + height: 22px; + background-color: Blue; +} + +#progressBarHS3 div { + height: 100%; + text-align: right; + padding: 0 10px; + line-height: 22px; /* same as #progressBar height if we want text middle aligned */ + width: 0; + background-color: LightBlue; + box-sizing: border-box; +} +#progressBarHS3 div { + box-sizing: border-box; +} + + +#progressBarHS4 { + width: 90%; + margin: 10px auto; + height: 22px; + background-color: Blue; +} + +#progressBarHS4 div { + height: 100%; + text-align: right; + padding: 0 10px; + line-height: 22px; /* same as #progressBar height if we want text middle aligned */ + width: 0; + background-color: LightBlue; + box-sizing: border-box; +} +#progressBarHS4 div { + box-sizing: border-box; +} \ No newline at end of file diff --git a/HyperSet/vues/homePage.html b/HyperSet/vues/homePage.html index ee1d8bb..128b813 100644 --- a/HyperSet/vues/homePage.html +++ b/HyperSet/vues/homePage.html @@ -83,9 +83,9 @@ -