From fd69b6b5fd9117baeb2b39fa75c3efa3740e2227 Mon Sep 17 00:00:00 2001 From: Denise sur Lya Date: Thu, 18 Jun 2020 23:52:53 +0200 Subject: =?UTF-8?q?couleurs=20personnalisables,=20affichage=20am=C3=A9lior?= =?UTF-8?q?=C3=A9=20(on=20peut=20masquer=20notamment).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 58fdd24..97f20d9 100644 --- a/static/style.css +++ b/static/style.css @@ -1,7 +1,25 @@ body { - background-color:#CCCCCC; + background-color:#EEEEEE; } +h1 { + background: #55f; + padding: 5px 10px; + border-radius: 10px; + color: #ffc0b0; + text-align: center; +} + +#warnings { + background: #ff8060; +} + +input[type="text"] { + max-width: 20vw; +} + + + #sectioncourbe { display: none; } -- cgit v1.2.3