Subversion Repositories eFlore/Applications.del

Rev

Rev 655 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
655 gduche 1
.observations {
2
	width: 250px;
3
	height: 250px;
4
	margin-bottom: 50px;
5
}
6
 
7
.observations img {
8
	width: 250px;
1014 aurelien 9
	padding: 0;
655 gduche 10
}
11
 
12
.zoneCache {
13
	position: absolute;
14
	padding: 5px;
15
	border: solid 1px #CCC;
16
	background: #333;
17
	opacity: 0.9;
18
	color: white;
19
	width: 250px;
20
	z-index: 1000;
1014 aurelien 21
	margin-top: 30px;
655 gduche 22
}
23
 
24
.enSavoirPlus {
25
	position: absolute;
26
	background: url(./img/ajouter.png) no-repeat;
27
	width: 30px;
28
	height: 30px;
29
	cursor: pointer;
30
	margin-top: 3px;
1014 aurelien 31
	margin-left: 3px;
655 gduche 32
}
33
 
34
.zoom {
35
	background: url(./img/loupe.png);
36
	width: 30px;
37
	height: 30px;
38
	cursor: pointer;
39
	margin-top: 3px;
40
	position: absolute;
41
	margin-left: 217px;
42
}
43
 
44
.espece {
45
	font-size: 12px;
46
	font-weight: bold;
47
	color: white;
48
	padding-left: 5px;
1014 aurelien 49
	padding-right: 1px;
655 gduche 50
}
51
 
52
.espece p,.auteur p {
53
	padding: 0px;
54
	margin: 0px;
55
	overflow: hidden;
56
	text-overflow: ellipsis;
1014 aurelien 57
	white-space: pre;
58
	min-height: 13px;
655 gduche 59
}
60
 
61
.zoneDetail {
62
	position: absolute;
63
}
64
 
65
.zonePlus {
66
	position: absolute;
67
	width: 246px;
68
	padding: 2px;
69
	margin-top: -88px;
70
	opacity: 0.9;
71
	color: white;
72
	text-align: left;
73
	cursor: pointer;
74
	overflow: hidden;
1014 aurelien 75
	text-overflow: ellipsis;
655 gduche 76
}
77
 
78
.zoneImage {
79
	cursor: pointer;
80
	height: 280px;
81
	margin-bottom: 20px;
1014 aurelien 82
	background: #DDD;
655 gduche 83
}
84
 
85
.zoneVoter {
86
	margin-top: -48px;
87
	text-align: center;
88
	opacity: 0.9;
89
	width: 250px;
90
	position: absolute;
91
	height: 27px;
1014 aurelien 92
	padding-top: 5px;
655 gduche 93
}
94
 
95
.metadonnees {
1014 aurelien 96
	text-align: left;
655 gduche 97
}
98
 
99
.auteur {
100
	padding-left: 5px;
101
	padding-right: 1px;
102
	padding-top: 3px;
103
}