Subversion Repositories Sites.obs-saisons.fr

Rev

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

Rev 140 Rev 161
Line 174... Line 174...
174
 
174
 
Line 175... Line 175...
175
 
175
 
176
/* =========================== Formulaires de l'application ============================ */
-
 
177
 
176
/* =========================== Formulaires de l'application ============================ */
178
#saisie_station {
177
 
Line 179... Line 178...
179
	padding-left: 20px;
178
#saisie_station {
180
	width: 700px;	
-
 
181
}
-
 
182
 
179
	width: 700px;	
183
.element_formulaire label {
180
}
Line 184... Line 181...
184
	color: black;
181
 
185
    font-size: 1.3em;
182
.element_formulaire label {
186
    width: 150px;
183
	width:150px;	
Line 294... Line 291...
294
hr.separation_section {
291
hr.separation_section {
295
	margin-top: 25px;	
292
	margin-top: 25px;	
296
}
293
}
Line 297... Line 294...
297
 
294
 
298
.informations_espece img {
295
.informations_espece img {
299
	margin-top: -15px;
296
	margin-top:-35px;	
Line 300... Line 297...
300
}
297
}
301
 
298
 
302
.annee_observation {
299
.annee_observation {
Line 341... Line 338...
341
	padding : 10px;
338
	padding : 10px;
342
	border: 1px solid #C6B895;	
339
	border: 1px solid #C6B895;	
343
	margin-top: 31px;
340
	margin-top: 31px;
344
}
341
}
Line 345... Line -...
345
 
-
 
346
#lien_ajout_individu {
-
 
347
	background: url("../images/ajout.png") no-repeat scroll -9px -7px transparent;
-
 
348
	padding-left: 20px;
-
 
349
	padding-top: 2px;
-
 
350
}
-
 
351
 
-
 
352
.description_espece {
-
 
353
    font-style: italic;
-
 
354
    text-align: justify;
-
 
355
    width: 550px;
-
 
356
}
-
 
Line 357... Line 342...
357
 
342
 
Line 358... Line 343...
358
 
343
 
359
/* =========================== Tableaux d'évenements ============================ */ 
344
/* =========================== Tableaux d'évenements ============================ */ 
Line 384... Line 369...
384
 
369
 
Line 385... Line 370...
385
 
370
 
386
/* =========================== Styles des différents stades ============================ */ 
371
/* =========================== Styles des différents stades ============================ */ 
387
 
372
 
Line 388... Line 373...
388
.stade_feuillaison {
373
.stade_feuillaison {
389
	background-color: #9AC343;
374
	background-color: #ACC700;
390
}
375
}
Line 391... Line 376...
391
 
376
 
392
.stade_floraison {
377
.stade_floraison {
393
	background-color: #C60800;	
378
	background-color: #B549B9;	
Line 394... Line 379...
394
}
379
}
395
 
380
 
396
.stade_fructification {
381
.stade_fructification {
Line 397... Line 382...
397
	background-color: #8B008B;
382
	background-color: #FF7F00;
398
}
383
}
399
 
384
 
Line 400... Line -...
400
.stade_senescence {
-
 
401
	background-color: #800000;
-
 
402
}
-
 
Line 403... Line 385...
403
 
385
.stade_senescence {
Line 404... Line 386...
404
.stade_1ere_apparition {
386
	background-color: #BF3600;
405
	background-color: #F08080;
387
}
Line 451... Line 433...
451
	padding: 0;
433
	padding: 0;
452
	float: left;
434
	float: left;
453
	list-style: none;
435
	list-style: none;
454
	height: 32px; /*--Set height of tabs--*/
436
	height: 32px; /*--Set height of tabs--*/
455
	border-bottom: 1px solid #999;
437
	border-bottom: 1px solid #999;
-
 
438
	border-left: 1px solid #999;
456
}
439
}
Line 457... Line 440...
457
 
440
 
458
ul.liste_onglets li {
441
ul.liste_onglets li {
459
	float: left;
442
	float: left;
Line 473... Line 456...
473
	text-decoration: none;
456
	text-decoration: none;
474
	color: #000;
457
	color: #000;
475
	display: block;
458
	display: block;
476
	font-size: 1.2em;
459
	font-size: 1.2em;
477
	padding: 0 20px;
460
	padding: 0 20px;
-
 
461
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
478
	outline: none;
462
	outline: none;
479
}
463
}
Line -... Line 464...
-
 
464
 
-
 
465
ul.liste_onglets li a:hover {
-
 
466
	background: #ccc;
-
 
467
}
480
 
468
 
481
html ul.liste_onglets li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
469
html ul.liste_onglets li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
-
 
470
	background: #fff;
482
	background: #fff;
471
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
Line 483... Line 472...
483
}
472
}
484
 
473
 
485
#onglets  {
474
#onglets  {
Line 489... Line 478...
489
	bottom: -1px;
478
	bottom: -1px;
490
	z-index: 1;
479
	z-index: 1;
491
	clear:left;
480
	clear:left;
492
}
481
}
Line 493... Line -...
493
 
-
 
494
#onglets ul.liste_onglets li {
-
 
495
	background: none;
-
 
496
	margin: 0;
-
 
497
	border-left: 1px solid;
-
 
498
}
-
 
499
 
-
 
500
#onglets ul.liste_onglets li a {
-
 
501
	padding-left: 20px;
-
 
502
	padding-right: 20px;	
-
 
503
}
-
 
504
 
482
 
505
.conteneur_onglets {
483
.conteneur_onglets {
506
	border: 1px solid #999;
484
	border: 1px solid #999;
507
	overflow: hidden;
485
	overflow: hidden;
508
	float: left;
486
	float: left;