]> git.immae.eu Git - perso/Denise/oms.git/blame - static/style.css
extrapolation des courbes et calculs associƩs
[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
cf0d4c8c
DL
13.bandeau_beta {
14 background: #F5BF62;
15 border-style: solid;
16 border-width: 3px ;
17 padding: 0px 5px ;
18}
19
fd69b6b5
DL
20#warnings {
21 background: #ff8060;
22}
23
24input[type="text"] {
25 max-width: 20vw;
26}
27
61020126
DL
28img#courbe {
29 max-width: 100%
30}
fd69b6b5 31
cf0d4c8c 32#sectioncourbe, #section_courbe_poids, #section_courbe_taille, #section_extradonnees {
5679dfd0
DL
33 display: none;
34}
35
36#sectionexport {
37 display: none;
38}
39
40#export {
41 width: 25em;
42 height: 20em;
be2bf515 43 display:none;
61020126 44 max-width: 100%
5679dfd0 45}
66a3e38c
DL
46
47#courbe_warnings {
48 display: none;
49}
a46e1269
DL
50
51#courbe_erreurs {
52 display: none;
53}
be2bf515 54
cf0d4c8c 55#pref_graphique, #extra {
be2bf515
DL
56 display: none;
57}
58
85e9aa73
DL
59#prema {
60 display: none;
61}
62
442a69cb 63.icon_button {
d03279e7 64 display: block;
93ba28a7
SC
65 cursor: pointer;
66 position: relative;
67}
68
442a69cb 69.icon_button img {
93ba28a7 70 border-radius: 100%;
d5af53b5
SC
71 box-shadow: 0px 0px 5px #55f;
72 vertical-align: middle;
93ba28a7
SC
73}
74
442a69cb 75.icon_button .icon_legend {
93ba28a7
SC
76 text-align: center;
77 opacity: 0.7;
78 line-height: 1.5;
79 background: rgba(256,256,256,0.5);
d5af53b5
SC
80 padding: 3px 7px;
81 vertical-align: middle;
93ba28a7
SC
82}
83
442a69cb 84#fichier_donnees, #reset_donnees {
61020126 85 display: none;
93ba28a7
SC
86}
87
30158504
DL
88.petit {
89 font-size: 0.8em;
90}
91
be2bf515
DL
92.bouton {
93 text-decoration: underline;
94}
95
96.bouton:hover {
97 cursor:pointer;
98}
2c023f1a
DL
99
100.donneesplus {
101 display: none;
102}