]> git.immae.eu Git - perso/Denise/oms.git/blame_incremental - static/style.css
petites améliorations graphiques, icône, etc
[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
24input[type="text"] {
25 max-width: 20vw;
26}
27
28img#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_texte {
41 width: 25em;
42 height: 20em;
43 max-width: 100%
44}
45#export {
46 display: none;
47}
48
49#courbe_warnings {
50 display: none;
51}
52
53#courbe_erreurs {
54 display: none;
55}
56
57#pref_graphique, #extra, #multi{
58 display: none;
59}
60
61#prema {
62 display: none;
63}
64
65.enfants_cache_def{
66 display: none;
67}
68
69.icon_button {
70 display: block;
71 cursor: pointer;
72 position: relative;
73}
74
75.icon_button img {
76 border-radius: 100%;
77 box-shadow: 0px 0px 5px #55f;
78 vertical-align: middle;
79}
80
81.icon_button .icon_legend {
82 text-align: center;
83 opacity: 0.7;
84 line-height: 1.5;
85 background: rgba(256,256,256,0.5);
86 padding: 3px 7px;
87 vertical-align: middle;
88}
89
90#fichier_donnees, #reset_donnees {
91 display: none;
92}
93
94.petit {
95 font-size: 0.8em;
96}
97
98.bouton {
99 text-decoration: underline;
100}
101
102.bouton:hover {
103 cursor:pointer;
104}
105
106.donneesplus {
107 display: none;
108}
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}
121
122/* Taille des champs */
123.texte {
124 width:20em
125}
126
127.data {
128 width:7em
129}
130
131/* Page changelog */
132#suite_changelog {
133 display: none;
134}