Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 941 Rev 953
Line 34... Line 34...
34
}
34
}
35
/*+-----------------------------------------------------------------------------------------------------------------+*/
35
/*+-----------------------------------------------------------------------------------------------------------------+*/
36
/* Présentation des listes de définitions */
36
/* Présentation des listes de définitions */
37
dl {
37
dl {
38
	width:100%;
38
	width:100%;
-
 
39
	margin:0;
39
}
40
}
40
dt {
41
dt {
41
	float:left;
42
	float:left;
42
	font-weight:bold;
43
	font-weight:bold;
43
	text-align:top left;
44
	text-align:top left;
44
	margin-right:0.3em;
45
	margin-right:0.3em;
-
 
46
	line-height:0.8em;
45
}
47
}
46
dd {
48
dd {
47
	width:auto;
49
	width:auto;
48
	margin:0.5em 0;
50
	margin:0.5em 0;
-
 
51
	line-height:0.8em;
49
}
52
}
50
/*+-----------------------------------------------------------------------------------------------------------------+*/
53
/*+-----------------------------------------------------------------------------------------------------------------+*/
51
/* Tableau : */
54
/* Tableau : */
52
table {
55
table {
53
	border:1px solid gray;
56
	border:1px solid gray;
Line 252... Line 255...
252
.nt {
255
.nt {
253
	display:none;
256
	display:none;
254
}
257
}
255
/*+-----------------------------------------------------------------------------------------------------------------+*/
258
/*+-----------------------------------------------------------------------------------------------------------------+*/
256
/* Pop-up observations */
259
/* Pop-up observations */
-
 
260
#info-bulle{
-
 
261
	min-height:500px;
-
 
262
	width:500px;
257
 
263
}
258
#observations {
264
#observations {
259
	overflow:none;
265
	overflow:none;
260
	margin:-1px 0 0 0;
266
	margin:-1px 0 0 0;
261
	border: 1px solid #AAA;
267
	border: 1px solid #AAA;
262
	border-radius:0 0 4px 4px;
268
	border-radius:0 0 4px 4px;
Line 285... Line 291...
285
	outline:0;
291
	outline:0;
286
}
292
}
287
.ui-tabs .ui-tabs-panel {
293
.ui-tabs .ui-tabs-panel {
288
	padding:0.2em;
294
	padding:0.2em;
289
}
295
}
-
 
296
.ui-tabs .ui-tabs-nav li a {
-
 
297
	padding: 0.5em 0.6em;
-
 
298
}
290
#obs h2 {
299
#obs h2 {
291
	margin:0;
300
	margin:0;
292
	text-align:center;
301
	text-align:center;
293
}
302
}
294
#observations a {
303
#observations a {
Line 297... Line 306...
297
}
306
}
298
#observations a:hover {
307
#observations a:hover {
299
	color:#56B80E;
308
	color:#56B80E;
300
	border-bottom:1px dotted #56B80E;
309
	border-bottom:1px dotted #56B80E;
301
}
310
}
-
 
311
.nom-sci{
-
 
312
	color:#454341;
-
 
313
	font-weight:bold;
-
 
314
}
302
/*+-----------------------------------------------------------------------------------------------------------------+*/
315
/*+-----------------------------------------------------------------------------------------------------------------+*/
303
/* Pop-up observations : liste */
316
/* Pop-up observations : liste */
304
.champ-nom-sci {
317
.cel-img-principale {
305
	display:none;
318
	height:0;/*Pour IE*/
306
}
319
}
307
.cel-img-principale img{
320
.cel-img-principale img{
308
	float:right;
321
	float:right;
309
	height:75px;
322
	height:75px;
-
 
323
	width:75px;
310
	padding:1px;
324
	padding:1px;
311
	border:1px solid white;
325
	border:1px solid white;
312
}
326
}
313
#observations .cel-img:hover img{
327
#observations .cel-img:hover img{
314
	border: 1px dotted #56B80E;
328
	border: 1px dotted #56B80E;
Line 318... Line 332...
318
}
332
}
319
ol#obs-liste-lignes {
333
ol#obs-liste-lignes {
320
	padding:5px;
334
	padding:5px;
321
	margin:0;
335
	margin:0;
322
}
336
}
-
 
337
.champ-nom-sci {
-
 
338
	display:none;
-
 
339
}
-
 
340
#obs-liste-lignes li dl {/*Pour IE*/
-
 
341
	width:350px;
-
 
342
}
323
.obs-conteneur{
343
.obs-conteneur{
324
	counter-reset: item;
344
	counter-reset: item;
325
}
345
}
326
.obs-conteneur .nom-sci:before {
346
.obs-conteneur .nom-sci:before {
327
	content: counter(item) ". ";
347
	content: counter(item) ". ";
Line 329... Line 349...
329
	display:block;
349
	display:block;
330
	float:left;
350
	float:left;
331
}
351
}
332
.obs-conteneur li {
352
.obs-conteneur li {
333
	display: block;
353
	display: block;
-
 
354
	margin-bottom:1em;
334
}
355
}
-
 
356
 
335
/*+-----------------------------------------------------------------------------------------------------------------+*/
357
/*+-----------------------------------------------------------------------------------------------------------------+*/
336
/* Diaporama */
358
/* Diaporama */
337
.cel-legende{
359
.cel-legende{
338
	text-align:left;
360
	text-align:left;
339
}
361
}