Subversion Repositories Applications.dictionnaire

Rev

Rev 3 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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