Subversion Repositories eFlore/Applications.cel

Rev

Go to most recent revision | Details | 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 {
131
	-webkit-border-radius: 0 10px 0 0;-moz-border-radius: 0 10px 0 0;border-radius: 0 10px 0 0;
132
}
133
 
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;
136
	margin-top: -20px;
137
}
138
 
139
#partie-station,
140
#partie-observation,
141
#partie-photo,
142
#partie-date {
143
	margin: 0 10px 10px;
144
	background: #E5E5E5;
145
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
146
}
147
 
148
#partie-station legend,
149
#partie-observation legend,
150
#partie-photo legend,
151
#partie-date legend{
152
	background: #E5E5E5;
153
	-webkit-border-radius: 10px 10px 0 0 ;-moz-border-radius: 10px 10px 0 0;border-radius: 10px 10px 0 0;
154
}
155
 
156
/* Liste des taxons */
157
#taxon-liste optgroup + optgroup {
158
	border-top: 1px solid black;
159
}
160
 
161
/*-------------------------------------------------------*/
162
/* Géolocalisation */
163
#map-canvas {
164
	height: 280px;
165
	margin-bottom: 5px;
166
	margin-top: -40px;
167
}
168
 
169
#map-container {
170
	margin-left: 0;
171
}
172
 
173
#map-canvas img {
174
	max-width: none;
175
}
176
 
177
.coordonnees-geo, .lat-lon-info {
178
	font-size: 10px;
179
}
180
 
181
#info-commune {
182
	text-align: right;
183
	font-size: 10px;
184
}
185
 
186
.afficher-coord {
187
	font-size: 10px;
188
}
189
 
190
.indication_geolocalisation {
191
	color: #118811;
192
	font-style: italic;
193
	font-weight: bold;
194
	font-weight: 0.9em;
195
	height: 50px;
196
}
197
 
198
/*+--------------------------------------------------------------------------------------------------------+*/
199
/* Gestion des photos */
200
 
201
/* Form d'ajout des photos */
202
#form-upload .miniature {
203
	float: left;
204
	height: 130px;
205
	margin: 5px;
206
}
207
 
208
#form-upload .miniature-img {
209
	display: block;
210
	height: 100px;
211
}
212
 
213
#form-upload .miniature-chargement {
214
	height: 100px;
215
	width: 100px;
216
}
217
 
218
#photos-conteneur {
219
	height: 120px;
220
}
221
 
222
/* Images d'une observation */
223
.obs .obs-miniatures {
224
	min-width: 150px;
225
	margin-right: 5px;
226
	background-color: #524C47;
227
	padding: 4px 0;
228
}
229
 
230
.obs .miniature {
231
	display: block;
232
	height: 100px;
233
	margin: 0 auto;
234
}
235
 
236
.defilement {
237
	position: relative;
238
	padding: 8px 0;
239
}
240
 
241
.defilement-control-zone {
242
	display: block;
243
	z-index: 2;
244
	position: absolute;
245
	top: 0;
246
	width: 50%;
247
	height: 116px;
248
}
249
 
250
.defilement-control-zone.gauche {
251
	left: 0;
252
}
253
 
254
.defilement-control-zone.droite {
255
	right: 0;
256
}
257
 
258
.defilement-control {
259
	display: block;
260
	position: absolute;
261
	top: 35%;
262
	width: 20px;
263
	height: 20px;
264
	line-height: 20px;
265
	font-size: 17px;
266
	font-weight: 100;
267
	text-align: center;
268
	vertical-align: middle;
269
	border: 3px solid white;
270
	border-radius: 20px;
271
	color: white;
272
	opacity: 1;
273
	background: none repeat scroll 0 0 #524C47;
274
	cursor: pointer;
275
}
276
 
277
.defilement-control.gauche {
278
	left: 3%;
279
}
280
 
281
.defilement-control.droite {
282
	right: 3%;
283
}
284
 
285
.defilement-miniatures-cache {
286
	visibility: hidden;
287
}
288
 
289
.obs .miniature-cachee {
290
	display: none;
291
}
292
 
293
.defilement-indicateurs {
294
	list-style: none outside none;
295
	margin: 0;
296
	position: absolute;
297
	left: 0;
298
	bottom: 2px;
299
	z-index: 5;
300
}
301
 
