Subversion Repositories eFlore/Applications.cel

Rev

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