Subversion Repositories Sites.obs-saisons.fr

Rev

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

Rev 292 Rev 320
Line 1... Line 1...
1
/* =========================== Balises ============================ 
1
/* =========================== Balises ============================
Line 2... Line 2...
2
 
2
 
Line 3... Line 3...
3
 
3
 
4
 
4
 
5
/* =========================== Style général ============================ */ 
5
/* =========================== Style général ============================ */
Line 6... Line 6...
6
 
6
 
7
#wrapper #container {
7
#wrapper #container {
8
	max-width:1650px;
8
	max-width:1650px;
Line 9... Line 9...
9
}
9
}
10
 
10
 
11
.gauche {
11
.gauche {
Line 12... Line 12...
12
	float:left;	
12
	float:left;
13
}
13
}
14
 
14
 
15
.droite {
15
.droite {
16
	float:right;	
16
	float:right;
17
}
17
}
18
 
18
 
Line 32... Line 32...
32
.information div {
32
.information div {
33
	margin-top: 15px
33
	margin-top: 15px
34
}
34
}
Line 35... Line 35...
35
 
35
 
36
span.erreur {
36
span.erreur {
37
	color: red;	
37
	color: red;
Line 38... Line 38...
38
}
38
}
39
 
39
 
40
input.erreur {
40
input.erreur {
Line 41... Line 41...
41
	border: 1px solid red;	
41
	border: 1px solid red;
42
}
42
}
43
 
43
 
Line 44... Line 44...
44
#center {
44
#center {
Line 45... Line 45...
45
	width: 720px;	
45
	width: 720px;
46
}
46
}
47
 
47
 
Line 48... Line 48...
48
 
48
 
49
/* =========================== Titres ============================ */ 
49
/* =========================== Titres ============================ */
50
 
50
 
Line 68... Line 68...
68
#saisie_menu ul li.item_menu_station {
68
#saisie_menu ul li.item_menu_station {
69
	background: url("../images/station.png") no-repeat scroll 0px 0.5em transparent;
69
	background: url("../images/station.png") no-repeat scroll 0px 0.5em transparent;
70
}
70
}
Line 71... Line 71...
71
 
71
 
72
.item_menu_station > a {
72
.item_menu_station > a {
73
	padding: 5px;	
73
	padding: 5px;
Line 74... Line 74...
74
}
74
}
75
 
75
 
76
#saisie_menu ul li.item_menu_espece {
76
#saisie_menu ul li.item_menu_espece {
Line 77... Line 77...
77
	background: url("../images/espece.png") no-repeat scroll 0px 0.5em transparent;
77
	background: url("../images/espece.png") no-repeat scroll 0px 0.5em transparent;
78
}
78
}
79
 
79
 
Line 80... Line 80...
80
.item_menu_espece > a {
80
.item_menu_espece > a {
81
	padding: 5px	
81
	padding: 5px
82
}
82
}
Line 83... Line 83...
83
 
83
 
84
#saisie_menu ul li.station_ajout {
84
#saisie_menu ul li.station_ajout {
85
	background: url("../images/ajout.png") no-repeat scroll -9px transparent;
85
	background: url("../images/ajout.png") no-repeat scroll -9px transparent;
Line 86... Line 86...
86
}
86
}
87
 
87
 
88
li.station_en_cours {
88
li.station_en_cours {
89
	padding-top: 10px;	
89
	padding-top: 10px;
90
}
90
}
91
 
91
 
92
li.station_en_cours > a {
92
li.station_en_cours > a {
93
	color: #FFFFFF;
93
	color: #FFFFFF;
94
	font-weight: bold;
94
	font-weight: bold;
Line 95... Line 95...
95
	border: solid 1px #FFFFFF;
95
	border: solid 1px #FFFFFF;
96
	background-color: #BF3600;
96
	background-color: #BF3600;
97
	-moz-border-radius: 0.9em;	
97
	-moz-border-radius: 0.9em;
Line 110... Line 110...
110
li.espece_en_cours > a {
110
li.espece_en_cours > a {
111
	color: #FFFFFF;
111
	color: #FFFFFF;
112
	font-weight: bold;
112
	font-weight: bold;
113
	border: solid 1px #FFFFFF;
113
	border: solid 1px #FFFFFF;
114
	background-color: #9AC343;
114
	background-color: #9AC343;
115
	-moz-border-radius: 0.9em;	
115
	-moz-border-radius: 0.9em;
116
	-webkit-border-radius: 0.9em;	
116
	-webkit-border-radius: 0.9em;
117
	border-radius: 0.9em;
117
	border-radius: 0.9em;
118
}
118
}
Line 119... Line 119...
119
 
119
 
120
ul.liste_annees_observations {
120
ul.liste_annees_observations {
121
	list-style-type: none;
121
	list-style-type: none;
Line 122... Line 122...
122
}
122
}
123
 
123
 
124
.liste_annees_observations li {
124
.liste_annees_observations li {
125
	display: inline;
125
	display: inline;
126
	list-style: none;
126
	list-style: none;
Line 127... Line 127...
127
	background: none; 
127
	background: none;
128
}
128
}
129
 
129
 
130
#annee_en_cours {
130
#annee_en_cours {
Line 131... Line 131...
131
	font-size: 1.6em;
131
	font-size: 1.6em;
132
	color: #9AC343;	
132
	color: #9AC343;
133
}
133
}
Line 144... Line 144...
144
}
144
}
Line 145... Line 145...
145
 
