Subversion Repositories eFlore/Applications.cel

Rev

Rev 2816 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2816 Rev 2909
1
@CHARSET "UTF-8";
1
@CHARSET "UTF-8";
2
/*+--------------------------------------------------------------------------------------------------------+*/
2
/*+--------------------------------------------------------------------------------------------------------+*/
3
/* Balises */
3
/* Balises */
4
body {
4
body {
5
	font-family: Arial;
5
	font-family: Arial;
6
	font-size: 12px;
6
	font-size: 12px;
7
}
7
}
8
 
8
 
9
h1 {
9
h1 {
10
	font-size: 1.6em;
10
	font-size: 1.6em;
11
}
11
}
12
 
12
 
13
h2 {
13
h2 {
14
	font-size: 1.4em;
14
	font-size: 1.4em;
15
	text-transform: uppercase;
15
	text-transform: uppercase;
16
	letter-spacing: 0.3em;
16
	letter-spacing: 0.3em;
17
	padding: 5px 10px;
17
	padding: 5px 10px;
18
	background: #A1CA10;
18
	background: #A1CA10;
19
	margin-bottom: 0;
19
	margin-bottom: 0;
20
	margin-left: 2px;
20
	margin-left: 2px;
21
	-webkit-border-radius: 10px 10px 0 0;-moz-border-radius: 10px 10px 0 0;border-radius: 10px 10px 0 0;
21
	-webkit-border-radius: 10px 10px 0 0;-moz-border-radius: 10px 10px 0 0;border-radius: 10px 10px 0 0;
22
	line-height: 2em;
22
	line-height: 2em;
23
}
23
}
24
 
24
 
25
a {
25
a {
26
	font-weight: bold;
26
	font-weight: bold;
27
}
27
}
28
 
28
 
29
/*+--------------------------------------------------------------------------------------------------------+*/
29
/*+--------------------------------------------------------------------------------------------------------+*/
30
/* Générique */
30
/* Générique */
31
.discretion {
31
.discretion {
32
	color: grey;
32
	color: grey;
33
	font-family: arial;
33
	font-family: arial;
34
	font-size: 11px;
34
	font-size: 11px;
35
}
35
}
36
 
36
 
37
.nom-sci {
37
.nom-sci {
38
	font-style: italic;
38
	font-style: italic;
39
}
39
}
40
 
40
 
41
.modal-fenetre {
41
.modal-fenetre {
42
	position: fixed;
42
	position: fixed;
43
	z-index: 1000;
43
	z-index: 1000;
44
	top: 0;
44
	top: 0;
45
	left: 0;
45
	left: 0;
46
	height: 100%;
46
	height: 100%;
47
	width: 100%;
47
	width: 100%;
48
	background: #777;
48
	background: #777;
49
	background: rgba(90,86,93,0.7);
49
	background: rgba(90,86,93,0.7);
50
	text-align: center;
50
	text-align: center;
51
}
51
}
52
 
52
 
53
.modal-contenu {
53
.modal-contenu {
54
	position: relative;
54
	position: relative;
55
	width: 30%;
55
	width: 30%;
56
	margin: 0 auto;
56
	margin: 0 auto;
57
	top: 30%;
57
	top: 30%;
58
}
58
}
59
 
59
 
60
/*+--------------------------------------------------------------------------------------------------------+*/
60
/*+--------------------------------------------------------------------------------------------------------+*/
61
/* Positionnement général */
61
/* Positionnement général */
62
#zone-appli {
62
#zone-appli {
63
	margin: 0 auto;
63
	margin: 0 auto;
64
	width: 600px;
64
	width: 600px;
65
}
65
}
66
 
66
 
