Subversion Repositories eFlore/Applications.del

Rev

Rev 1236 | Details | Compare with Previous | 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
.espece p,.auteur p {
75
	padding: 0px;
76
	margin: 0px;
77
	overflow: hidden;
78
	text-overflow: ellipsis;
79
	white-space: pre;
80
	min-height: 13px;
81
}
82
 
83
.zoneDetail {
84
	position: absolute;
85
}
86
 
87
.zonePlus {
88
	position: absolute;
89
	width: 246px;
90
	padding: 2px;
91
	margin-top: -88px;
92
	opacity: 0.9;
93
	color: white;
94
	text-align: left;
95
	overflow: hidden;
96
	text-overflow: ellipsis;
97
	background:#333;
98
}
99
 
100
.zoneImage {
101
	cursor: pointer;
102
	height: 280px;
103
	margin-bottom: 20px;
104
	background: #DDD;
105
}
106
 
107
.zoneVoter {
108
	margin-top: -48px;
109
	text-align: center;
110
	opacity: 0.9;
111
	width: 240px;
112
	position: absolute;
113
	height: 35px;
114
	padding: 5px;
115
}
116
 
117
.metadonnees, .motsCles {
118
	text-align: left;
119
}
120
 
121
.auteur {
122
	padding-left: 5px;
123
	padding-right: 1px;
124
	padding-top: 3px;
1236 gduche 125
}
126
 
127
.boutonFermer {
128
	background: url("./img/close.png") no-repeat scroll 5px 0 transparent;
129
    border: medium none;
130
    height: 30px;
131
    margin-left: 104px;
132
    margin-top: -20px;
133
    position: absolute;
134
    width: 40px;
135
    cursor:pointer;
1196 gduche 136
}