Subversion Repositories Applications.dictionnaire

Rev

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

Rev 3 Rev 5
Line 10... Line 10...
10
}
10
}
Line 11... Line 11...
11
 
11
 
12
.definition_container {
12
.definition_container {
13
	position: fixed;
13
	position: fixed;
14
	height:auto;
14
	height:auto;
-
 
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;
15
	background-color:#AAAAAA;
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;
-
 
27
	text-decoration: none;
-
 
28
	width: 250px;
21
	text-decoration: none;
29
	opacity: 0.95;
Line 22... Line 30...
22
}
30
}
23
 
31
 
24
.definition_container_fleche {
32
.definition_container_fleche {