67
/*+--------------------------------------------------------------------------------------------------------+*/
67
/*+--------------------------------------------------------------------------------------------------------+*/
68
/* Formulaire générique */
68
/* Formulaire générique */
69
legend {
69
legend {
70
	color: #000000;
70
	color: #000000;
71
	font-size: 1.2em;
71
	font-size: 1.2em;
72
	letter-spacing: 0.2em;
72
	letter-spacing: 0.2em;
73
	padding: 5px 10px;
73
	padding: 5px 10px;
74
	text-transform: uppercase;
74
	text-transform: uppercase;
75
	line-height: 1.2em;
75
	line-height: 1.2em;
76
	margin: 2px 2px 0;
76
	margin: 2px 2px 0;
77
	width: inherit;
77
	width: inherit;
78
}
78
}
79
 
79
 
80
fieldset {
80
fieldset {
81
	background-color: #A1CA10;
81
	background-color: #A1CA10;
82
	padding: 5px;
82
	padding: 5px;
83
}
83
}
84
 
84
 
85
/* Validation du formulaire */
85
/* Validation du formulaire */
86
label.error {
86
label.error {
87
	display: block;
87
	display: block;
88
	float: none;
88
	float: none;
89
	color: red;
89
	color: red;
90
	width: 100%;
90
	width: 100%;
91
}
91
}
92
 
92
 
93
label.error.valid {
93
label.error.valid {
94
	text-indent: -9999px;
94
	text-indent: -9999px;
95
	color: #468847;
95
	color: #468847;
96
	float: none;
96
	float: none;
97
	width: 0;
97
	width: 0;
98
	height: 0;
98
	height: 0;
99
}
99
}
100
 
100
 
101
/*-------------------------------------------------------*/
101
/*-------------------------------------------------------*/
102
/* Formulaire observateur */
102
/* Formulaire observateur */
103
#titre-form-observateur {
103
#titre-form-observateur {
104
	width: 250px;
104
	width: 250px;
105
}
105
}
106
 
106
 
107
#zone-identification {
107
#zone-identification {
108
	margin-left: 2px;
108
	margin-left: 2px;
109
}
109
}
110
 
110
 
111
#partie-identification {
111
#partie-identification {
112
	background: #A1CA10;
112
	background: #A1CA10;
113
	-webkit-border-radius: 0 10px 10px 10px;-moz-border-radius: 0 10px 10px 10px;border-radius: 0 10px 10px 10px;
113
	-webkit-border-radius: 0 10px 10px 10px;-moz-border-radius: 0 10px 10px 10px;border-radius: 0 10px 10px 10px;
114
}
114
}
115
 
115
 
116
/*+--------------------------------------------------------------------------------------------------------+*/
116
/*+--------------------------------------------------------------------------------------------------------+*/
117
/* Formulaire obs */
117
/* Formulaire obs */
118
#titre-form-obs {
118
#titre-form-obs {
119
	width: 250px;
119
	width: 250px;
120
}
120
}
121
 
121
 
122
#zone-fiche-terrain, 
122
#zone-fiche-terrain, 
123
#zone-fiche-terrain-photo {
123
#zone-fiche-terrain-photo {
124
	background: #A1CA10;
124
	background: #A1CA10;
125
	width: 600px;
125
	width: 600px;
126
	margin-left: 2px;
126
	margin-left: 2px;
127
	padding-bottom: 10px;
127
	padding-bottom: 10px;
128
}
128
}
129
 
129
 
130
#zone-fiche-terrain {
130
#zone-fiche-terrain {
131
	-webkit-border-radius: 0 10px 0 0;-moz-border-radius: 0 10px 0 0;border-radius: 0 10px 0 0;
131
	-webkit-border-radius: 0 10px 0 0;-moz-border-radius: 0 10px 0 0;border-radius: 0 10px 0 0;
132
}
132
}
133
 
133
 
134
#zone-fiche-terrain-photo {
134
#zone-fiche-terrain-photo {
135
	-webkit-border-radius: 0 0 10px 10px;-moz-border-radius: 0 0 10px 10px;border-radius: 0 0 10px 10px;
135
	-webkit-border-radius: 0 0 10px 10px;-moz-border-radius: 0 0 10px 10px;border-radius: 0 0 10px 10px;
136
	margin-top: -20px;
136
	margin-top: -20px;
137
}
137
}
138
 
138
 
