]> git.immae.eu Git - perso/Denise/oms.git/blame - static/style.css
amélioration du code encore
[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
61020126
DL
21img#courbe {
22 max-width: 100%
23}
fd69b6b5 24
5679dfd0
DL
25#sectioncourbe {
26 display: none;
27}
28
29#sectionexport {
30 display: none;
31}
32
33#export {
34 width: 25em;
35 height: 20em;
be2bf515 36 display:none;
61020126 37 max-width: 100%
5679dfd0 38}
66a3e38c
DL
39
40#courbe_warnings {
41 display: none;
42}
a46e1269
DL
43
44#courbe_erreurs {
45 display: none;
46}
be2bf515 47
93ba28a7 48#pref_graphique {
be2bf515
DL
49 display: none;
50}
51
93ba28a7
SC
52#import_donnees label {
53 height: 128px;
54 display: inline-block;
55 cursor: pointer;
56 position: relative;
57}
58
59#import_donnees label img {
60 border-radius: 100%;
61 box-shadow: 0px 0px 10px #55f;
62}
63
64#import_donnees label .icon_legend {
65 position: absolute;
66 top: 50%;
67 left: 50%;
68 transform: translate(-50%,-50%);
69 width: 90%;
70 text-align: center;
71 opacity: 0.7;
72 line-height: 1.5;
73 background: rgba(256,256,256,0.5);
74}
75
76#import_donnees input {
61020126 77 display: none;
93ba28a7
SC
78}
79
be2bf515
DL
80.bouton {
81 text-decoration: underline;
82}
83
84.bouton:hover {
85 cursor:pointer;
86}