]> git.immae.eu Git - perso/Denise/oms.git/blame_incremental - static/style.css
changelog à jour (pour mise en prod)
[perso/Denise/oms.git] / static / style.css
... / ...
CommitLineData
1body {
2 background-color:#EEEEEE;
3}
4
5h1 {
6 background: #55f;
7 padding: 5px 10px;
8 border-radius: 10px;
9 color: #ffc0b0;
10 text-align: center;
11}
12
13.bandeau_beta {
14 background: #F5BF62;
15 border-style: solid;
16 border-width: 3px ;
17 padding: 0px 5px ;
18}
19
20#warnings {
21 background: #ff8060;
22}
23
24#statut_courbes {
25 color: #505050 ;
26 font-size: 0.9em ;
27
28}
29
30input[type="text"] {
31 max-width: 20vw;
32}
33
34img#courbe {
35 max-width: 100%
36}
37
38#sectioncourbe, #section_courbe_poids, #section_courbe_taille, #section_extradonnees {
39 display: none;
40}
41
42#sectionexport {
43 display: none;
44}
45
46#export_texte {
47 width: 25em;
48 height: 20em;
49 max-width: 100%
50}
51#export {
52 display: none;
53}
54
55#courbe_warnings, #courbe_erreurs, #pref_graphique, #extra, #multi, #prema{
56 display: none;
57}
58
59
60
61.enfants_cache_def{
62 display: none;
63}
64
65.icon_button {
66 #display: block;
67 cursor: pointer;
68 position: relative;
69}
70
71.icon_button img {
72 border-radius: 100%;
73 box-shadow: 0px 0px 5px #55f;
74 vertical-align: middle;
75}
76
77.icon_button .icon_legend {
78 text-align: center;
79 opacity: 0.7;
80 line-height: 1.5;
81 background: rgba(256,256,256,0.5);
82 padding: 3px 7px;
83 vertical-align: middle;
84}
85
86#fichier_donnees, #reset_donnees {
87 display: none;
88}
89
90.petit {
91 font-size: 0.8em;
92}
93
94.bouton {
95 text-decoration: underline;
96}
97
98.bouton:hover {
99 cursor:pointer;
100}
101
102.donneesplus {
103 display: none;
104}
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}
117
118/* Taille des champs */
119.texte {
120 width:20em
121}
122
123.data {
124 width:7em
125}
126
127/* Réponses dans la page liste */
128.reponses {
129 font-size: 0.9em ;
130 display: none;
131
132}
133
134/* Page changelog */
135#suite_changelog {
136 display: none;
137}