From 8537f043f7563f724ca167174780697e5385e410 Mon Sep 17 00:00:00 2001 From: parpaing Date: Sat, 25 Mar 2023 00:57:19 +0100 Subject: [PATCH] changement des couleurs de la note vers les couleurs totalist spies --- note_kfet/static/css/custom.css | 70 ++++++++++++++++++++++++--------- 1 file changed, 51 insertions(+), 19 deletions(-) diff --git a/note_kfet/static/css/custom.css b/note_kfet/static/css/custom.css index 521e5a82..663b156e 100644 --- a/note_kfet/static/css/custom.css +++ b/note_kfet/static/css/custom.css @@ -65,7 +65,10 @@ mark { /* Last BDE colors */ .bg-primary { - background-color: rgb(102, 83, 105) !important; +/* background-color: rgb(18, 67, 4) !important; */ +/* MODE VIEUXCON=ON */ +/* background-color: rgb(166, 0, 2) !important; */ + background-color: rgb(0, 0, 0) !important; } html { @@ -80,15 +83,15 @@ body { .btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active { - color: #fff; - background-color: rgb(102, 83, 105); - border-color: rgb(102, 83, 105); + color: rgb(241, 229, 52); + background-color: rgb(228, 35, 132); + border-color: rgb(228, 35, 132); } .btn-outline-primary { - color: rgb(102, 83, 105); - background-color: rgba(248, 249, 250, 0.9); - border-color: rgb(102, 83, 105); + color: #fff; + background-color: #000; + border-color: #464647; } .turbolinks-progress-bar { @@ -98,36 +101,65 @@ body { .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active { - color: #fff; - background-color: rgb(102, 83, 105); - border-color: rgb(102, 83, 105); + color: rgb(241, 229, 52); + background-color: rgb(228, 35, 132); + border-color: rgb(228, 35, 132); } .btn-primary { - color: rgba(248, 249, 250, 0.9); - background-color: rgb(102, 83, 105); - border-color: rgb(102, 83, 105); + color: #fff; + background-color: #000; + border-color: #adb5bd; } .border-primary { - border-color: rgb(115, 15, 115) !important; + border-color: rgb(228, 35, 132) !important; } +.btn-secondary { + color: #fff; + background-color: #000; + border-color: #adb5bd; +} + +.btn-secondary:hover, +.btn-secondary:not(:disabled):not(.disabled).active, +.btn-secondary:not(:disabled):not(.disabled):active { + color: rgb(241, 229, 52); + background-color: rgb(228, 35, 132); + border-color: rgb(228, 35, 132); +} + + +.btn-outline-dark { + color: #343a40; + border-color: #343a40; +} + +.btn-outline-dark:hover, +.btn-outline-dark:not(:disabled):not(.disabled).active, +.btn-outline-dark:not(:disabled):not(.disabled):active { + color: rgb(241, 229, 52); + background-color: rgb(228, 35, 132); + border-color: rgb(228, 35, 132); +} + + a { - color: rgb(102, 83, 105); + color: rgb(228, 35, 132); } a:hover { - color: rgb(200, 30, 200); + color: rgb(228, 35, 132); } .form-control:focus { - box-shadow: 0 0 0 0.25rem rgba(200, 30, 200, 0.25); - border-color: rgb(200, 30, 200); + box-shadow: 0 0 0 0.25rem rgb(228 35 132 / 50%); + border-color: rgb(228, 35, 132); } .btn-outline-primary.focus { - box-shadow: 0 0 0 0.25rem rgba(200, 30, 200, 0.5); + box-shadow: 0 0 0 0.25rem rgb(228 35 132 / 10%); }