Subversion Repositories Applications.dictionnaire

Rev

Rev 3 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 aurelien 1
.definition_term {
2
	text-decoration: underline;
3
	border-bottom: 1px solid black;
4
	position: relative;
5
}
6
 
7
.definition_term:hover {
8
	background-color: yellow;
9
	cursor: help;
10
}
11
 
12
.definition_container {
13
	position: fixed;
14
	height:auto;
15
	background-color:#AAAAAA;
16
	padding:5px;
17
	padding-bottom: 20px;
18
	padding-top: 0px;
19
	border:1px solid black;
20
	z-index: 220;
21
}
22
 
23
.definition_container_fleche {
24
	background: url("fleche.png") no-repeat scroll;
25
    display: block;
26
    height: 20px;
27
    left: 10px;
28
    position: relative;
29
    top: -20px;
30
    z-index: 240;
31
}