]> git.immae.eu Git - perso/Denise/oms.git/blame_incremental - static/style.css
amélioration du code encore (et fonction debug pour aider au debug)
[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#warnings {
14 background: #ff8060;
15}
16
17input[type="text"] {
18 max-width: 20vw;
19}
20
21img#courbe {
22 max-width: 100%
23}
24
25#sectioncourbe {
26 display: none;
27}
28
29#sectionexport {
30 display: none;
31}
32
33#export {
34 width: 25em;
35 height: 20em;
36 display:none;
37 max-width: 100%
38}
39
40#courbe_warnings {
41 display: none;
42}
43
44#courbe_erreurs {
45 display: none;
46}
47
48#pref_graphique {
49 display: none;
50}
51
52#import_donnees label {
53 display: inline-block;
54 cursor: pointer;
55 position: relative;
56}
57
58#import_donnees label img {
59 border-radius: 100%;
60 box-shadow: 0px 0px 5px #55f;
61 vertical-align: middle;
62}
63
64#import_donnees label .icon_legend {
65 text-align: center;
66 opacity: 0.7;
67 line-height: 1.5;
68 background: rgba(256,256,256,0.5);
69 padding: 3px 7px;
70 vertical-align: middle;
71}
72
73#import_donnees input {
74 display: none;
75}
76
77.bouton {
78 text-decoration: underline;
79}
80
81.bouton:hover {
82 cursor:pointer;
83}