145
 
Line 146... Line 146...
146
/* =========================== Formulaires d'inscription et d'identification ============================ */
146
/* =========================== Formulaires d'inscription et d'identification ============================ */
147
 
147
 
148
#conteneur_formulaire_identification, #conteneur_formulaire_inscription {
148
#conteneur_formulaire_identification, #conteneur_formulaire_inscription {
149
	
149
 
150
	width:650px;
150
	width:650px;
151
	border: 1px solid grey;
151
	border: 1px solid grey;
152
	margin-top: 10px;
152
	margin-top: 10px;
153
	padding: 10px;
153
	padding: 10px;
154
	text-align: left !important;
154
	text-align: left !important;
155
	-moz-border-radius: 0.9em;	
155
	-moz-border-radius: 0.9em;
156
	-webkit-border-radius: 0.9em;	
156
	-webkit-border-radius: 0.9em;
Line 157... Line 157...
157
	border-radius: 0.9em;
157
	border-radius: 0.9em;
158
}
158
}
159
 
159
 
Line 160... Line 160...
160
#conteneur_formulaire_identification form {
160
#conteneur_formulaire_identification form {
161
	text-align: left !important;	
161
	text-align: left !important;
162
}
162
}
163
 
163
 
Line 164... Line 164...
164
#conteneur_formulaire_identification input {
164
#conteneur_formulaire_identification input {
165
	text-align: left !important;
165
	text-align: left !important;
166
	width: 300px;	
166
	width: 300px;
167
}
167
}
Line 168... Line 168...
168
 
168
 
169
#conteneur_formulaire_inscription input {
169
#conteneur_formulaire_inscription input {
170
	text-align: left !important;
170
	text-align: left !important;
171
	width: 300px;	
171
	width: 300px;
172
}
172
}
173
 
173
 
Line 174... Line 174...
174
.message_identification {
174
.message_identification {
Line 175... Line 175...
175
	font-weight: bold;
175
	font-weight: bold;
176
	padding-top: 5px;
176
	padding-top: 5px;
177
	color: #435F06;
177
	color: #435F06;
Line 178... Line 178...
178
	font-size: 1.5em;	
178
	font-size: 1.5em;
179
}
179
}
180
 
180
 
181
 
181
 
Line 182... Line 182...
182
/* =========================== Formulaires de l'application ============================ */
182
/* =========================== Formulaires de l'application ============================ */
183
 
183
 
184
#saisie_station {
184
#saisie_station {
Line 185... Line 185...
185
	width: 700px;	
185
	width: 700px;
186
}
186
}
187
 
187
 
Line 210... Line 210...
210
	margin-top: 10x;
210
	margin-top: 10x;
211
	margin-right: 0px;
211
	margin-right: 0px;
212
}
212
}
Line 213... Line 213...
213
 
213
 
214
#localiser_lat_lon {
214
#localiser_lat_lon {
215
	background: url("../images/localiser.png") no-repeat scroll 2px transparent;	
215
	background: url("../images/localiser.png") no-repeat scroll 2px transparent;
Line 216... Line 216...
216
}
216
}
217
 
217
 
218
#saisie_liste_evenements {
218
#saisie_liste_evenements {
219
	text-align: center;
219
	text-align: center;
Line 220... Line 220...
220
	width:715px;
220
	width:715px;
221
}
221
}
222
 
222
 
Line 223... Line 223...
223
#saisie_modif_evenements tr, #saisie_liste_evenements tr {
223
#saisie_modif_evenements tr, #saisie_liste_evenements tr {
224
	height: 40px;	
224
	/*height: 40px;*/
225
}
225
}
226
 
226
 
