summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css32
1 files changed, 31 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 97f20d9..e2d42ff 100644
--- a/static/style.css
+++ b/static/style.css
@@ -42,10 +42,40 @@ input[type="text"] {
42 display: none; 42 display: none;
43} 43}
44 44
45#import_donnees, #pref_graphique{ 45#pref_graphique {
46 display: none; 46 display: none;
47} 47}
48 48
49#import_donnees label {
50 height: 128px;
51 display: inline-block;
52 cursor: pointer;
53 position: relative;
54}
55
56#import_donnees label img {
57 border-radius: 100%;
58 box-shadow: 0px 0px 10px #55f;
59}
60
61#import_donnees label .icon_legend {
62 position: absolute;
63 top: 50%;
64 left: 50%;
65 transform: translate(-50%,-50%);
66 width: 90%;
67 text-align: center;
68 opacity: 0.7;
69 line-height: 1.5;
70 background: rgba(256,256,256,0.5);
71}
72
73#import_donnees input {
74 opacity: 0;
75 position: absolute;
76 z-index: -1;
77}
78
49.bouton { 79.bouton {
50 text-decoration: underline; 80 text-decoration: underline;
51} 81}