From 6813009d7a8ead35f9714da9b427cc43a0f8fab8 Mon Sep 17 00:00:00 2001 From: "barraux.a" Date: Sun, 2 Jan 2022 12:20:53 +0100 Subject: [PATCH] =?UTF-8?q?peaufinage=20et=20d=C3=A9tails?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RE => README.md | 0 css/style.css | 498 +++++++++++++++++------------------- css/style.css.map | 2 +- database/ticket_panne.db | Bin 16384 -> 16384 bytes font/raleway.ttf | Bin img/logo_PC.png | Bin img/voile.JPG | Bin package.json | 0 prof/index.php | 2 +- referant/cible/delete.php | 0 referant/cible/export.php | 0 referant/include/line.php | 4 +- referant/include/popup.html | 0 referant/index.php | 2 +- referant/js/edit.js | 2 +- sass/main.scss | 7 +- 16 files changed, 238 insertions(+), 279 deletions(-) rename RE => README.md (100%) mode change 100644 => 100755 mode change 100644 => 100755 css/style.css mode change 100644 => 100755 css/style.css.map mode change 100644 => 100755 font/raleway.ttf mode change 100644 => 100755 img/logo_PC.png mode change 100644 => 100755 img/voile.JPG mode change 100644 => 100755 package.json mode change 100644 => 100755 referant/cible/delete.php mode change 100644 => 100755 referant/cible/export.php mode change 100644 => 100755 referant/include/popup.html mode change 100644 => 100755 referant/js/edit.js mode change 100644 => 100755 sass/main.scss diff --git a/RE b/README.md old mode 100644 new mode 100755 similarity index 100% rename from RE rename to README.md diff --git a/css/style.css b/css/style.css old mode 100644 new mode 100755 index c65c851..cb8c367 --- a/css/style.css +++ b/css/style.css @@ -1,380 +1,338 @@ @font-face { - font-family: "monofonto"; - src: url("../font/raleway.ttf") format("truetype"); + font-family: "monofonto"; + src: url("../font/raleway.ttf") format("truetype"); } - body { - z-index: 1; - font-family: monofonto; - background-color: #e5e5e5; - margin: 143px 20px; - text-align: center; + z-index: 1; + font-family: monofonto; + background-color: #e5e5e5; + margin: 143px 20px; + text-align: center; } - body > a { - position: absolute; - left: 20px; - top: 20px; - margin: auto; + position: absolute; + left: 20px; + top: 20px; + margin: auto; } - body .logo { - display: block; + display: block; } - body h1 { - margin: 40px; - font-weight: bold; - color: #454545; + margin: 40px; + font-weight: bold; + color: #454545; } - body p { - font-weight: bold; - color: #ac2a8d; - font-size: 20px; - height: 20px; + font-weight: bold; + color: #ac2a8d; + font-size: 20px; + height: 20px; } .nav { - width: 80%; - margin-left: 10%; - margin-bottom: 3%; - background-color: #84878C; - border-radius: 20px; + width: 80%; + margin-left: 10%; + margin-bottom: 3%; + background-color: #84878C; + border-radius: 20px; } - .nav ul { - margin: auto; - padding: 0; - width: 60%; + margin: auto; + padding: 0; + width: 60%; } - .nav ul::after { - content: ""; - display: block; - clear: both; + content: ""; + display: block; + clear: both; } - .nav__link { - width: 20%; - min-width: 100px; - float: left; - position: relative; - text-align: center; - list-style-type: none; + width: 20%; + min-width: 100px; + float: left; + position: relative; + text-align: center; + list-style-type: none; } - .nav__link:hover { - background-color: #59184E; - transition: .25s; - border-radius: 10px; + background-color: #59184E; + transition: 0.65s; + border-radius: 10px; } - .nav__link a { - padding-top: 10px; - padding-bottom: 10px; - color: white; - font-weight: bold; - display: inline-block; - text-decoration: none; + padding-top: 10px; + padding-bottom: 10px; + color: white; + font-weight: bold; + display: inline-block; + text-decoration: none; } - .nav__link a:hover { - color: white; + color: white; } form { - width: 20%; - min-width: 300px; - background-color: white; - display: block; - position: relative; - margin: auto; - border-radius: 30px; - padding: 20px; + width: 20%; + min-width: 300px; + background-color: white; + display: block; + position: relative; + margin: auto; + border-radius: 30px; + padding: 20px; } .container-field { - position: relative; + position: relative; } - .container-field small { - display: none; - color: red; + display: none; + color: red; } - .container-field__img { - display: none; - position: relative; - float: right; - width: 20px; - bottom: 20px; - right: 20px; + display: none; + position: relative; + float: right; + width: 20px; + bottom: 20px; + right: 20px; } - .container-field__field { - background-color: inherit; - position: relative; - display: block; - text-decoration-line: none; - appearance: none; - text-align: center; - color: #454444; - resize: none; - outline: none; - margin: 10px auto; - border: 4px solid #4e4d4d; - padding: 10px 10px; - border-radius: 30px; - width: 60%; - max-width: 300px; - transition: .25s; + background-color: inherit; + position: relative; + display: block; + text-decoration-line: none; + appearance: none; + text-align: center; + color: #454444; + resize: none; + outline: none; + margin: 10px auto; + border: 4px solid #4e4d4d; + padding: 10px 10px; + border-radius: 30px; + width: 60%; + max-width: 300px; + transition: 0.25s; } - .container-field__field:focus, .container-field__field:hover { - width: 70%; - border-color: #ac2a8d; - background-color: white; + width: 70%; + border-color: #ac2a8d; + background-color: white; } - .container-field__field--submit:hover { - width: 65%; - border-color: #2ecc71; - background-color: #82E6AC; + width: 65%; + border-color: #2ecc71; + background-color: #82E6AC; } .hint { - position: absolute; - width: 100%; - top: 0; + position: absolute; + width: 100%; + top: 0; } - .hint__int { - position: relative; - left: 35%; + position: relative; + left: 35%; } - .hint__help { - display: none; - z-index: 2; - position: relative; - width: 170px; - right: -50px; - border-radius: 30px; - box-shadow: 0 0 10px black; - padding: 15px; - margin: 0; - background-color: #e5e5e5; - font-size: 14px; + display: none; + z-index: 2; + position: relative; + width: 170px; + left: 71%; + border-radius: 30px; + box-shadow: 0 0 10px black; + padding: 15px; + margin: 0; + background-color: #e5e5e5; + font-size: 14px; } - .hint__help:hover { - display: block; + display: block; } - .hint__help p { - position: relative; - font-size: 14px; + position: relative; + font-size: 14px; } - .hint__help img { - border-radius: 15px; - width: 100%; + border-radius: 15px; + width: 100%; } - .hint__help code { - background-color: #aaa; - border-radius: 5px; - font-family: courier, monospace; - padding: 3px 5px; - font-size: 14px; + background-color: #aaa; + border-radius: 5px; + font-family: courier, monospace; + padding: 3px 5px; + font-size: 14px; } .table { - width: 80%; - border-radius: 5px; - margin-left: 10%; - margin-top: 2%; - background-color: #84878C; - color: white; - border: 1px solid #84878C; + width: 80%; + border-radius: 5px; + margin-left: 10%; + margin-top: 2%; + background-color: #84878C; + color: white; + border: 1px solid #84878C; } - .table th { - width: 1%; + width: 1%; } - .table td { - background-color: #e5e5e5; - border: 1px solid #84878C; - width: 1%; - min-width: 20px; - border-radius: 5px; - text-align: center; - word-break: break-all; - color: #84878C; + background-color: #e5e5e5; + border: 1px solid #84878C; + width: 1%; + min-width: 20px; + border-radius: 5px; + text-align: center; + word-break: break-all; + color: #84878C; } - .table td img { - width: 40%; - max-width: 40px; + width: 40%; + max-width: 40px; } - -.table td input { - border: 2px solid #ac2a8d; - border-radius: 5px; - text-align: inherit; - outline: none; - color: #84878C; - transition: .05s; +.table td .input { + border: 2px solid #ac2a8d; + border-radius: 5px; + text-align: inherit; + outline: none; + color: #84878C; + transition: 0.05s; } - -.table td input:hover { - font-weight: bold; +.table td .input:hover { + font-weight: bold; } - -.table td input:focus { - font-weight: bold; - border: 4px solid #ac2a8d; +.table td .input:focus { + font-weight: bold; + border: 4px solid #ac2a8d; } - .table__title td { - color: #ac2a8d; - font-weight: bold; - word-break: normal; + color: #ac2a8d; + font-weight: bold; + word-break: normal; } - .table__switch { - position: relative; - display: inline-block; - width: 60px; - height: 34px; + position: relative; + display: inline-block; + width: 60px; + height: 34px; } - .table__switch input { - opacity: 0; - width: 0; - height: 0; + opacity: 0; + width: 0; + height: 0; } - .table__switch input:checked + .table__switch__slider { - background-color: #2ecc71; + background-color: #2ecc71; } - .table__switch input:focus + .table__switch__slider { - box-shadow: 0 0 1px #2ecc71; + box-shadow: 0 0 1px #2ecc71; } - .table__switch input:checked + .table__switch__slider:before { - transform: translateX(26px); + transform: translateX(26px); } - .table__switch__slider { - position: absolute; - cursor: pointer; - top: 0; - left: 0; - right: 0; - bottom: 0; - background-color: crimson; - border-radius: 34px; - transition: .4s; + position: absolute; + cursor: pointer; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: crimson; + border-radius: 34px; + transition: 0.4s; } - .table__switch__slider:before { - position: absolute; - border-radius: 50%; - content: ""; - height: 26px; - width: 26px; - left: 4px; - bottom: 4px; - background-color: white; - transition: .4s; + position: absolute; + border-radius: 50%; + content: ""; + height: 26px; + width: 26px; + left: 4px; + bottom: 4px; + background-color: white; + transition: 0.4s; } .container-popup { - z-index: 1; - position: fixed; - top: 0; - bottom: 0; - left: 0; - right: 0; - background: rgba(0, 0, 0, 0.7); - transition: opacity 500ms; - visibility: hidden; - opacity: 0; + z-index: 1; + position: fixed; + top: 0; + bottom: 0; + left: 0; + right: 0; + background: rgba(0, 0, 0, 0.7); + transition: opacity 500ms; + visibility: hidden; + opacity: 0; } - .container-popup:target { - visibility: visible; - opacity: 1; + visibility: visible; + opacity: 1; } - .container-popup__popup { - margin: auto; - padding: 20px; - background: #fff; - top: 0; - bottom: 0; - left: 0; - right: 0; - border-radius: 5px; - width: 30%; - height: 150px; - position: absolute; - transition: all 5s ease-in-out; + margin: auto; + padding: 20px; + background: #fff; + top: 0; + bottom: 0; + left: 0; + right: 0; + border-radius: 5px; + width: 30%; + height: 150px; + position: absolute; + transition: all 5s ease-in-out; } - .container-popup__popup h2 { - margin-top: 0; - color: #333; + margin-top: 0; + color: #333; } - .container-popup__popup p { - max-height: 30%; - overflow: auto; + max-height: 30%; + overflow: auto; } - .container-popup__popup__close { - position: absolute; - top: 20px; - right: 30px; - transition: all 200ms; - font-size: 30px; - font-weight: bold; - text-decoration: none; - color: #333; + position: absolute; + top: 20px; + right: 30px; + transition: all 200ms; + font-size: 30px; + font-weight: bold; + text-decoration: none; + color: #333; } - .container-popup__popup__close:hover { - color: #06D85F; + color: #06D85F; } .button { - border: 3px solid #ac2a8d; - background-color: #e5e5e5; - font-weight: bold; - text-decoration: none; - transition: .5s; + border: 3px solid #ac2a8d; + background-color: #e5e5e5; + font-weight: bold; + text-decoration: none; + transition: 0.5s; } - .button:hover { - color: #e5e5e5; - background-color: #ac2a8d; + color: #e5e5e5; + background-color: #ac2a8d; } - .button--small { - width: 3rem; - border-radius: 5px; - margin: 5px; - color: #84878C; + width: 3rem; + border-width: medium; + border-radius: 5px; + margin: 5px; + color: #84878C; } - .button--large { - color: #ac2a8d; - display: inline-block; - margin-bottom: 3%; - padding: 10px 40px; - border-radius: 20px; + color: #ac2a8d; + display: inline-block; + margin-bottom: 3%; + padding: 10px 40px; + border-radius: 20px; } + +/*# sourceMappingURL=style.css.map */ diff --git a/css/style.css.map b/css/style.css.map old mode 100644 new mode 100755 index 0d25eab..1385b68 --- a/css/style.css.map +++ b/css/style.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["../sass/main.scss"],"names":[],"mappings":"AAMA;EACI;EACA;;AAGJ;EACI;EACA;EACA,kBAbS;EAcT;EACA;;AACA;EACI;EACA;EACA;EACA;;AAEJ;EACI;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;EACA,OA9BE;EA+BF;EACA;;;AAOR;EACI;EACA;EACA;EACA,kBA9CQ;EA+CR;;AACA;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI,kBAhEG;EAiEH;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;;AAUhB;EACI;EACA;EAEA;EACA;EAEA;EACA;EACA;EACA;;;AAGJ;EACI;;AACA;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA,cAnIF;EAoIE;;AAEJ;EACI;EACA;EACA;;;AASZ;EAII;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBAlKS;EAmKT;;AAdA;EACI;;AAcJ;EACI;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;;;AAQR;EACI;EACA;EACA;EACA;EACA,kBA/LQ;EAgMR;EACA;;AACA;EACI;;AAEJ;EACI,kBArMK;EAuML;EACA;EACA;EACA;EAEA;EACA;EACA,OA/MI;;AAgNJ;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA,OAzNA;EA0NA;;AACA;EACI;;AAEJ;EACI;EACA;;AAIZ;EACI,OAlOE;EAmOF;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;AACA;EACI;;AAEJ;EACI;;AAEJ;EACI;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAOhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;;AAOhB;EACI;EACA,kBA5US;EA6UT;EACA;EACA;;AACA;EACI,OAjVK;EAkVL,kBAhVE;;AAkVN;EACI;EACA;EACA;EACA,OAzVI;;AA2VR;EACI,OAzVE;EA0VF;EACA;EACA;EACA","file":"style.css"} \ No newline at end of file +{"version":3,"sourceRoot":"","sources":["../sass/main.scss"],"names":[],"mappings":"AAMA;EACI;EACA;;AAGJ;EACI;EACA;EACA,kBAbS;EAcT;EACA;;AACA;EACI;EACA;EACA;EACA;;AAEJ;EACI;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;EACA,OA9BE;EA+BF;EACA;;;AAOR;EACI;EACA;EACA;EACA,kBA9CQ;EA+CR;;AACA;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI,kBAhEG;EAiEH;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;;AAUhB;EACI;EACA;EAEA;EACA;EAEA;EACA;EACA;EACA;;;AAGJ;EACI;;AACA;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA,cAnIF;EAoIE;;AAEJ;EACI;EACA;EACA;;;AASZ;EACI;EACA;EACA;;AACA;EACI;EACA;;AAEJ;EAII;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBAzKK;EA0KL;;AAbA;EACI;;AAaJ;EACI;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;;;AAWZ;EACI;EACA;EACA;EACA;EACA,kBAzMQ;EA0MR;EACA;;AACA;EACI;;AAEJ;EACI,kBA/MK;EAiNL;EACA;EACA;EACA;EAEA;EACA;EACA,OAzNI;;AA0NJ;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA,OAnOA;EAoOA;;AACA;EACI;;AAEJ;EACI;EACA;;AAIZ;EACI,OA5OE;EA6OF;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;AACA;EACI;;AAEJ;EACI;;AAEJ;EACI;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAOhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;;AAOhB;EACI;EACA,kBAtVS;EAuVT;EACA;EACA;;AACA;EACI,OA3VK;EA4VL,kBA1VE;;AA4VN;EACI;EACA;EACA;EACA;EACA,OApWI;;AAsWR;EACI,OApWE;EAqWF;EACA;EACA;EACA","file":"style.css"} \ No newline at end of file diff --git a/database/ticket_panne.db b/database/ticket_panne.db index 21d4cb378a00a8d3a25dbbe7c806cfbc0ec47b16..7b84dd715ef7f3e0cdcbc941dc53c8387edc97ca 100755 GIT binary patch delta 19 acmZo@U~Fh$oFL8UJ5k1&(RX9Q0($^Fiv}tH delta 19 acmZo@U~Fh$oFL8UIZ?)$(Q{+M0($^FPX;0Y diff --git a/font/raleway.ttf b/font/raleway.ttf old mode 100644 new mode 100755 diff --git a/img/logo_PC.png b/img/logo_PC.png old mode 100644 new mode 100755 diff --git a/img/voile.JPG b/img/voile.JPG old mode 100644 new mode 100755 diff --git a/package.json b/package.json old mode 100644 new mode 100755 diff --git a/prof/index.php b/prof/index.php index e8b3fe4..1a9182d 100755 --- a/prof/index.php +++ b/prof/index.php @@ -73,7 +73,7 @@ include '../sessions/session.php';
- ',$class,' + ',$class,' ',$line[1],' ',$line[2],' ',$line[3],' @@ -36,7 +36,7 @@ if (isset($line)) { } else { echo ' - + diff --git a/referant/include/popup.html b/referant/include/popup.html old mode 100644 new mode 100755 diff --git a/referant/index.php b/referant/index.php index c67e41f..2ea063d 100755 --- a/referant/index.php +++ b/referant/index.php @@ -9,7 +9,7 @@ include '../sessions/session_restraintes.php'; - + diff --git a/referant/js/edit.js b/referant/js/edit.js old mode 100644 new mode 100755 index 153c425..b8ed969 --- a/referant/js/edit.js +++ b/referant/js/edit.js @@ -28,7 +28,7 @@ function Edit(clas) { let data = new FormData(); if (obj[13].querySelector('input').value == 'edit') { for (let i=1; i< 11; i++) { - obj[i].innerHTML = ''; + obj[i].innerHTML = ''; } obj[13].querySelector('input').value = 'ok'; } diff --git a/sass/main.scss b/sass/main.scss old mode 100644 new mode 100755 index 5570d6a..10e1ecf --- a/sass/main.scss +++ b/sass/main.scss @@ -65,7 +65,7 @@ body { list-style-type: none; &:hover { background-color: $dark-bordeau; - transition: .25s; + transition: .65s; border-radius: 10px; } a { @@ -163,7 +163,7 @@ form { z-index: 2; position: relative; width: 170px; - right: -50px; + left: 71%; border-radius: 30px; box-shadow: 0 0 10px black; padding: 15px; @@ -220,7 +220,7 @@ form { width: 40%; max-width: 40px; } - input { + .input { border: 2px solid $bordeau; border-radius: 5px; text-align: inherit; @@ -351,6 +351,7 @@ form { } &--small { width: 3rem; + border-width: medium; border-radius: 5px; margin: 5px; color: $dark-grey;