Subversion Repositories eFlore/Applications.del

Rev

Rev 1058 | 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;
1087 gduche 80
	background:#333;
655 gduche 81
}
82
 
83
.zoneImage {
84
	cursor: pointer;
85
	height: 280px;
86
	margin-bottom: 20px;
1014 aurelien 87
	background: #DDD;
655 gduche 88
}
89
 
90
.zoneVoter {
91
	margin-top: -48px;
92
	text-align: center;
93
	opacity: 0.9;
1087 gduche 94
	width: 240px;
655 gduche 95
	position: absolute;
1087 gduche 96
	height: 35px;
97
	padding: 5px;
655 gduche 98
}
99
 
100
.metadonnees {
1014 aurelien 101
	text-align: left;
655 gduche 102
}
103
 
104
.auteur {
105
	padding-left: 5px;
106
	padding-right: 1px;
107
	padding-top: 3px;
108
}