Subversion Repositories Applications.dictionnaire

Rev

Rev 5 | Details | Compare with Previous | Last modification | View Log | RSS feed

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