Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1556 Rev 1842
1
.detailImage {
1
.detailImage {
2
	z-index:1500; 
2
	z-index:1500; 
3
	padding: 5px 5px 50px; 
3
	padding: 5px 5px 50px; 
4
	width:600px; 
4
	width:600px; 
5
	background:white;
5
	background:white;
6
	margin:0 auto; 
6
	margin:0 auto; 
7
	margin-top:75px;
7
	margin-top:75px;
8
}
8
}
9
 
9
 
10
.detailImage > *{
10
.detailImage > *{
11
	width: inherit;
11
	width: inherit;
12
	height: inherit;
12
	height: inherit;
13
}
13
}
-
 
14
 
-
 
15
.superpositionImage {
-
 
16
	position: absolute;
-
 
17
}
-
 
18
 
-
 
19
.superpositionImage:hover {
-
 
20
	background-image: url("img/plein_ecran.png");
-
 
21
	background-position: bottom 10px left 10px;
-
 
22
	background-repeat: no-repeat;
-
 
23
}
14
24