Subversion Repositories eFlore/Applications.del

Rev

Rev 1664 | 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
.observations img {
7
	width: 250px;
8
	padding: 0;
9
}
10
.zoneCache {
11
	position: absolute;
12
	padding: 5px;
13
	border: solid 1px #CCC;
14
	background: #333;
15
	opacity: 0.9;
16
	color: white;
1664 jpm 17
	width: 238px;
1196 gduche 18
	z-index: 1000;
1664 jpm 19
	margin-top: 35px;
1196 gduche 20
}
21
.zoneMotsCles {
22
	position: absolute;
23
	padding: 5px;
24
	border: solid 1px #CCC;
25
	background: #333;
26
	opacity: 0.9;
27
	color: white;
28
	width: 239px;
29
	z-index: 1000;
1664 jpm 30
	margin-top: 212px;
1196 gduche 31
}
1664 jpm 32
.zoneActionsImg {
33
	position:absolute;
34
	width:30px;
35
	height:30px;
36
	margin-top:3px;
37
	margin-left:216px;
38
}
39
.cadreBtnSupprImg, .cadreBtnVoirTags, .cadreBtnVoirInfoObs {
40
	width:30px;
41
	height:30px;
42
	cursor:pointer;
43
	background-color:rgba(51,51,51, 0.7);
44
	border-radius:5px;
45
}
46
.cadreBtnSupprImg:hover, .cadreBtnVoirTags:hover, .cadreBtnVoirInfoObs:hover {
47
	background-color:rgba(0,0,0, 0.7);
48
	border: 1px solid rgba(255,255,255, 0.7);
49
}
50
.cadreBtnVoirTags {
1196 gduche 51
	position: absolute;
1664 jpm 52
	margin-top: 180px;
53
	margin-left: 216px;
54
}
55
.cadreBtnVoirInfoObs {
56
	position: absolute;
1196 gduche 57
	margin-top: 3px;
58
	margin-left: 3px;
59
}
1664 jpm 60
.btnSupprImg, .btnVoirTags, .btnVoirInfoObs {
61
	width:30px;
62
	height:30px;
1196 gduche 63
}
1664 jpm 64
.btnSupprImg {
65
	background:url(./img/24x24/delete.png) 3px 3px no-repeat;
66
}
67
.btnVoirTags {
68
	background:url(./img/24x24/tagger.png) 3px 3px no-repeat;
69
}
70
.btnVoirInfoObs {
71
	background:url(./img/24x24/plus.png) 3px 3px no-repeat;
72
}
1196 gduche 73
.zoom {
74
	background: url(./img/loupe.png);
75
	width: 30px;
76
	height: 30px;
77
	cursor: pointer;
78
	margin-top: 3px;
79
	position: absolute;
80
	margin-left: 217px;
81
}
82
.espece {
83
	font-size: 12px;
84
	font-weight: bold;
85
	color: white;
86
	padding-left: 5px;
87
	padding-right: 1px;
88
}
89
.espece p,.auteur p {
90
	padding: 0px;
91
	margin: 0px;
92
	overflow: hidden;
93
	text-overflow: ellipsis;
94
	white-space: pre;
95
	min-height: 13px;
96
}
97
.zoneDetail {
98
	position: absolute;
99
}
100
.zonePlus {
101
	position: absolute;
102
	width: 246px;
103
	padding: 2px;
104
	margin-top: -88px;
105
	opacity: 0.9;
106
	color: white;
107
	text-align: left;
108
	overflow: hidden;
109
	text-overflow: ellipsis;
110
	background:#333;
111
}
112
.zoneImage {
113
	cursor: pointer;
114
	height: 280px;
115
	margin-bottom: 20px;
116
	background: #DDD;
117
}
118
.zoneVoter {
119
	margin-top: -48px;
120
	text-align: center;
121
	opacity: 0.9;
122
	width: 240px;
123
	position: absolute;
124
	height: 35px;
125
	padding: 5px;
126
}
127
.metadonnees, .motsCles {
128
	text-align: left;
129
}
130
.auteur {
131
	padding-left: 5px;
132
	padding-right: 1px;
133
	padding-top: 3px;
1236 gduche 134
}
135
.boutonFermer {
136
	background: url("./img/close.png") no-repeat scroll 5px 0 transparent;
1664 jpm 137
	border: medium none;
138
	height: 30px;
139
	margin-left: 104px;
140
	margin-top: -20px;
141
	position: absolute;
142
	width: 40px;
143
	cursor:pointer;
1196 gduche 144
}