Subversion Repositories eFlore/Applications.del

Rev

Rev 1151 | 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
 
1151 aurelien 24
.zoneMotsCles {
25
	position: absolute;
26
	padding: 5px;
27
	border: solid 1px #CCC;
28
	background: #333;
29
	opacity: 0.9;
30
	color: white;
1152 aurelien 31
	width: 239px;
1151 aurelien 32
	z-index: 1000;
33
	margin-top: 30px;
34
}
35
 
655 gduche 36
.enSavoirPlus {
37
	position: absolute;
38
	background: url(./img/ajouter.png) no-repeat;
39
	width: 30px;
40
	height: 30px;
41
	cursor: pointer;
42
	margin-top: 3px;
1014 aurelien 43
	margin-left: 3px;
655 gduche 44
}
45
 
1151 aurelien 46
.voirMotsCles {
47
	position: absolute;
1152 aurelien 48
	background: url(./img/tagger.png) no-repeat;
1151 aurelien 49
	width: 30px;
50
	height: 30px;
51
	cursor: pointer;
52
	margin-top: 3px;
53
	margin-left: 216px;
54
}
55
 
655 gduche 56
.zoom {
57
	background: url(./img/loupe.png);
58
	width: 30px;
59
	height: 30px;
60
	cursor: pointer;
61
	margin-top: 3px;
62
	position: absolute;
63
	margin-left: 217px;
64
}
65
 
66
.espece {
67
	font-size: 12px;
68
	font-weight: bold;
69
	color: white;
70
	padding-left: 5px;
1014 aurelien 71
	padding-right: 1px;
655 gduche 72
}
73
 
1058 gduche 74
.zonePlus:hover {
75
	background:#8EB533;
1054 gduche 76
}
77
 
655 gduche 78
.espece p,.auteur p {
79
	padding: 0px;
80
	margin: 0px;
81
	overflow: hidden;
82
	text-overflow: ellipsis;
1014 aurelien 83
	white-space: pre;
84
	min-height: 13px;
655 gduche 85
}
86
 
87
.zoneDetail {
88
	position: absolute;
89
}
90
 
91
.zonePlus {
92
	position: absolute;
93
	width: 246px;
94
	padding: 2px;
95
	margin-top: -88px;
96
	opacity: 0.9;
97
	color: white;
98
	text-align: left;
99
	cursor: pointer;
100
	overflow: hidden;
1014 aurelien 101
	text-overflow: ellipsis;
1087 gduche 102
	background:#333;
655 gduche 103
}
104
 
105
.zoneImage {
106
	cursor: pointer;
107
	height: 280px;
108
	margin-bottom: 20px;
1014 aurelien 109
	background: #DDD;
655 gduche 110
}
111
 
112
.zoneVoter {
113
	margin-top: -48px;
114
	text-align: center;
115
	opacity: 0.9;
1087 gduche 116
	width: 240px;
655 gduche 117
	position: absolute;
1087 gduche 118
	height: 35px;
119
	padding: 5px;
655 gduche 120
}
121
 
1151 aurelien 122
.metadonnees, .motsCles {
1014 aurelien 123
	text-align: left;
655 gduche 124
}
125
 
126
.auteur {
127
	padding-left: 5px;
128
	padding-right: 1px;
129
	padding-top: 3px;
130
}