Line 227... Line 227...
227
.icone_s {
227
.icone_s {
228
	height: 30px;
228
	height: 30px;
229
	width: 30px;	
229
	width: 30px;
Line 249... Line 249...
249
	background-color: #CFCFCF;
249
	background-color: #CFCFCF;
250
}
250
}
Line 251... Line 251...
251
 
251
 
252
#form_saisie_espece {
252
#form_saisie_espece {
253
	margin-right: auto;
253
	margin-right: auto;
254
	margin-left: auto;	
254
	margin-left: auto;
Line 255... Line 255...
255
}
255
}
256
 
256
 
257
.formulaire_informations_espece_mini {
257
.formulaire_informations_espece_mini {
258
	text-align: center;
258
	text-align: center;
259
	height:50px; 
259
	height:50px;
260
	width: 500px;
260
	width: 500px;
261
	border: solid 1px #999999;
261
	border: solid 1px #999999;
262
	background-color: #CFCFCF;
262
	background-color: #CFCFCF;
263
	padding: 10px;
263
	padding: 10px;
264
	margin-bottom: 10px;
264
	margin-bottom: 10px;
265
	-moz-border-radius: 0.9em;	
265
	-moz-border-radius: 0.9em;
266
	-webkit-border-radius: 0.9em;	
266
	-webkit-border-radius: 0.9em;
Line 267... Line 267...
267
	border-radius: 0.9em;
267
	border-radius: 0.9em;
268
}
268
}
Line 278... Line 278...
278
#form_afficher_modification {
278
#form_afficher_modification {
279
	margin-top: 10px;
279
	margin-top: 10px;
280
}
280
}
Line 281... Line 281...
281
 
281
 
282
.formulaire_suppression_station {
282
.formulaire_suppression_station {
283
	margin-top: 10px;	
283
	margin-top: 10px;
284
	margin-left: 2px;	
284
	margin-left: 2px;
Line 285... Line 285...
285
}
285
}
286
 
286
 
287
.formulaire_suppression_individu {
287
.formulaire_suppression_individu {
288
    margin-left: 2px;
288
    margin-left: 2px;
Line 289... Line 289...
289
    margin-top: 10px;
289
    margin-top: 10px;
Line 290... Line 290...
290
}
290
}
291
 
291
 
292
/* =========================== Fiches ============================== */ 
292
/* =========================== Fiches ============================== */
Line 293... Line 293...
293
 
293
 
294
.element_fiche {
294
.element_fiche {
295
	padding-bottom : 5px;
295
	padding-bottom : 5px;
Line 296... Line 296...
296
}
296
}
297
 
297
 
298
.intitule_fiche {
298
.intitule_fiche {
Line 299... Line 299...
299
		
299
 
300
}
300
}
301
 
301
 
302
.valeur_fiche {
302
.valeur_fiche {
Line 303... Line 303...
303
	font-weight: bold;	
303
	font-weight: bold;
304
}
304
}
305
 
305
 
Line 306... Line 306...
306
.titre_section_fiche {
306
.titre_section_fiche {
307
	padding-bottom : 10px;
307
	padding-bottom : 10px;
308
	padding-top : 10px;
308
	padding-top : 10px;
Line 309... Line 309...
309
}
309
}
310
 
310
 
311
.titre_fiche {
311
.titre_fiche {
312
	
312
 
Line 313... Line 313...
313
}
313
}
314
 
314
 
315
hr.separation_section {
315
hr.separation_section {
Line 316... Line 316...
316
	margin-top: 25px;	
316
	margin-top: 25px;
317
}
317
}
318
 
318
 
Line 342... Line 342...
342
	margin-left: 0px;
342
	margin-left: 0px;
343
	padding-left: 0px;
343
	padding-left: 0px;
344
}
344
}
Line 345... Line 345...
345
 
345
 
346
.observations_individu li div {
346
.observations_individu li div {
347
	-moz-border-radius: 0.9em;	
347
	-moz-border-radius: 0.9em;
348
	-webkit-border-radius: 0.9em;	
348
	-webkit-border-radius: 0.9em;
349
	border-radius: 0.9em;
349
	border-radius: 0.9em;
Line 350... Line 350...
350
}
350
}
351
 
351
 
352
#center .observations_individu h4 {
352
#center .observations_individu h4 {
353
	padding: 5px;
353
	padding: 5px;
Line -... Line 354...
-
 
354
	color: black;
-
 
355
}
-
 
356
 
-
 
357
.ajouter_observation .date_observation {
-
 
358
	background: url("../images/ajout.png") no-repeat center center transparent;
-
 
359
	width: 20px;
-
 
360
}
-
 
361
 
-
 
