Subversion Repositories eFlore/Applications.del

Rev

Rev 1054 | 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
 
1058 gduche 52
.zonePlus:hover {
53
	background:#8EB533;
1054 gduche 54
}
55
 
655 gduche 56
.espece p,.auteur p {
57
	padding: 0px;
58
	margin: 0px;
59
	overflow: hidden;
60
	text-overflow: ellipsis;
1014 aurelien 61
	white-space: pre;
62
	min-height: 13px;
655 gduche 63
}
64
 
65
.zoneDetail {
66
	position: absolute;
67
}
68
 
69
.zonePlus {
70
	position: absolute;
71
	width: 246px;
72
	padding: 2px;
73
	margin-top: -88px;
74
	opacity: 0.9;
75
	color: white;
76
	text-align: left;
77
	cursor: pointer;
78
	overflow: hidden;
1014 aurelien 79
	text-overflow: ellipsis;
655 gduche 80
}
81
 
82
.zoneImage {
83
	cursor: pointer;
84
	height: 280px;
85
	margin-bottom: 20px;
1014 aurelien 86
	background: #DDD;
655 gduche 87
}
88
 
89
.zoneVoter {
90
	margin-top: -48px;
91
	text-align: center;
92
	opacity: 0.9;
93
	width: 250px;
94
	position: absolute;
95
	height: 27px;
1014 aurelien 96
	padding-top: 5px;
655 gduche 97
}
98
 
99
.metadonnees {
1014 aurelien 100
	text-align: left;
655 gduche 101
}
102
 
103
.auteur {
104
	padding-left: 5px;
105
	padding-right: 1px;
106
	padding-top: 3px;
107
}