-
Notifications
You must be signed in to change notification settings - Fork 0
/
VizuHAL.css
76 lines (63 loc) · 1.54 KB
/
VizuHAL.css
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
/*
* VizuHAL - Générez des stats HAL - Generate HAL stats
*
* Copyright (C) 2023 Olivier Troccaz ([email protected]) and Laurent Jonchère ([email protected])
* Released under the terms and conditions of the GNU General Public License (https://www.gnu.org/licenses/gpl-3.0.txt)
*
* Feuille de style - Style sheet
*/
a.info{
position:relative;
z-index:24; background-color:#ccc;
color:#000;
text-decoration:none}
a.info:hover{z-index:25; background-color:#ff0}
a.info span{display: none}
a.info:hover span{
/*le contenu de la balise span ne sera visible que pour l'état a:hover */
display:block;
position:absolute;
top:2em; left:2em; width:15em;
border:1px solid #6699cc;
background-color:#eeeeee; color:#6699cc;
text-align: justify;
font-weight: normal;
padding:1px;
}
a.info2{
position:relative;
z-index:24; /*background-color:#ccc;*/
color:#6699cc;
text-decoration:none}
a.info2:hover{z-index:25; /*background-color:#ff0*/}
a.info2 span{display: none}
a.info2:hover span{
/*le contenu de la balise span ne sera visible que pour l'état a:hover */
display:block;
position:absolute;
top:2em; left:2em; width:15em;
border:1px solid #6699cc;
background-color:#eeeeee; color:#6699cc;
text-align: justify;
font-weight: normal;
padding:1px;
}
div.panel {
padding: 0 18px;
background-color: white;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
.red {
color: #ff0000;
}
.center {
text-align: center;
}
.valign {
vertical-align: top;
}
.table100{
width:100%;
}