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