Subversion Repositories eFlore/Applications.cel

Rev

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