Subversion Repositories eFlore/Applications.cel

Rev

Rev 3025 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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