Subversion Repositories eFlore/Applications.cel

Rev

Rev 1442 | Rev 1447 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1442 Rev 1445
Line 173... Line 173...
173
 
173
 
174
#zone-titre, #zone_stats {
174
#zone-titre, #zone_stats {
175
	padding:0;
175
	padding:0;
176
	position:relative;
176
	position:relative;
177
	height:25px;
-
 
178
	top:3px;
177
	height:25px;
179
	overflow:hidden;
178
	overflow:hidden;
180
	background-color:#F5F5F5;
179
	background-color:#F5F5F5;
181
	border-radius: 4px;
180
	border-radius: 4px;
182
	z-index: 3000;
181
	z-index: 3000;
Line 191... Line 190...
191
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
190
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
192
}
191
}
Line 193... Line 192...
193
 
192
 
194
#zone-info {
193
#zone-info {
195
	position:absolute;
194
	position:absolute;
-
 
195
	top:26px;
196
	top:0;
196
	z-index:3001;
197
	right:8px;
197
	right:8px;
198
	width:48px;
198
    width: 25px;
-
 
199
	text-align:right;
-
 
200
	background-color: #F5F5F5;
-
 
201
    border: 1px solid rgba(0, 0, 0, 0.05);
-
 
202
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
199
	text-align:right;
203
 	border-radius: 5px 5px 5px 5px;
-
 
204
}
-
 
205
 
-
 
206
#zone-info a {
-
 
207
	border: none;
-
 
208
}
200
}
209
 
201
#zone-info img {
210
#zone-info img {
202
	display:inline;
211
	display:inline;
203
	padding:4px;
212
	padding:4px;
204
	margin:0;
213
	margin:0;
Line 223... Line 232...
223
	bottom:0;
232
	bottom:0;
224
	width: 83px;
233
	width: 83px;
225
	overflow:hidden;
234
	overflow:hidden;
226
	background-color:#F5F5F5;
235
	background-color:#F5F5F5;
227
	border:1px solid grey;
236
	border:1px solid grey;
228
	height: 60px;	
237
	height: 65px;	
229
	position: relative;
238
	position: relative;
230
	z-index: 3001;
239
	z-index: 3001;
231
	border-top-right-radius : 10px;
240
	border-top-right-radius : 10px;
232
	border-bottom-right-radius : 10px;
241
	border-bottom-right-radius : 10px;
233
}
242
}
Line 240... Line 249...
240
}
249
}
241
#pl-entete {
250
#pl-entete {
242
	height:95px;
251
	height:95px;
243
}
252
}
244
#pl-corps {
253
#pl-corps {
245
	position:absolute;
-
 
246
	top:105px;
-
 
247
	bottom:0;
254
	bottom:0;
248
	overflow:auto;
255
	overflow:auto;
249
	padding:5px;
256
	padding:5px;
250
	width:290px;
257
	width:290px;
251
}
258
}
Line 262... Line 269...
262
	background:url(../images/ouverture.png) no-repeat top left #4A4B4C;
269
	background:url(../images/ouverture.png) no-repeat top left #4A4B4C;
263
	height:100%;
270
	height:100%;
264
}
271
}
265
#pl-fermeture {
272
#pl-fermeture {
266
	display:none;
273
	display:none;
267
	left:276px;
274
    right: 0;
268
	background:url(../images/fermeture.png) no-repeat top right #4A4B4C;
275
	background:url(../images/fermeture.png) no-repeat top right #4A4B4C;
269
}
276
}
270
#pl-ouverture span, #pl-fermeture span{
277
#pl-ouverture span, #pl-fermeture span{
271
	display:none;
278
	display:none;
272
}
279
}
Line 279... Line 286...
279
	color:black;
286
	color:black;
280
}
287
}
281
#taxons .taxon-actif, #taxons .taxon-actif span {
288
#taxons .taxon-actif, #taxons .taxon-actif span {
282
	color:#56B80E;
289
	color:#56B80E;
283
}
290
}
284
#taxons li span {
291
#taxons li span, .raz-filtre-taxons {
285
	border-bottom:1px dotted #666;
292
	border-bottom:1px dotted #666;
286
	color:black;
293
	color:black;
287
}
294
}
288
#taxons li span:focus {
295
#taxons li span:focus {
289
	outline:thin dotted;
296
	outline:thin dotted;
Line 294... Line 301...
294
	cursor:pointer;
301
	cursor:pointer;
295
}
302
}
296
.nt {
303
.nt {
297
	display:none;
304
	display:none;
298
}
305
}
-
 
306
.raz-filtre-taxons {
-
 
307
	cursor:pointer;
299
 
308
}
300
/*+-----------------------------------------------------------------------------------------------------------------+*/
309
/*+-----------------------------------------------------------------------------------------------------------------+*/
301
/* Zone des stats en bas */
310
/* Zone des stats en bas */
302
#zone-stats {
311
#zone-stats {
303
	padding:0;
312
	padding:0;
304
	position:absolute;
313
	position:absolute;
305
	height:25px;
314
	height:25px;
306
	bottom:3px;
315
	bottom:20px;
307
	overflow:hidden;
316
	overflow:hidden;
308
	background-color:#F5F5F5;
317
	background-color:#F5F5F5;
309
	border-radius: 4px;
318
	border-radius: 4px;
310
	z-index: 3000;
319
	z-index: 3000;
311
	display: inline-block;
320
	display: inline-block;
Line 334... Line 343...
334
    font-size: 1.1em;
343
    font-size: 1.1em;
335
    font-weight: bold;
344
    font-weight: bold;
336
}
345
}
Line 337... Line 346...
337
 
346
 
338
#lien_plein_ecran {
347
#lien_plein_ecran {
339
    bottom: 3px;
348
    bottom: 20px;
340
    left: 5px;
349
    left: 5px;
Line 341... Line 350...
341
}
350
}
342
 
351
 
Line 351... Line 360...
351
}
360
}
Line 352... Line 361...
352
 
361
 
353
#lien_voir_cc {
362
#lien_voir_cc {
354
    bottom: 3px;
363
    bottom: 3px;
-
 
364
    right: 5px;
-
 
365
    bottom: 20px;
355
    right: 5px;
366
    height: 20px;
Line 356... Line 367...
356
}
367
}
357
 
368
 
358
/*+-----------------------------------------------------------------------------------------------------------------+*/
369
/*+-----------------------------------------------------------------------------------------------------------------+*/