139
#partie-station, 
139
#partie-station, 
140
#partie-observation, 
140
#partie-observation, 
141
#partie-photo, 
141
#partie-photo, 
142
#partie-date {
142
#partie-date {
143
	margin: 0 10px 10px;
143
	margin: 0 10px 10px;
144
	background: #E5E5E5;
144
	background: #E5E5E5;
145
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
145
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
146
}
146
}
147
 
147
 
148
#partie-station legend, 
148
#partie-station legend, 
149
#partie-observation legend, 
149
#partie-observation legend, 
150
#partie-photo legend, 
150
#partie-photo legend, 
151
#partie-date legend{
151
#partie-date legend{
152
	background: #E5E5E5;
152
	background: #E5E5E5;
153
	-webkit-border-radius: 10px 10px 0 0 ;-moz-border-radius: 10px 10px 0 0;border-radius: 10px 10px 0 0;
153
	-webkit-border-radius: 10px 10px 0 0 ;-moz-border-radius: 10px 10px 0 0;border-radius: 10px 10px 0 0;
154
}
154
}
155
 
155
 
156
/* Liste des taxons */
156
/* Liste des taxons */
157
#taxon-liste optgroup + optgroup {
157
#taxon-liste optgroup + optgroup {
158
	border-top: 1px solid black;
158
	border-top: 1px solid black;
159
}
159
}
160
 
160
 
161
/*-------------------------------------------------------*/
161
/*-------------------------------------------------------*/
162
/* Géolocalisation */
162
/* Géolocalisation */
163
#map-canvas {
163
#map-canvas {
164
	height: 280px;
164
	height: 280px;
165
	margin-bottom: 5px;
165
	margin-bottom: 5px;
166
	margin-top: -40px;
166
	margin-top: -40px;
167
}
167
}
168
 
168
 
169
#map-container {
169
#map-container {
170
	margin-left: 0;
170
	margin-left: 0;
171
}
171
}
172
 
172
 
173
#map-canvas img {
173
#map-canvas img {
174
	max-width: none;
174
	max-width: none;
175
}
175
}
176
 
176
 
177
.coordonnees-geo, .lat-lon-info {
177
.coordonnees-geo, .lat-lon-info {
178
	font-size: 10px;
178
	font-size: 10px;
179
}
179
}
180
 
180
 
181
#info-commune {
181
#info-commune {
182
	text-align: right;
182
	text-align: right;
183
	font-size: 10px;
183
	font-size: 10px;
184
}
184
}
185
 
185
 
186
.afficher-coord {
186
.afficher-coord {
187
	font-size: 10px;
187
	font-size: 10px;
188
}
188
}
189
 
189
 
190
.indication_geolocalisation {
190
.indication_geolocalisation {
191
	color: #118811;
191
	color: #118811;
192
	font-style: italic;
192
	font-style: italic;
193
	font-weight: bold;
193
	font-weight: bold;
194
	font-weight: 0.9em;
194
	font-weight: 0.9em;
195
	height: 50px;
195
	height: 50px;
196
}
196
}
197
 
197
 
198
/*+--------------------------------------------------------------------------------------------------------+*/
198
/*+--------------------------------------------------------------------------------------------------------+*/
199
/* Gestion des photos */
199
/* Gestion des photos */
200
 
200
 
201
/* Form d'ajout des photos */
201
/* Form d'ajout des photos */
202
#form-upload .miniature {
202
#form-upload .miniature {
203
	float: left;
203
	float: left;
204
	height: 130px;
204
	height: 130px;
205
	margin: 5px;
205
	margin: 5px;
206
}
206
}
207
 
207
 
208
#form-upload .miniature-img {
208
#form-upload .miniature-img {
209
	display: block;
209
	display: block;
210
	height: 100px;
210
	height: 100px;
211
}
211
}
212
 
212
 
213
#form-upload .miniature-chargement {
213
#form-upload .miniature-chargement {
214
	height: 100px;
214
	height: 100px;
215
	width: 100px;	
215
	width: 100px;	
216
}
216
}
217
 
217
 
218
#photos-conteneur {
218
#photos-conteneur {
219
	height: 120px;
