Subversion Repositories eFlore/Applications.del

Rev

Rev 1224 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1196 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
.zoneMotsCles {
25
	position: absolute;
26
	padding: 5px;
27
	border: solid 1px #CCC;
28
	background: #333;
29
	opacity: 0.9;
30
	color: white;
31
	width: 239px;
32
	z-index: 1000;
33
   	margin-top: 212px;
34
}
35
 
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;
43
	margin-left: 3px;
44
}
45
 
46
.voirMotsCles {
47
	position: absolute;
48
	background: url(./img/tagger.png) no-repeat;
49
	width: 30px;
50
	height: 30px;
51
	cursor: pointer;
52
    margin-top: 180px;
53
	margin-left: 216px;
54
}
55
 
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;
71
	padding-right: 1px;
72
}
73
 
74
.zonePlus:hover {
75
	background:#8EB533;
76
}
77
 
78
.espece p,.auteur p {
79
	padding: 0px;
80
	margin: 0px;
81
	overflow: hidden;
82
	text-overflow: ellipsis;
83
	white-space: pre;
84
	min-height: 13px;
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;
101
	text-overflow: ellipsis;
102
	background:#333;
103
}
104
 
105
.zoneImage {
106
	cursor: pointer;
107
	height: 280px;
108
	margin-bottom: 20px;
109
	background: #DDD;
110
}
111
 
112
.zoneVoter {
113
	margin-top: -48px;
114
	text-align: center;
115
	opacity: 0.9;
116
	width: 240px;
117
	position: absolute;
118
	height: 35px;
119
	padding: 5px;
120
}
121
 
122
.metadonnees, .motsCles {
123
	text-align: left;
124
}
125
 
126
.auteur {
127
	padding-left: 5px;
128
	padding-right: 1px;
129
	padding-top: 3px;
130
}