]> git.immae.eu Git - perso/Denise/oms.git/blob - static/style.css
95cd55e51352600c46ed511a7319dfc72c6cb71e
[perso/Denise/oms.git] / static / style.css
1 body {
2 background-color:#EEEEEE;
3 }
4
5 h1 {
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 input[type="text"] {
25 max-width: 20vw;
26 }
27
28 img#courbe {
29 max-width: 100%
30 }
31
32 #sectioncourbe, #section_courbe_poids, #section_courbe_taille, #section_extradonnees {
33 display: none;
34 }
35
36 #sectionexport {
37 display: none;
38 }
39
40 #export {
41 width: 25em;
42 height: 20em;
43 display:none;
44 max-width: 100%
45 }
46
47 #courbe_warnings {
48 display: none;
49 }
50
51 #courbe_erreurs {
52 display: none;
53 }
54
55 #pref_graphique, #extra, #multi{
56 display: none;
57 }
58
59 #prema {
60 display: none;
61 }
62
63 .enfants_cache_def{
64 display: none;
65 }
66
67 .icon_button {
68 display: block;
69 cursor: pointer;
70 position: relative;
71 }
72
73 .icon_button img {
74 border-radius: 100%;
75 box-shadow: 0px 0px 5px #55f;
76 vertical-align: middle;
77 }
78
79 .icon_button .icon_legend {
80 text-align: center;
81 opacity: 0.7;
82 line-height: 1.5;
83 background: rgba(256,256,256,0.5);
84 padding: 3px 7px;
85 vertical-align: middle;
86 }
87
88 #fichier_donnees, #reset_donnees {
89 display: none;
90 }
91
92 .petit {
93 font-size: 0.8em;
94 }
95
96 .bouton {
97 text-decoration: underline;
98 }
99
100 .bouton:hover {
101 cursor:pointer;
102 }
103
104 .donneesplus {
105 display: none;
106 }
107
108 nav {
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 }
119
120 /* Taille des champs */
121 .texte {
122 width:20em
123 }
124
125 .data {
126 width:7em
127 }