219
	height: 120px;
220
}
220
}
221
 
221
 
222
/* Images d'une observation */
222
/* Images d'une observation */
223
.obs .obs-miniatures {
223
.obs .obs-miniatures {
224
	min-width: 150px;
224
	min-width: 150px;
225
	margin-right: 5px;
225
	margin-right: 5px;
226
	background-color: #524C47;
226
	background-color: #524C47;
227
	padding: 4px 0;
227
	padding: 4px 0;
228
}
228
}
229
 
229
 
230
.obs .miniature {
230
.obs .miniature {
231
	display: block;
231
	display: block;
232
	height: 100px;
232
	height: 100px;
233
	margin: 0 auto;
233
	margin: 0 auto;
234
}
234
}
235
 
235
 
236
.defilement {
236
.defilement {
237
	position: relative;
237
	position: relative;
238
	padding: 8px 0;
238
	padding: 8px 0;
239
}
239
}
240
 
240
 
241
.defilement-control-zone {
241
.defilement-control-zone {
242
	display: block;
242
	display: block;
243
	z-index: 2;
243
	z-index: 2;
244
	position: absolute;
244
	position: absolute;
245
	top: 0;
245
	top: 0;
246
	width: 50%;
246
	width: 50%;
247
	height: 116px;
247
	height: 116px;
248
}
248
}
249
 
249
 
250
.defilement-control-zone.gauche {
250
.defilement-control-zone.gauche {
251
	left: 0;
251
	left: 0;
252
}
252
}
253
 
253
 
254
.defilement-control-zone.droite {
254
.defilement-control-zone.droite {
255
	right: 0;
255
	right: 0;
256
}
256
}
257
 
257
 
258
.defilement-control {
258
.defilement-control {
259
	display: block;
259
	display: block;
260
	position: absolute;
260
	position: absolute;
261
	top: 35%;
261
	top: 35%;
262
	width: 20px;
262
	width: 20px;
263
	height: 20px;
263
	height: 20px;
264
	line-height: 20px;
264
	line-height: 20px;
265
	font-size: 17px;
265
	font-size: 17px;
266
	font-weight: 100;
266
	font-weight: 100;
267
	text-align: center;
267
	text-align: center;
268
	vertical-align: middle;
268
	vertical-align: middle;
269
	border: 3px solid white;
269
	border: 3px solid white;
270
	border-radius: 20px;
270
	border-radius: 20px;
271
	color: white;
271
	color: white;
272
	opacity: 1;
272
	opacity: 1;
273
	background: none repeat scroll 0 0 #524C47;
273
	background: none repeat scroll 0 0 #524C47;
274
	cursor: pointer;
274
	cursor: pointer;
275
}
275
}
276
 
276
 
277
.defilement-control.gauche {
277
.defilement-control.gauche {
278
	left: 3%;
278
	left: 3%;
279
}
279
}
280
 
280
 
281
.defilement-control.droite {
281
.defilement-control.droite {
282
	right: 3%;
282
	right: 3%;
283
}
283
}
284
 
284
 
285
.defilement-miniatures-cache {
285
.defilement-miniatures-cache {
286
	visibility: hidden;
286
	visibility: hidden;
287
}
287
}
288
 
288
 
289
.obs .miniature-cachee {
289
.obs .miniature-cachee {
290
	display: none;
290
	display: none;
291
}
291
}
292
 
292
 
293
.defilement-indicateurs {
293
.defilement-indicateurs {
294
	list-style: none outside none;
294
	list-style: none outside none;
295
	margin: 0;
295
	margin: 0;
296
	position: absolute;
296
	position: absolute;
297
	left: 0;
297
	left: 0;
298
	bottom: 2px;
298
	bottom: 2px;
299
	z-index: 5;
299
	z-index: 5;
300
}
300
}
301
 
301
 
