summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-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}