302
.defilement-indicateurs li {
303
	background-color: rgba(255, 255, 255, 0.25);
304
	border-radius: 2px;
305
	border: 1px solid lightgrey;
306
	display: block;
307
	float: left;
308
	height: 4px;
309
	margin-left: 2px;
310
	text-indent: -999px;
311
	width: 4px;
312
}
313
 
314
.defilement-indicateurs .active {
315
	background-color: #FFFFFF;
316
}
317
 
318
/*-------------------------------------------------------*/
319
/* Observations */
320
#titre-liste-obs {
321
	margin-top: 0;
322
	padding-top: 0;
323
}
324
 
325
#zone-liste-obs {
326
	background-color: #A1CA10;
327
	padding: 5px;
328
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
329
}
330
 
331
#zone-liste-obs .well {
332
	background-color: #A1CA10;
333
	margin: 0 5px 5px 5px;
334
}
335
 
336
#liste-obs .well{
337
	background-color: #E0DFDE;
338
}
339
 
340
#obs-titre {
341
	margin-right: 20px;
342
}
343
 
344
#form-date {
345
	margin: 10px 0;
346
	line-height: 40px;
347
}
348
 
349
.ns-retenu {
350
	font-weight: bold;
351
}
352
 
353
.nn {
354
	color: #3B9D3B;
355
}
356
 
357
.obs .nom-sci {
358
	font-size:1.5em;
359
	font-weight:bold;
360
}
361
 
362
.commune,
363
.date {
364
	font-size: 1.3em;
365
	font-weight: bold;
366
}
367
 
368
.obs-action {
369
	opacity: 1;
370
}
371
 
372
#ajouter-obs {
373
	margin-left: 407px;
374
	font-size: 20px;
375
	background: #181;
376
	color: #FFF;
377
	width: 137px;
378
}
379
 
380
#transmettre-obs {
381
	font-size: 20px;
382
	background: #811;
383
	color: #FFF;
384
}
385
 
386
#barre-progression-upload span {
387
	color : #333333;
388
}
389
 
390
#liste-obs .obs-erreur {
391
	background-color: #DD6E6E;
392
}
393
 
394
#lien-tuto-photo {
395
	color:#118811;
396
}
397
 
398
#indication-nom-rue {
399
    -moz-user-select: none;
400
    background-clip: padding-box;
401
    background-color: #fff;
402
    border: 4px solid #118811;
403
    border-bottom-left-radius: 2px;
404
    border-top-left-radius: 2px;
405
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
406
    color: #565656;
407
    direction: ltr;
408
    font-family: Roboto,Arial,sans-serif;
409
    font-size: 11px;
410
    left: 40px;
411
    min-width: 25px;
412
    overflow: hidden;
413
    padding: 1px 6px;
414
    position: relative;
415
    text-align: center;
416
    top: -8px;
417
    visibility: hidden;
418
    width: 370px;
419
    z-index: 10;
420
}
421
 
422
#indication-nom-rue-nom {
423
	display: inline-block;
424
	height: 14px;
425
    max-width: 322px;
426
    overflow: hidden;
427
    text-overflow: ellipsis;
428
}
429
 
430
.navigation-rue, .navigation-rue:active {
431
	display: inline-block;
432
	color: black;
433
	font-size: 20px;
434
    margin-top: -4px;
435
}
436
 
437
#indication-nom-rue-precedent {
438
	float: left;
439
}
440
 
441
#indication-nom-rue-suivant {
442
	float: right;
443
}
444
 
445
#indication-nom-rue img {
446
    height: 15px;
447
    margin-bottom: 2px;
448
}
449
 
450
#logo-titre{
451
	width: 50%;
452
	height: 50%;
453
}
454
 
455
/*-------------------------------------------------------*/
456
/* Autocomplete */
457
.valeur-defaut-recherche {
458
	color: #848484;
459
	font-style: italic;
460
	font-weight: 0.9em;
461
}
462
 
463
 
464
/*-------------------------------------------------------*/
465
/* Correction bug boostrap sur les span3 qui reviennent à la ligne */
466
.row-fluid .span3 {
467
    width: 23.0769%;
468
    float: left;
469
}
470