302
.defilement-indicateurs li {
302
.defilement-indicateurs li {
303
	background-color: rgba(255, 255, 255, 0.25);
303
	background-color: rgba(255, 255, 255, 0.25);
304
	border-radius: 2px;
304
	border-radius: 2px;
305
	border: 1px solid lightgrey;
305
	border: 1px solid lightgrey;
306
	display: block;
306
	display: block;
307
	float: left;
307
	float: left;
308
	height: 4px;
308
	height: 4px;
309
	margin-left: 2px;
309
	margin-left: 2px;
310
	text-indent: -999px;
310
	text-indent: -999px;
311
	width: 4px;
311
	width: 4px;
312
}
312
}
313
 
313
 
314
.defilement-indicateurs .active {
314
.defilement-indicateurs .active {
315
	background-color: #FFFFFF;
315
	background-color: #FFFFFF;
316
}
316
}
317
 
317
 
318
/*-------------------------------------------------------*/
318
/*-------------------------------------------------------*/
319
/* Observations */
319
/* Observations */
320
#titre-liste-obs {
320
#titre-liste-obs {
321
	margin-top: 0;
321
	margin-top: 0;
322
	padding-top: 0;
322
	padding-top: 0;
323
}
323
}
324
 
324
 
325
#zone-liste-obs {
325
#zone-liste-obs {
326
	background-color: #A1CA10;
326
	background-color: #A1CA10;
327
	padding: 5px;
327
	padding: 5px;
328
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
328
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
329
}
329
}
330
 
330
 
331
#zone-liste-obs .well {
331
#zone-liste-obs .well {
332
	background-color: #A1CA10;
332
	background-color: #A1CA10;
333
	margin: 0 5px 5px 5px;
333
	margin: 0 5px 5px 5px;
334
}
334
}
335
 
335
 
336
#liste-obs .well{
336
#liste-obs .well{
337
	background-color: #E0DFDE;
337
	background-color: #E0DFDE;
338
}
338
}
339
 
339
 
340
#obs-titre {
340
#obs-titre {
341
	margin-right: 20px;
341
	margin-right: 20px;
342
}
342
}
343
 
343
 
344
#form-date {
344
#form-date {
345
	margin: 10px 0;
345
	margin: 10px 0;
346
	line-height: 40px;
346
	line-height: 40px;
347
}
347
}
348
 
348
 
349
.ns-retenu {
349
.ns-retenu {
350
	font-weight: bold;	
350
	font-weight: bold;	
351
}
351
}
352
 
352
 
353
.nn {
353
.nn {
354
	color: #3B9D3B;
354
	color: #3B9D3B;
355
}
355
}
356
 
356
 
357
.obs .nom-sci {
357
.obs .nom-sci {
358
	font-size:1.5em;
358
	font-size:1.5em;
359
	font-weight:bold;
359
	font-weight:bold;
360
}
360
}
361
 
361
 
362
.commune, 
362
.commune, 
363
.date {
363
.date {
364
	font-size: 1.3em;
364
	font-size: 1.3em;
365
	font-weight: bold;
365
	font-weight: bold;
366
}
366
}
367
 
367
 
368
.obs-action {
368
.obs-action {
369
	opacity: 1;
369
	opacity: 1;
370
}
370
}
371
 
371
 
372
#ajouter-obs {
372
#ajouter-obs {
373
	margin-left: 407px;
373
	margin-left: 407px;
374
	font-size: 20px;
374
	font-size: 20px;
375
	background: #181;
375
	background: #181;
376
	color: #FFF;
376
	color: #FFF;
377
	width: 137px;
377
	width: 137px;
378
}
378
}
379
 
379
 
380
#transmettre-obs {
380
#transmettre-obs {
381
	font-size: 20px;
381
	font-size: 20px;
382
	background: #811;
382
	background: #811;
383
	color: #FFF;
383
	color: #FFF;
384
}
384
}
385
 
385
 
386
#barre-progression-upload span {
386
#barre-progression-upload span {
387
	color : #333333;
387
	color : #333333;
388
}
388
}
389
 
389
 
390
#liste-obs .obs-erreur {
390
#liste-obs .obs-erreur {
391
	background-color: #DD6E6E;
391
	background-color: #DD6E6E;
392
}
392
}
393
 
