]> git.immae.eu Git - perso/Denise/oms.git/blame - static/style.css
amélioration de l'affichage préma (masqué par défaut) + faq
[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
8b5845ff 25#sectioncourbe, #section_courbe_poids, #section_courbe_taille {
5679dfd0
DL
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
85e9aa73
DL
52#prema {
53 display: none;
54}
55
442a69cb 56.icon_button {
d03279e7 57 display: block;
93ba28a7
SC
58 cursor: pointer;
59 position: relative;
60}
61
442a69cb 62.icon_button img {
93ba28a7 63 border-radius: 100%;
d5af53b5
SC
64 box-shadow: 0px 0px 5px #55f;
65 vertical-align: middle;
93ba28a7
SC
66}
67
442a69cb 68.icon_button .icon_legend {
93ba28a7
SC
69 text-align: center;
70 opacity: 0.7;
71 line-height: 1.5;
72 background: rgba(256,256,256,0.5);
d5af53b5
SC
73 padding: 3px 7px;
74 vertical-align: middle;
93ba28a7
SC
75}
76
442a69cb 77#fichier_donnees, #reset_donnees {
61020126 78 display: none;
93ba28a7
SC
79}
80
30158504
DL
81.petit {
82 font-size: 0.8em;
83}
84
be2bf515
DL
85.bouton {
86 text-decoration: underline;
87}
88
89.bouton:hover {
90 cursor:pointer;
91}
2c023f1a
DL
92
93.donneesplus {
94 display: none;
95}