Subversion Repositories Applications.dictionnaire

Rev

Rev 1 | Rev 5 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 3
Line 15... Line 15...
15
	background-color:#AAAAAA;
15
	background-color:#AAAAAA;
16
	padding:5px;
16
	padding:5px;
17
	padding-bottom: 20px;
17
	padding-bottom: 20px;
18
	padding-top: 0px;
18
	padding-top: 0px;
19
	border:1px solid black;
19
	border:1px solid black;
20
	z-index: 220;
20
	z-index: 1000;
-
 
21
	text-decoration: none;
21
}
22
}
Line 22... Line 23...
22
 
23
 
23
.definition_container_fleche {
24
.definition_container_fleche {
24
	background: url("fleche.png") no-repeat scroll;
25
	background: url("fleche.png") no-repeat scroll;
25
    display: block;
26
    display: block;
26
    height: 20px;
27
    height: 20px;
27
    left: 10px;
28
    left: 10px;
28
    position: relative;
29
    position: relative;
29
    top: -20px;
30
    top: -20px;
-
 
31
    z-index: 999;
-
 
32
    border
-
 
33
}
-
 
34
 
-
 
35
.definition {
-
 
36
	border-bottom: none;
-
 
37
	text-decoration: none;
-
 
38
}
-
 
39
 
-
 
40
#conteneur_activation_definition {
-
 
41
	position: fixed;
-
 
42
	left: 0;
-
 
43
	top: 0;
-
 
44
	padding: 5px;
-
 
45
	background-color: #EAEDCD;
-
 
46
	border: 1px dotted black;
-
 
47
	font-family: Arial,Helvetica,Verdana,sans-serif;
30
    z-index: 240;
48
    font-size: 0.85em;
31
}
49
}