]> git.immae.eu Git - perso/Denise/oms.git/blame - static/style.css
petites améliorations graphiques, icône, etc
[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
e4ec2d3d 40#export_texte {
5679dfd0
DL
41 width: 25em;
42 height: 20em;
61020126 43 max-width: 100%
5679dfd0 44}
e4ec2d3d
DL
45#export {
46 display: none;
47}
66a3e38c
DL
48
49#courbe_warnings {
50 display: none;
51}
a46e1269
DL
52
53#courbe_erreurs {
54 display: none;
55}
be2bf515 56
ca61f310 57#pref_graphique, #extra, #multi{
be2bf515
DL
58 display: none;
59}
60
85e9aa73
DL
61#prema {
62 display: none;
63}
64
ca61f310
DL
65.enfants_cache_def{
66 display: none;
67}
68
442a69cb 69.icon_button {
d03279e7 70 display: block;
93ba28a7
SC
71 cursor: pointer;
72 position: relative;
73}
74
442a69cb 75.icon_button img {
93ba28a7 76 border-radius: 100%;
d5af53b5
SC
77 box-shadow: 0px 0px 5px #55f;
78 vertical-align: middle;
93ba28a7
SC
79}
80
442a69cb 81.icon_button .icon_legend {
93ba28a7
SC
82 text-align: center;
83 opacity: 0.7;
84 line-height: 1.5;
85 background: rgba(256,256,256,0.5);
d5af53b5
SC
86 padding: 3px 7px;
87 vertical-align: middle;
93ba28a7
SC
88}
89
442a69cb 90#fichier_donnees, #reset_donnees {
61020126 91 display: none;
93ba28a7
SC
92}
93
30158504
DL
94.petit {
95 font-size: 0.8em;
96}
97
be2bf515
DL
98.bouton {
99 text-decoration: underline;
100}
101
102.bouton:hover {
103 cursor:pointer;
104}
2c023f1a
DL
105
106.donneesplus {
107 display: none;
108}
21c5bd57
DL
109
110nav {
111 position: fixed;
112 bottom: 1px;
113 background-color:#EEEEEE;
114 border:solid 1px;
115 padding: 4px;
116}
117
118#content {
119 padding-bottom: 70px;
120}
6ac2173a
DL
121
122/* Taille des champs */
123.texte {
124 width:20em
125}
126
127.data {
128 width:7em
129}
e4ec2d3d
DL
130
131/* Page changelog */
132#suite_changelog {
133 display: none;
134}