Subversion Repositories Sites.obs-saisons.fr

Rev

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

Rev 162 Rev 166
Line 178... Line 178...
178
#saisie_station {
178
#saisie_station {
179
	width: 700px;	
179
	width: 700px;	
180
}
180
}
Line 181... Line 181...
181
 
181
 
-
 
182
.element_formulaire label {
182
.element_formulaire label {
183
	font-weight: bold;
183
	width:150px;	
184
	width:150px;	
Line 184... Line 185...
184
}
185
}
185
 
186
 
Line 243... Line 244...
243
	margin-left: auto;	
244
	margin-left: auto;	
244
}
245
}
Line 245... Line 246...
245
 
246
 
246
.formulaire_informations_espece_mini {
247
.formulaire_informations_espece_mini {
247
	text-align: center;
248
	text-align: center;
248
	height:40px; 
249
	height:50px; 
249
	width: 500px;
250
	width: 500px;
250
	border: solid 1px #999999;
251
	border: solid 1px #999999;
251
	background-color: #CFCFCF;
252
	background-color: #CFCFCF;
252
	padding: 10px;
253
	padding: 10px;
Line 292... Line 293...
292
	margin-top: 25px;	
293
	margin-top: 25px;	
293
}
294
}
Line 294... Line 295...
294
 
295
 
295
.informations_espece img {
296
.informations_espece img {
-
 
297
	margin-top:-35px;	
296
	margin-top:-35px;	
298
	padding: 15px;
Line 297... Line 299...
297
}
299
}
298
 
300
 
299
.annee_observation {
301
.annee_observation {
Line 308... Line 310...
308
 
310
 
309
.observations_individu {
311
.observations_individu {
310
	color: #000000;
312
	color: #000000;
Line 311... Line 313...
311
}
313
}
312
 
314
 
313
.observations_individu li {
315
#fiche_individu .observations_individu li {
-
 
316
	background: none;
-
 
317
	padding-left: 1px;
-
 
318
	list-style-type: none;
314
	background: none;
319
	margin-left: 0px;
Line 315... Line 320...
315
	padding-left: 1px;
320
	padding-left: 0px;
316
}
321
}
317
 
322
 
318
.observations_individu li div {
323
.observations_individu li div {
319
	-moz-border-radius: 0.9em;	
324
	-moz-border-radius: 0.9em;	
Line 320... Line 325...
320
	-webkit-border-radius: 0.9em;	
325
	-webkit-border-radius: 0.9em;	
321
	border-radius: 0.9em;
326
	border-radius: 0.9em;
-
 
327
}
322
}
328
 
Line 323... Line 329...
323
 
329
#center .observations_individu h4 {
Line 324... Line 330...
324
.observations_individu h4 {
330
	padding: 5px;
Line 410... Line 416...
410
h4.lien_pliage {
416
h4.lien_pliage {
411
	text-decoration: underline;	
417
	text-decoration: underline;	
412
	display: inline;
418
	display: inline;
413
}
419
}
Line -... Line 420...
-
 
420
 
-
 
421
.pliage {
-
 
422
	padding: 5px;
-
 
423
}
414
 
424
 
415
h4.lien_pliage:hover {
425
h4.lien_pliage:hover {
416
	cursor: pointer;
426
	cursor: pointer;
Line 417... Line 427...
417
}
427
}
Line 426... Line 436...
426
 
436
 
427
.element_clique {
437
.element_clique {
428
	background: #9AC343;	
438
	background: #9AC343;	
Line 429... Line 439...
429
}
439
}
430
 
440
 
431
ul.liste_onglets {
441
#saisie_espece ul.liste_onglets {
432
	margin: 0;
442
	margin: 0;
433
	padding: 0;
443
	padding: 0;
434
	float: left;
444
	float: left;
435
	list-style: none;
445
	list-style: none;
436
	height: 32px; /*--Set height of tabs--*/
446
	height: 32px; /*--Set height of tabs--*/
437
	border-bottom: 1px solid #999;
447
	border-bottom: 1px solid #999;
Line 438... Line 448...
438
	border-left: 1px solid #999;
448
	border-left: 1px solid #999;
-
 
449
}
-
 
450
 
439
}
451
#saisie_espece ul.liste_onglets li {
440
 
452
	-moz-border-radius-topleft: 0px;
441
ul.liste_onglets li {
453
    -moz-border-radius-topright: 0px;
442
	float: left;
454
	float: left;
443
	margin: 0;
455
	margin: 0;
Line 450... Line 462...
450
	overflow: hidden;
462
	overflow: hidden;
451
	position: relative;
463
	position: relative;
452
	background: #e0e0e0;
464
	background: #e0e0e0;
453
}
465
}
Line 454... Line 466...
454
 
466
 
455
ul.liste_onglets li a {
467
#saisie_espece ul.liste_onglets li a {
456
	text-decoration: none;
468
	text-decoration: none;
457
	color: #000;
469
	color: #000;
458
	display: block;
470
	display: block;
459
	font-size: 1.2em;
471
	font-size: 1.2em;
460
	padding: 0 20px;
472
	padding: 0 20px;
461
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
473
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
462
	outline: none;
474
	outline: none;
Line 463... Line 475...
463
}
475
}
464
 
476
 
465
ul.liste_onglets li a:hover {
477
#saisie_espece ul.liste_onglets li a:hover {
Line 466... Line 478...
466
	background: #ccc;
478
	background: #ccc;
467
}
479
}
468
 
480
 
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--*/
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--*/
Line 470... Line 482...
470
	background: #fff;
482
	background: #fff;
471
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
483
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
472
}
484
}
473
 
485
 
474
#onglets  {
486
#saisie_espece #onglets  {
475
	margin-left: 85px;
487
	margin-left: 85px;
476
	margin-right: auto;
488
	margin-right: auto;
477
	position: relative;
489
	position: relative;
Line 478... Line 490...
478
	bottom: -1px;
490
	bottom: -1px;
479
	z-index: 1;
491
	z-index: 1;
480
	clear:left;
492
	clear:left;
481
}
493
}
482
 
494
 
483
.conteneur_onglets {
495
#saisie_espece .conteneur_onglets {
484
	border: 1px solid #999;
496
	border: 1px solid #999;
485
	overflow: hidden;
497
	overflow: hidden;
Line 486... Line 498...
486
	float: left;
498
	float: left;
487
	background: #fff;
499
	background: #fff;
488
	position: relative;
500
	position: relative;
489
	width:565px;
501
	width:565px;