Subversion Repositories Applications.dictionnaire

Rev

Rev 5 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 18
1
.definition_term {
1
.definition_term {
2
	text-decoration: underline;
-
 
3
	border-bottom: 1px solid black;
2
	border-bottom: 1px dashed black;
4
	position: relative;
3
	position: relative;
5
}
4
}
6
 
5
 
7
.definition_term:hover {
6
.definition_term:hover {
8
	background-color: yellow;
7
	border-bottom: 2px solid black;
9
	cursor: help;
8
	cursor: help;
10
}
9
}
11
 
10
 
12
.definition_container {
11
.definition_container {
13
	position: fixed;
12
	position: fixed;
14
	height:auto;
13
	height:auto;
15
	background-color:#F8FBF2;
14
	background-color:#F8FBF2;
16
	-moz-border-radius: 10px;
15
	-moz-border-radius: 10px;
17
    -webkit-border-radius: 10px;
16
    -webkit-border-radius: 10px;
18
    border-radius: 10px;
17
    border-radius: 10px;
19
	font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
18
	font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
20
	font-size: 1.2em;
19
	font-size: 1.2em;
21
	color: #333333;
20
	color: #333333;
22
	padding:5px;
21
	padding:5px;
23
	padding-bottom: 20px;
22
	padding-bottom: 20px;
24
	padding-top: 0px;
23
	padding-top: 0px;
25
	border:1px solid black;
24
	border:1px solid black;
26
	z-index: 1000;
25
	z-index: 1000;
27
	text-decoration: none;
26
	text-decoration: none;
28
	width: 250px;
27
	width: 250px;
29
	opacity: 0.95;
28
	opacity: 0.95;
30
}
29
}
31
 
30
 
32
.definition_container_fleche {
31
.definition_container_fleche {
33
	background: url("fleche.png") no-repeat scroll;
32
	background: url("fleche.png") no-repeat scroll;
34
    display: block;
33
    display: block;
35
    height: 20px;
34
    height: 20px;
36
    left: 10px;
35
    left: 10px;
37
    position: relative;
36
    position: relative;
38
    top: -20px;
37
    top: -20px;
39
    z-index: 999;
38
    z-index: 999;
40
    border
39
    border
41
}
40
}
42
 
41
 
43
.definition {
42
.definition {
44
	border-bottom: none;
43
	border-bottom: none;
45
	text-decoration: none;
44
	text-decoration: none;
46
}
45
}
47
 
46
 
48
#conteneur_activation_definition {
47
#conteneur_activation_definition {
49
	position: fixed;
48
	position: fixed;
50
	left: 0;
49
	left: 0;
51
	top: 0;
50
	top: 0;
52
	padding: 5px;
51
	padding: 5px;
53
	background-color: #EAEDCD;
52
	background-color: #EAEDCD;
54
	border: 1px dotted black;
53
	border: 1px dotted black;
55
	font-family: Arial,Helvetica,Verdana,sans-serif;
54
	font-family: Arial,Helvetica,Verdana,sans-serif;
56
    font-size: 0.85em;
55
    font-size: 0.85em;
57
}
56
}