Subversion Repositories eFlore/Applications.del

Rev

Rev 589 | 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;
9
	padding: 0
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;
21
	margin-top: 30px
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;
31
	margin-left: 3px
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;
49
	padding-right: 1px
50
}
51
 
52
.espece p,.auteur p {
53
	padding: 0px;
54
	margin: 0px;
55
	overflow: hidden;
56
	text-overflow: ellipsis;
57
	white-space: pre
58
}
59
 
60
.zoneDetail {
61
	position: absolute;
62
}
63
 
64
.zonePlus {
65
	position: absolute;
66
	background: #333;
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;
75
	text-overflow: ellipsis
76
}
77
 
78
.zoneImage {
79
	cursor: pointer;
80
	height: 280px;
81
	margin-bottom: 20px;
82
	background: #DDD
83
}
84
 
85
.zoneVoter {
86
	margin-top: -48px;
87
	text-align: center;
88
	background: #333;
89
	opacity: 0.9;
90
	width: 250px;
91
	position: absolute;
92
	height: 27px;
93
	padding-top: 5px
94
}
95
 
96
.metadonnees {
97
	text-align: left
98
}
99
 
100
.auteur {
101
	padding-left: 5px;
102
	padding-right: 1px;
103
	padding-top: 3px;
104
}