Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
1243 gduche 1
.detailImage {
2
	z-index:1500;
3
	padding: 5px 5px 50px;
4
	width:600px;
5
	background:white;
6
	margin:0 auto;
7
	margin-top:75px;
8
}
1556 aurelien 9
 
10
.detailImage > *{
11
	width: inherit;
12
	height: inherit;
13
}
1842 mathias 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
}