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