]> git.immae.eu Git - perso/Denise/oms.git/blame - static/style.css
couleurs personnalisables, affichage amélioré (on peut masquer notamment).
[perso/Denise/oms.git] / static / style.css
CommitLineData
5679dfd0 1body {
fd69b6b5 2 background-color:#EEEEEE;
5679dfd0
DL
3}
4
fd69b6b5
DL
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
5679dfd0
DL
23#sectioncourbe {
24 display: none;
25}
26
27#sectionexport {
28 display: none;
29}
30
31#export {
32 width: 25em;
33 height: 20em;
be2bf515 34 display:none;
5679dfd0 35}
66a3e38c
DL
36
37#courbe_warnings {
38 display: none;
39}
a46e1269
DL
40
41#courbe_erreurs {
42 display: none;
43}
be2bf515
DL
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}