]> git.immae.eu Git - perso/Denise/oms.git/blame_incremental - static/style.css
couleurs personnalisables, affichage amélioré (on peut masquer notamment).
[perso/Denise/oms.git] / static / style.css
... / ...
CommitLineData
1body {
2 background-color:#EEEEEE;
3}
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
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}