393
 
394
#lien-tuto-photo {
394
#lien-tuto-photo {
395
	color:#118811;
395
	color:#118811;
396
}
396
}
397
 
397
 
398
#indication-nom-rue {
398
#indication-nom-rue {
399
    -moz-user-select: none;
399
    -moz-user-select: none;
400
    background-clip: padding-box;
400
    background-clip: padding-box;
401
    background-color: #fff;
401
    background-color: #fff;
402
    border: 4px solid #118811;
402
    border: 4px solid #118811;
403
    border-bottom-left-radius: 2px;
403
    border-bottom-left-radius: 2px;
404
    border-top-left-radius: 2px;
404
    border-top-left-radius: 2px;
405
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
405
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
406
    color: #565656;
406
    color: #565656;
407
    direction: ltr;
407
    direction: ltr;
408
    font-family: Roboto,Arial,sans-serif;
408
    font-family: Roboto,Arial,sans-serif;
409
    font-size: 11px;
409
    font-size: 11px;
410
    left: 40px;
410
    left: 40px;
411
    min-width: 25px;
411
    min-width: 25px;
412
    overflow: hidden;
412
    overflow: hidden;
413
    padding: 1px 6px;
413
    padding: 1px 6px;
414
    position: relative;
414
    position: relative;
415
    text-align: center;
415
    text-align: center;
416
    top: -8px;
416
    top: -8px;
417
    visibility: hidden;
417
    visibility: hidden;
418
    width: 370px;
418
    width: 370px;
419
    z-index: 10;
419
    z-index: 10;
420
}
420
}
421
 
421
 
422
#indication-nom-rue-nom {
422
#indication-nom-rue-nom {
423
	display: inline-block;
423
	display: inline-block;
424
	height: 14px;
424
	height: 14px;
425
    max-width: 322px;
425
    max-width: 322px;
426
    overflow: hidden;
426
    overflow: hidden;
427
    text-overflow: ellipsis;
427
    text-overflow: ellipsis;
428
}
428
}
429
 
429
 
430
.navigation-rue, .navigation-rue:active {
430
.navigation-rue, .navigation-rue:active {
431
	display: inline-block;
431
	display: inline-block;
432
	color: black;
432
	color: black;
433
	font-size: 20px;
433
	font-size: 20px;
434
    margin-top: -4px;
434
    margin-top: -4px;
435
}
435
}
436
 
436
 
437
#indication-nom-rue-precedent {
437
#indication-nom-rue-precedent {
438
	float: left;
438
	float: left;
439
}
439
}
440
 
440
 
441
#indication-nom-rue-suivant {
441
#indication-nom-rue-suivant {
442
	float: right;
442
	float: right;
443
}
443
}
444
 
444
 
445
#indication-nom-rue img {
445
#indication-nom-rue img {
446
    height: 15px;
446
    height: 15px;
447
    margin-bottom: 2px;
447
    margin-bottom: 2px;
448
}
448
}
-
 
449
 
-
 
450
#logo-titre{
-
 
451
	width: 50%;
-
 
452
	height: 50%;
-
 
453
}
449
 
454
 
450
/*-------------------------------------------------------*/
455
/*-------------------------------------------------------*/
451
/* Autocomplete */
456
/* Autocomplete */
452
.valeur-defaut-recherche {
457
.valeur-defaut-recherche {
453
	color: #848484;
458
	color: #848484;
454
	font-style: italic;	
459
	font-style: italic;	
455
	font-weight: 0.9em;
460
	font-weight: 0.9em;
456
}
461
}
457
 
462
 
458
 
463
 
459
/*-------------------------------------------------------*/
464
/*-------------------------------------------------------*/
460
/* Correction bug boostrap sur les span3 qui reviennent à la ligne */
465
/* Correction bug boostrap sur les span3 qui reviennent à la ligne */
461
.row-fluid .span3 {
466
.row-fluid .span3 {
462
    width: 23.0769%;
467
    width: 23.0769%;
463
    float: left;
468
    float: left;
464
}
469
}
465
 
470