summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDenise sur Lya <sekhmet@lya>2020-06-18 23:52:53 +0200
committerDenise sur Lya <sekhmet@lya>2020-06-18 23:52:53 +0200
commitfd69b6b5fd9117baeb2b39fa75c3efa3740e2227 (patch)
treef6206846aa691d25ec1c693b90dc9ac8b1c01e6e /static
parentbe2bf5155489b103e616845ffedb1a58c3808c48 (diff)
downloadoms-fd69b6b5fd9117baeb2b39fa75c3efa3740e2227.tar.gz
oms-fd69b6b5fd9117baeb2b39fa75c3efa3740e2227.tar.zst
oms-fd69b6b5fd9117baeb2b39fa75c3efa3740e2227.zip
couleurs personnalisables, affichage amélioré (on peut masquer notamment).
Diffstat (limited to 'static')
-rw-r--r--static/style.css20
1 files changed, 19 insertions, 1 deletions
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 @@
1body { 1body {
2 background-color:#CCCCCC; 2 background-color:#EEEEEE;
3} 3}
4 4
5h1 {
6 background: #55f;
7 padding: 5px 10px;
8 border-radius: 10px;
9 color: #ffc0b0;
10 text-align: center;
11}
12
13#warnings {
14 background: #ff8060;
15}
16
17input[type="text"] {
18 max-width: 20vw;
19}
20
21
22
5#sectioncourbe { 23#sectioncourbe {
6 display: none; 24 display: none;
7} 25}