Subversion Repositories eFlore/Applications.cel

Rev

Rev 1564 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1564 Rev 1577
Line 75... Line 75...
75
	height:100px;
75
	height:100px;
76
	width: 100px;	
76
	width: 100px;	
77
}
77
}
Line 78... Line 78...
78
 
78
 
79
/* Bouton de sélection des fichiers */
79
/* Bouton de sélection des fichiers */
80
#fichier {
80
/*#fichier {
81
	visibility: hidden;
81
	visibility: hidden;
82
	height:0;
82
	height:0;
83
	width:0;
83
	width:0;
84
}
84
}*/
85
#photos-conteneur {
85
#photos-conteneur {
86
	height: 120px;
86
	height: 120px;
87
}
-
 
88
#photo-placeholder {
-
 
89
	background: url("../img/icones/icone-photo.png");
-
 
90
	background-size: 89px;
-
 
91
	cursor: pointer;
-
 
92
	margin-bottom: 15px;
-
 
93
	margin-right: 15px;
-
 
94
	float:left;
-
 
95
	border: 5px dashed #CCCCCC;
-
 
96
	border-radius: 8px 8px 8px 8px;
-
 
97
	height: 100px;
-
 
98
	margin: 2px 0 2px 2px;
-
 
99
	text-align: center;
-
 
100
	width: 98px;
-
 
101
	box-sizing:border-box;
-
 
102
	-moz-box-sizing:border-box;
-
 
103
	-webkit-box-sizing:border-box;
-
 
104
}
-
 
105
#photo-placeholder:hover {
-
 
106
	background: url("../img/icones/icone-photo-hover.png");
-
 
107
	background-size: 89px;
-
 
108
	border: 5px dashed #111; 
-
 
109
	border-radius: 8px;
-
 
Line 110... Line 87...
110
}
87
}
111
 
88
 
112
/* Images d'une observation */
89
/* Images d'une observation */
113
.obs .obs-miniatures {
90
.obs .obs-miniatures {
Line 125... Line 102...
125
	position: relative;
102
	position: relative;
126
	padding: 8px 0;
103
	padding: 8px 0;
127
}
104
}
128
.defilement-control-zone {
105
.defilement-control-zone {
129
	display: block;
106
	display: block;
-
 
107
	z-index:2;
130
	position: absolute;
108
	position: absolute;
131
    top: 0;
109
	top: 0;
132
	width: 50%;
110
	width: 50%;
133
	height: 116px;
111
	height: 116px;
134
}
112
}
135
.defilement-control-zone.gauche{
113
.defilement-control-zone.gauche{
136
	left: 0;
114
	left: 0;
137
}
115
}
138
.defilement-control-zone.droite {
116
.defilement-control-zone.droite {
139
	right: 0;
117
	right: 0;
140
}
118
}
141
.defilement-control {
119
.defilement-control {
142
    display: block;
120
	display: block;
143
    position: absolute;
121
	position: absolute;
144
    top: 35%;
122
	top: 35%;
145
    width:20px;
123
	width:20px;
146
    height: 20px;
124
	height: 20px;
147
    line-height: 20px;
125
	line-height: 20px;
148
    font-size: 17px;
126
	font-size: 17px;
149
    font-weight: 100;
127
	font-weight: 100;
150
    text-align: center;
128
	text-align: center;
151
    vertical-align: middle;
129
	vertical-align: middle;
152
    border: 3px solid white;
130
	border: 3px solid white;
153
    border-radius: 20px;
131
	border-radius: 20px;
154
	color: white;
132
	color: white;
155
    opacity: 1;
133
	opacity: 1;
156
	background: none repeat scroll 0 0 #524C47;
134
	background: none repeat scroll 0 0 #524C47;
157
}
135
}
158
.defilement-control.gauche {
136
.defilement-control.gauche {
159
	left: 3%;
137
	left: 3%;
160
}
138
}
Line 220... Line 198...
220
	}
198
	}
221
}
199
}
222
/*+--------------------------------------------------------------------------------------------------------+*/
200
/*+--------------------------------------------------------------------------------------------------------+*/
223
/* Spécifique Florilèges */
201
/* Spécifique Florilèges */
224
.entete .intro {
202
.entete .intro {
-
 
203
	background-color: #689E4B;
225
	background: url("../img/background/noise.png") repeat scroll 0 0, radial-gradient(ellipse farthest-corner at center center , #A1C886 0%, #689E4B 100%) repeat scroll 0 0 transparent;
204
	background: url("../img/background/noise.png") repeat scroll 0 0, radial-gradient(ellipse farthest-corner at center center , #A1C886 0%, #689E4B 100%) repeat scroll 0 0 transparent;
226
	color: white;
205
	color: white;
227
	padding:5px;
206
	padding:5px;
228
}
207
}
229
.entete .intro a {
208
.entete .intro a {
230
	color: #524C47;
209
	color: #524C47;
231
}
210
}
Line 232... Line 211...
232
 
211
 
233
/* Géolocalisation */
212
/* Géolocalisation */
234
#map-canvas {
213
#map-canvas {
235
	height: 240px;
214
	height: 280px;
236
	margin-bottom:5px;
215
	margin-bottom:5px;
237
}
216
}
238
.coordonnees-geo, .lat-lon-info {
217
.coordonnees-geo, .lat-lon-info {
239
	font-size: 10px;
218
	font-size: 10px;