]> git.immae.eu Git - perso/Denise/oms.git/blame - static/style.css
Bug mineur corrigé (date inférieure à la date de naissance)
[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
723d52a6
DL
24#statut_courbes {
25 color: #505050 ;
26 font-size: 0.9em ;
27
28}
29
fd69b6b5
DL
30input[type="text"] {
31 max-width: 20vw;
32}
33
61020126
DL
34img#courbe {
35 max-width: 100%
36}
fd69b6b5 37
cf0d4c8c 38#sectioncourbe, #section_courbe_poids, #section_courbe_taille, #section_extradonnees {
5679dfd0
DL
39 display: none;
40}
41
42#sectionexport {
43 display: none;
44}
45
e4ec2d3d 46#export_texte {
5679dfd0
DL
47 width: 25em;
48 height: 20em;
61020126 49 max-width: 100%
5679dfd0 50}
e4ec2d3d
DL
51#export {
52 display: none;
53}
66a3e38c 54
723d52a6 55#courbe_warnings, #courbe_erreurs, #pref_graphique, #extra, #multi, #prema{
66a3e38c
DL
56 display: none;
57}
a46e1269 58
be2bf515 59
85e9aa73 60
ca61f310
DL
61.enfants_cache_def{
62 display: none;
63}
64
442a69cb 65.icon_button {
723d52a6 66 #display: block;
93ba28a7
SC
67 cursor: pointer;
68 position: relative;
69}
70
442a69cb 71.icon_button img {
93ba28a7 72 border-radius: 100%;
d5af53b5
SC
73 box-shadow: 0px 0px 5px #55f;
74 vertical-align: middle;
93ba28a7
SC
75}
76
442a69cb 77.icon_button .icon_legend {
93ba28a7
SC
78 text-align: center;
79 opacity: 0.7;
80 line-height: 1.5;
81 background: rgba(256,256,256,0.5);
d5af53b5
SC
82 padding: 3px 7px;
83 vertical-align: middle;
93ba28a7
SC
84}
85
442a69cb 86#fichier_donnees, #reset_donnees {
61020126 87 display: none;
93ba28a7
SC
88}
89
30158504
DL
90.petit {
91 font-size: 0.8em;
92}
93
be2bf515
DL
94.bouton {
95 text-decoration: underline;
96}
97
98.bouton:hover {
99 cursor:pointer;
100}
2c023f1a
DL
101
102.donneesplus {
103 display: none;
104}
21c5bd57
DL
105
106nav {
107 position: fixed;
108 bottom: 1px;
109 background-color:#EEEEEE;
110 border:solid 1px;
111 padding: 4px;
112}
113
114#content {
115 padding-bottom: 70px;
116}
6ac2173a
DL
117
118/* Taille des champs */
119.texte {
120 width:20em
121}
122
123.data {
124 width:7em
125}
e4ec2d3d 126
9d7f1506
DL
127/* Réponses dans la page liste */
128.reponses {
129 font-size: 0.9em ;
130 display: none;
131
132}
133
e4ec2d3d
DL
134/* Page changelog */
135#suite_changelog {
136 display: none;
137}