]> git.immae.eu Git - perso/Denise/oms.git/blob - static/style.css
97f20d92c0421fa70c403b6255b053bcb9a3926d
[perso/Denise/oms.git] / static / style.css
1 body {
2 background-color:#EEEEEE;
3 }
4
5 h1 {
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
17 input[type="text"] {
18 max-width: 20vw;
19 }
20
21
22
23 #sectioncourbe {
24 display: none;
25 }
26
27 #sectionexport {
28 display: none;
29 }
30
31 #export {
32 width: 25em;
33 height: 20em;
34 display:none;
35 }
36
37 #courbe_warnings {
38 display: none;
39 }
40
41 #courbe_erreurs {
42 display: none;
43 }
44
45 #import_donnees, #pref_graphique{
46 display: none;
47 }
48
49 .bouton {
50 text-decoration: underline;
51 }
52
53 .bouton:hover {
54 cursor:pointer;
55 }