362
.conteneur_supprimer_observation {
-
 
363
	position: absolute;
-
 
364
	right: 0px;
-
 
365
	top: 0px;
-
 
366
	width: 20px;
-
 
367
	height: 100%;
-
 
368
	display: flex;
-
 
369
	align-items: center;
-
 
370
	justify-content: center;
-
 
371
}
-
 
372
 
-
 
373
.supprimer_observation {
-
 
374
	background: url("../images/suppression.png") no-repeat center center transparent;
-
 
375
	width: 20px;
-
 
376
	display: none;
-
 
377
}
-
 
378
 
-
 
379
.date_observation_individu:not(.ajouter_observation):hover .supprimer_observation {
-
 
380
	display: block;
-
 
381
}
-
 
382
 
-
 
383
.conteneur_date_observation {
-
 
384
	padding: 0;
-
 
385
	position: relative;
354
	color: black;
386
	vertical-align: top;
-
 
387
}
-
 
388
 
-
 
389
.date_observation_individu {
-
 
390
	height: 100%;
-
 
391
	width: 100%;
-
 
392
	display: flex;
-
 
393
	align-items: center;
-
 
394
	justify-content: center;
-
 
395
	flex: 1;
-
 
396
	padding-top: 5px;
Line -... Line 397...
-
 
397
	padding-bottom: 5px;
-
 
398
	position: relative;
-
 
399
}
-
 
400
 
-
 
401
.date_observation_individu .ui-datepicker {
-
 
402
	position: absolute;
-
 
403
	top: 100%;
-
 
404
	left: 0%;
-
 
405
	z-index: 1;
355
}
406
}
Line 356... Line 407...
356
 
407
 
357
.date_observation_individu {
408
.icone:hover {
358
 
409
	filter: grayscale(100%);
Line 359... Line 410...
359
}
410
}
360
 
411
 
361
.calendrier {
412
.calendrier {
362
	
413
 
363
}
414
}
Line 364... Line 415...
364
 
415
 
Line 365... Line 416...
365
#fiche_individu {
416
#fiche_individu {
366
	background-color: #F4F2EB;
417
	background-color: #F4F2EB;
367
	padding : 10px;
418
	padding : 10px;
Line 368... Line 419...
368
	margin-top: 31px;
419
	margin-top: 31px;
369
}
420
}
370
 
421
 
Line 371... Line 422...
371
 
422
 
372
/* =========================== Tableaux d'évenements ============================ */ 
423
/* =========================== Tableaux d'évenements ============================ */
373
 
424
 
Line 389... Line 440...
389
 
440
 
390
tr:nth-child(1), tr:nth-child(2) {
441
tr:nth-child(1), tr:nth-child(2) {
391
	background-color: #FFFFFF ;
442
	background-color: #FFFFFF ;
Line 392... Line 443...
392
}
443
}
393
 
444
 
394
div.evenement { 
445
div.evenement {
Line 395... Line 446...
395
	text-align: center;
446
	text-align: center;
396
}
447
}
397
 
448
 
Line 398... Line 449...
398
.stade_evenement {
449
.stade_evenement {
Line 399... Line 450...
399
	text-align: center;
450
	text-align: center;
400
}
451
}
401
 
452
 
Line 402... Line 453...
402
 
453
 
403
/* =========================== Styles des différents stades ============================ */ 
454
/* =========================== Styles des différents stades ============================ */
404
 
455
 
Line 405... Line 456...
405
.stade_feuillaison {
456
.stade_feuillaison {
406
	background-color: #ACC700;
457
	background-color: #ACC700;
407
}
458
}
Line 432... Line 483...
432
    margin-bottom: 10px;
483
    margin-bottom: 10px;
433
    padding: 5px;
484
    padding: 5px;
434
}
485
}
Line 435... Line 486...
435
 
486
 
436
#form_changement_identite {
487
#form_changement_identite {
437
	width: 330px;	
488
	width: 330px;
438
	display: inline;
489
	display: inline;
Line 439... Line 490...
439
}
490
}
440
 
491
 
Line 491... Line 542...
491
.chargement {
542
.chargement {
492
	background: url("../images/chargement.gif") no-repeat center center #DCDCDC;
543
	background: url("../images/chargement.gif") no-repeat center center #DCDCDC;
493
}
544
}
Line 494... Line 545...
494
 
545
 
495
.erreur_valeur {
546
.erreur_valeur {
496
	background-color: red;	
547
	background-color: red;
Line 497... Line 548...
497
}
548
}
498
 
549
 
499
.conteneur_type {
550
.conteneur_type {
500
	float: right;
551
	float: right;
501
	align: center;
552
	align: center;
Line 502... Line 553...
502
	width: 230px;
553
	width: 230px;
503
}
554
}
504
 
