]> git.immae.eu Git - perso/Denise/oms.git/blame - static/style.css
nouveauté : courbes multiples
[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
ca61f310 55#pref_graphique, #extra, #multi{
be2bf515
DL
56 display: none;
57}
58
85e9aa73
DL
59#prema {
60 display: none;
61}
62
ca61f310
DL
63.enfants_cache_def{
64 display: none;
65}
66
442a69cb 67.icon_button {
d03279e7 68 display: block;
93ba28a7
SC
69 cursor: pointer;
70 position: relative;
71}
72
442a69cb 73.icon_button img {
93ba28a7 74 border-radius: 100%;
d5af53b5
SC
75 box-shadow: 0px 0px 5px #55f;
76 vertical-align: middle;
93ba28a7
SC
77}
78
442a69cb 79.icon_button .icon_legend {
93ba28a7
SC
80 text-align: center;
81 opacity: 0.7;
82 line-height: 1.5;
83 background: rgba(256,256,256,0.5);
d5af53b5
SC
84 padding: 3px 7px;
85 vertical-align: middle;
93ba28a7
SC
86}
87
442a69cb 88#fichier_donnees, #reset_donnees {
61020126 89 display: none;
93ba28a7
SC
90}
91
30158504
DL
92.petit {
93 font-size: 0.8em;
94}
95
be2bf515
DL
96.bouton {
97 text-decoration: underline;
98}
99
100.bouton:hover {
101 cursor:pointer;
102}
2c023f1a
DL
103
104.donneesplus {
105 display: none;
106}
21c5bd57
DL
107
108nav {
109 position: fixed;
110 bottom: 1px;
111 background-color:#EEEEEE;
112 border:solid 1px;
113 padding: 4px;
114}
115
116#content {
117 padding-bottom: 70px;
118}