blob: 07d1d35c188dbdc32b83f561c9a1919febed7ac9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
#language-form{
display: none;
}
.search .form-group {
margin-bottom: 0.2rem;
font-size: 0.9em;
}
div.nav-button{
cursor:pointer;
width:15px;
z-index:1000;
position:fixed;
right:32px;
font-size: 40px;
background-color: transparent;
border: 0 solid transparent;
}
div.nav-button:hover{
opacity: 0.2;
}
#to_bottom_arrow{
bottom:80px;
}
div#footer{
position: fixed;
bottom: 0px;
width: 100%;
left: 0px;
z-index: 101;
}
div#validation-bar{
padding: 5px 0;
}
button:hover{
cursor: pointer;
}
div#foot{
font-size: 0.75em;
text-align: center;
padding: 0.2em;
}
.search-vector{
width: 100%;
}
/* window */
.close-buttons{
position: absolute;
right: 10px;
top: 5px;
}
/* à adapter */
#message,
#message div{
display: none;
}
#message {
z-index: 42200;
position: absolute;
top: 5px;
right: 5px;
background: #fff;
padding: 0.5em 1em;
border: 1px solid;
border-radius: 3px;
}
#message span{
padding: 0 1em;
}
|