555
 
505
h4.lien_pliage {
556
h4.lien_pliage {
Line 506... Line 557...
506
	text-decoration: underline;	
557
	text-decoration: underline;
507
	display: inline;
558
	display: inline;
Line 514... Line 565...
514
h4.lien_pliage:hover {
565
h4.lien_pliage:hover {
515
	cursor: pointer;
566
	cursor: pointer;
516
}
567
}
Line 517... Line 568...
517
 
568
 
518
.element_cliquable {
569
.element_cliquable {
519
	cursor: pointer;	
570
	cursor: pointer;
Line 520... Line 571...
520
}
571
}
521
 
572
 
522
.element_cliquable:hover {
573
.element_cliquable:hover {
Line 523... Line 574...
523
	background : #9AC343;
574
	background : #9AC343;
524
 }
575
 }
525
 
576
 
Line 526... Line 577...
526
.element_clique {
577
.element_clique {
527
	background: #9AC343;	
578
	background: #9AC343;
528
}
579
}
529
 
580
 
530
#saisie_espece ul.liste_onglets {
581
#saisie_espece ul.liste_onglets {
531
	margin: 0;
582
	margin: 0;
532
	padding: 0;
583
	padding: 0;
533
	float: left;
584
	float: left;
-
 
585
	list-style: none;
-
 
586
	height: 32px; /*--Set height of tabs--*/
534
	list-style: none;
587
	border-bottom: 1px solid #999;
Line 535... Line 588...
535
	height: 32px; /*--Set height of tabs--*/
588
	border-left: 1px solid #999;
536
	border-bottom: 1px solid #999;
589
	border-top-left-radius: 10px;
537
	border-left: 1px solid #999;
590
	border-top-right-radius: 10px;
Line 585... Line 638...
585
	border: 1px solid #999;
638
	border: 1px solid #999;
586
	overflow: hidden;
639
	overflow: hidden;
587
	float: left;
640
	float: left;
588
	background: #fff;
641
	background: #fff;
589
	position: relative;
642
	position: relative;
590
	width:565px;
643
	width: 100%;
-
 
644
	display: flex;
-
 
645
	justify-content: center;
-
 
646
	margin-left: 10px;
591
}
647
}
Line 592... Line 648...
592
 
648
 
593
#saisie_espece .contenu_onglet {
649
#saisie_espece .contenu_onglet {
594
	padding: 20px;
650
	padding: 20px;
595
	font-size: 1.2em;
651
	font-size: 1.2em;
Line 596... Line 652...
596
}
652
}
597
 
653
 
598
 
654
 
Line 599... Line 655...
599
.autocompletion {
655
.autocompletion {
600
	position:relative;	
656
	position:relative;
601
}
657
}
Line 612... Line 668...
612
	-webkit-border-radius: 7px;
668
	-webkit-border-radius: 7px;
613
	border-radius: 7px;
669
	border-radius: 7px;
614
}
670
}
Line 615... Line 671...
615
 
671
 
616
.conteneur_suggestions_utilisateur {
672
.conteneur_suggestions_utilisateur {
617
	left: 188px;	
673
	left: 188px;
618
}
674
}
619
 
675
 
620
.liste_suggestions {
676
.liste_suggestions {
621
    margin: 0px;
677
    margin: 0px;
622
    padding: 0px;
678
    padding: 0px;
623
}
679
}
624
 
680
 
625
.liste_suggestions li {
681
.liste_suggestions li {
626
    margin: 0px 0px 3px 0px;
682
    margin: 0px 0px 3px 0px;
627
    padding: 3px;
683
    padding: 3px;
628
    cursor: pointer;
684
    cursor: pointer;
Line 629... Line 685...
629
}
685
}
630
 
686
 
631
.liste_suggestions li {
687
.liste_suggestions li {
632
	list-style-type: none;	
688
	list-style-type: none;
633
	margin-left: 5px;
689
	margin-left: 5px;
634
	margin-right: 5px;
690
	margin-right: 5px;
635
}
691
}
636
	
692
 
637
 
693
 
638
.liste_suggestions .element_selectionne {
694
.liste_suggestions .element_selectionne {
Line 639... Line 695...
639
    background-color: #659CD8;
695
    background-color: #659CD8;
Line 640... Line 696...
640
}
696
}
641
 
-
 
642
/* ============ Styles crées spécifiquement pour compenser les faiblesses de certains navigateurs ===== */
-
 
643
 
697
 
-
 
698
/* ============ Styles crées spécifiquement pour compenser les faiblesses de certains navigateurs ===== */
-
 
699