Subversion Repositories eFlore/Applications.cel

Rev

Rev 2470 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2360 jpm 1
@CHARSET "UTF-8";
2
/*
3
Code couleurs :
4
Police : ?
5
Gris :
6
	foncé : #2B2E34
7
	clair : #D7DBC5
8
Vert :
9
	foncé : #C4D24C / #898F5E (couverture)
10
	median : #CAD65E / #C0CE40 (titre)
11
	clair : #D9E28C / #E4E9AD / #F4F7DF
12
Marron
13
	fonçé : #999E6C
14
	clair texturé : #CDBEA2
15
 
16
*/
17
/*+--------------------------------------------------------------------------------------------------------+*/
18
/* Polices d'écriture*/
19
/* FONT : Balthazar */
20
@font-face {
21
	font-family: 'Balthazar';
22
	font-style: normal;
23
	font-weight: 400;
24
	src:
25
		local('Balthazar Regular'),
26
		local('Balthazar-Regular'),
27
		url('http://resources.tela-botanica.org/fonts/balthazar/regular.woff') format('woff');
28
}
29
/* FONT : Ubuntu */
30
@font-face {
31
	font-family: 'Ubuntu';
32
	font-style: normal;
33
	font-weight: 400;
34
	src:
35
		local('Ubuntu'),
36
		url(http://resources.tela-botanica.org/fonts/ubuntu/regular.woff) format('woff'),
37
		url(http://resources.tela-botanica.org/fonts/ubuntu/regular.ttf) format('ttf');
38
}
39
@font-face {
40
	font-family: 'Ubuntu';
41
	font-style: normal;
42
	font-weight: 700;
43
	src:
44
		local('Ubuntu Bold'),
45
		local('Ubuntu-Bold'),
46
		url(http://resources.tela-botanica.org/fonts/ubuntu/bold.woff) format('woff'),
47
		url(http://resources.tela-botanica.org/fonts/ubuntu/bold.ttf) format('ttf');
48
}
49
@font-face {
50
	font-family: 'Ubuntu';
51
	font-style: italic;
52
	font-weight: 400;
53
	src:
54
		local('Ubuntu Italic'),
55
		local('Ubuntu-Italic'),
56
		url(http://resources.tela-botanica.org/fonts/ubuntu/italic.woff) format('woff'),
57
		url(http://resources.tela-botanica.org/fonts/ubuntu/italic.ttf) format('ttf');
58
}
59
@font-face {
60
	font-family: 'Ubuntu';
61
	font-style: italic;
62
	font-weight: 700;
63
	src:
64
		local('Ubuntu Bold Italic'),
65
		local('Ubuntu-BoldItalic'),
66
		url(http://resources.tela-botanica.org/fonts/ubuntu/bold_italic.woff) format('woff'),
67
		url(http://resources.tela-botanica.org/fonts/ubuntu/bold_italic.ttf) format('ttf');
68
}
69
/* FONT : Muli */
70
@font-face {
71
	font-family: 'Muli';
72
	font-style: normal;
73
	font-weight: 300;
74
	src:
75
		local('Muli Light'),
76
		local('Muli-Light'),
77
		url(http://resources.tela-botanica.org/fonts/muli/regular.woff) format('woff'),
78
		url(http://resources.tela-botanica.org/fonts/muli/regular.ttf) format('ttf');
79
}
80
@font-face {
81
	font-family: 'Muli';
82
	font-style: normal;
83
	font-weight: 400;
84
	src:
85
		local('Muli'),
86
		url(http://resources.tela-botanica.org/fonts/muli/bold.woff) format('woff');
87
}
88
@font-face {
89
	font-family: 'Muli';
90
	font-style: italic;
91
	font-weight: 300;
92
	src:
93
		local('Muli Light Italic'),
94
		local('Muli-LightItalic'),
95
		url(http://resources.tela-botanica.org/fonts/muli/italic.woff) format('woff'),
96
		url(http://resources.tela-botanica.org/fonts/muli/italic.ttf) format('ttf');
97
}
98
@font-face {
99
	font-family: 'Muli';
100
	font-style: italic;
101
	font-weight: 400;
102
	src:
103
		local('Muli Italic'),
104
		local('Muli-Italic'),
105
		url(http://resources.tela-botanica.org/fonts/muli/bold_italic.woff) format('woff'),
106
		url(http://resources.tela-botanica.org/fonts/muli/bold_italic.ttf) format('ttf');
107
}
108
 
109
/*+--------------------------------------------------------------------------------------------------------+*/
110
/* Balises */
111
body {
2365 jpm 112
	background-color: #d9e28c;
113
	background: url('../img/background/insectes.png') no-repeat 2em 2em,
114
		url('../img/background/tetard_faune.png') no-repeat right bottom,
115
		url('../img/background/faune.png') no-repeat 2em bottom,
116
		-moz-radial-gradient(center, ellipse cover, #d9e28c 8%, #999e6c 85%);
117
	background: url('../img/background/insectes.png') no-repeat 2em 2em,
118
		url('../img/background/tetard_faune.png') no-repeat right bottom,
119
		url('../img/background/faune.png') no-repeat 2em bottom,
120
		 -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(27%,#d9e28c), color-stop(85%,#999e6c));
121
	background: url('../img/background/insectes.png') no-repeat 2em 2em,
122
		url('../img/background/tetard_faune.png') no-repeat right bottom,
123
		url('../img/background/faune.png') no-repeat 2em bottom,
124
		 -webkit-radial-gradient(center, ellipse cover,  #d9e28c 27%,#999e6c 85%);
125
	background: url('../img/background/insectes.png') no-repeat 2em 2em,
126
		url('../img/background/tetard_faune.png') no-repeat right bottom,
127
		url('../img/background/faune.png') no-repeat 2em bottom,
128
		 -o-radial-gradient(center, ellipse cover,  #d9e28c 27%,#999e6c 85%);
129
	background: url('../img/background/insectes.png') no-repeat 2em 2em,
130
		url('../img/background/tetard_faune.png') no-repeat right bottom,
131
		url('../img/background/faune.png') no-repeat 2em bottom,
132
		 -ms-radial-gradient(center, ellipse cover,  #d9e28c 27%,#999e6c 85%);
133
	background: url('../img/background/insectes.png') no-repeat 2em 2em,
134
		url('../img/background/tetard_faune.png') no-repeat right bottom,
135
		url('../img/background/faune.png') no-repeat 2em bottom,
136
		 radial-gradient(ellipse at center,  #d9e28c 27%,#999e6c 85%);
2360 jpm 137
	background-attachment:fixed;
138
}
139
footer p{
140
	text-align:center;
141
}
142
button img {
143
	display:block;
144
}
145
h2 {
146
	color: #C0CE40;
147
	font-family: 'Muli', sans-serif;
148
	border-bottom: 1px solid #2B2E34;
149
}
150
/*+--------------------------------------------------------------------------------------------------------+*/
151
/* Générique */
152
.discretion {
153
	color:grey;
154
	font-family:arial;
155
	font-size:11px;
156
	line-height: 13px;
157
}
158
.centre {
159
	text-align:center;
160
}
161
.modal-fenetre {
162
	position:fixed;
163
	z-index:1000;
164
	top:0;
165
	left:0;
166
	height:100%;
167
	width:100%;
168
	background:#777;
169
	background:rgba(90,86,93,0.7);
170
	text-align:center;
171
}
172
.modal-contenu {
173
	position:relative;
174
	width:30%;
175
	margin:0 auto;
176
	top:30%;
177
}
2410 jpm 178
 
2360 jpm 179
/*+--------------------------------------------------------------------------------------------------------+*/
180
/* Formulaire spécifique */
181
.page-header {
182
	background-color: rgba(202, 214, 94, 0.4);
183
	border-radius: 10px;
2365 jpm 184
	background: url('../img/background/capricorne.png') no-repeat right top rgba(202, 214, 94, 0.4);
2360 jpm 185
}
186
.page-header h1{
187
	font-size: 3em;
2372 jpm 188
	line-height: 90px;
2360 jpm 189
	color: #2B2E34;
2372 jpm 190
	font-family: 'Ubuntu', sans-serif;
191
	margin-bottom: 0;
2360 jpm 192
}
193
#logo-titre {
194
	position: relative;
195
	left: 8px;
196
	margin-right: 1em;
2372 jpm 197
	height: 80px;
2360 jpm 198
}
199
 
2542 mathias 200
#intro-txt a {
201
	cursor: pointer;
2360 jpm 202
}
203
 
204
#info-commune {
205
	text-align:right;
206
}
207
.ns-retenu {
208
	font-weight:bold;
209
}
210
.nn{
211
	color:#3B9D3B;
212
}
2366 jpm 213
.nom-sci {
214
	font-style: italic;
2360 jpm 215
}
2366 jpm 216
 
2360 jpm 217
.obs-action{
218
	opacity:1;
219
}
220
 
221
#miniatures {
222
	padding-top: 5px;
223
}
224
 
225
.miniature{
226
	float: left;
227
	height: 130px;
2372 jpm 228
	padding: 10px;
2360 jpm 229
}
230
 
231
.miniature-img {
232
	height: 100px;
2372 jpm 233
	margin: 0;
2360 jpm 234
}
235
 
236
.miniature img {
237
	display: block;
238
}
239
 
240
.miniature-chargement {
241
	height:100px;
242
	width: 100px;
243
}
244
 
245
.defilement-miniatures-gauche, .defilement-miniatures-droite {
246
	float: left;
247
	font-size: 1.2em;
248
	font-weight: bold;
249
	height: 62px;
250
	margin: 5px;
251
	padding-top: 30px;
252
	width: 12px;
253
}
254
 
255
.defilement-miniatures {
256
	width: 210px;
257
}
2372 jpm 258
.defilement-miniatures .thumbnail {
259
	float: left;
260
}
2360 jpm 261
 
262
.defilement-miniatures-cache {
263
	visibility: hidden;
264
}
265
 
266
.miniature-cachee {
267
	display: none;
268
}
269
 
270
.miniature-selectionnee {
271
	display: block;
2372 jpm 272
	box-sizing: content-box;
273
	max-height: 100px;
274
	max-width: 100px;
2360 jpm 275
}
276
 
277
#referentiel {
278
	display: inline;
279
}
280
 
281
#photos-conteneur {
282
	height: 120px;
283
}
284
 
285
#photo-placeholder {
286
	background: url("../img/icones/icone-photo.png");
287
	background-size: 89px;
288
	cursor: pointer;
289
	margin-bottom: 15px;
290
	margin-right: 15px;
291
	float:left;
292
	border: 5px dashed #CCCCCC;
293
	border-radius: 8px 8px 8px 8px;
294
	height: 100px;
295
	margin: 2px 0 2px 2px;
296
	text-align: center;
297
	width: 98px;
298
	box-sizing:border-box;
299
	-moz-box-sizing:border-box;
300
	-webkit-box-sizing:border-box;
301
}
302
 
303
#photo-placeholder:hover {
304
	background: url("../img/icones/icone-photo-hover.png");
305
	background-size: 89px;
306
	border: 5px dashed #111;
307
	border-radius: 8px;
308
}
309
 
310
#barre-progression-upload span {
311
	color : #333333;
312
}
313
 
314
.obs-erreur {
315
	background-color: #DD6E6E;
316
}
317
 
318
#barre-progression-upload span {
319
	color : #333333;
320
}
321
 
2366 jpm 322
#taxon-liste optgroup + optgroup {
323
	border-top: 1px solid black;
324
}
325
 
2360 jpm 326
/*+--------------------------------------------------------------------------------------------------------+*/
2366 jpm 327
/* Details obs ajoutées*/
328
.obs-entete {
329
	margin-bottom: 0;
330
}
331
.obs-entete .nom-sci, .obs-entete .commune, .obs-entete .date{
332
	font-size:1.3em;
333
	font-weight:bold;
334
	color: #777;
335
}
336
.obs-entete .referentiel-obs {
337
	color:#3B9D3B;
338
}
339
.obs-details span{
340
	font-style:italic;
341
	color: #777;
342
}
343
 
344
/*+--------------------------------------------------------------------------------------------------------+*/
345
/* Google Map*/
346
#map-canvas {
347
	height:280px;
348
}
349
#map-canvas img{
350
	max-width: none;
351
}
352
 
353
/*+--------------------------------------------------------------------------------------------------------+*/
2360 jpm 354
/* Form validation */
355
/* Validation du formulaire */
356
label.error {
357
	font-weight: bold;
358
	font-style: italic;
359
	color: #B94A48;
360
	padding: 0 8px;
361
}
362
 
363
label.valid {
364
	display: inline-block;
365
	text-indent: -9999px;
366
	color: #468847;
367
	width: 0;
368
	height: 0;
369
	padding: 0;
370
}
371
 
372
.control-group.error label {
373
	font-weight: bold;
374
}
375
 
376
/*+--------------------------------------------------------------------------------------------------------+*/
377
/* Collapse */
378
.well .fermer-symbole {
379
	position: absolute;
380
	right:0;
381
}
382
.well .titre, .fermer {
383
	margin:0;
384
	padding: 0;
385
	font-size: 20px;
386
	line-height: 20px;
387
	cursor:pointer;
388
}
389
.well .fermer {
390
	display:block;
391
	color: black;
392
}
393
.well .fermer:hover {
394
	text-decoration: none;
395
}
2372 jpm 396
.well .glyphicon-plus-sign {
2360 jpm 397
	position:absolute;
2372 jpm 398
	right:1em;
399
	top: 0.2em;
2360 jpm 400
}
401
 
402
/*+--------------------------------------------------------------------------------------------------------+*/
2366 jpm 403
/*Modal description */
2373 jpm 404
 
405
/* Modal : projet description */
2360 jpm 406
.dsc-imgs {
407
	max-width: 800px;
408
	margin:0 auto;
409
}
410
.dsc-infos {
411
	max-width: 800px;
412
}
413
.dsc-clean {
414
	clear:both;
415
}
2373 jpm 416
 
417
/* Modal : taille description */
418
.taille-img {
419
	position: relative;
420
	float:left;
421
	width:300px;
422
	height: 450px;
423
	margin-left: 10px;
424
}
2402 jpm 425
.taille-img-alignement {
426
	display: table-cell;
427
	vertical-align: bottom;
428
	width:300px;
429
	height: 380px;
430
}
2373 jpm 431
.taille-img img {
432
	margin: 0 auto;
433
}
434
.taille-img .caption {
435
	position: absolute;
436
	bottom:0;
437
	width:300px;
438
	text-align: center;
439
}
440
 
2360 jpm 441
@media (min-width: 600px) and (max-width: 800px) {
2373 jpm 442
	.taille-img, .taille-img .caption {
443
		width: 190px;
444
	}
2360 jpm 445
	.dsc-imgs {
446
		width: 600px;
447
	}
448
	.dsc-imgs img {
449
		width: 290px;
450
	}
451
	.dsc-infos {
452
		width: 600px;
453
	}
454
}
455
@media (min-width: 801px) and (max-width: 1359px) {
2373 jpm 456
	#taille-description .modal-content {
2360 jpm 457
		width:800px;
2373 jpm 458
		margin-left: -100px;
2360 jpm 459
	}
2373 jpm 460
	.taille-img, .taille-img .caption {
461
		width: 240px;
462
	}
463
	#projet-description .modal-content {
464
		width:800px;
465
		margin-left: -100px;
466
	}
2360 jpm 467
	.dsc-imgs {
468
		width: 780px;
469
	}
470
	.dsc-infos {
2373 jpm 471
		width: 750px;
2360 jpm 472
	}
473
}
474
@media (min-width: 1360px) {
2373 jpm 475
	#taille-description .modal-content {
476
		width:980px;
477
		margin-left: -175px;
478
	}
479
	#projet-description .modal-content {
2360 jpm 480
		width:1360px;
2373 jpm 481
		margin-left: -380px;
2360 jpm 482
	}
483
	.dsc-imgs {
484
		float:left;
485
	}
486
	.dsc-infos {
487
		float:left;
2373 jpm 488
		margin-left: 50px;
489
		max-width: 700px;
2360 jpm 490
	}
491
}
492
/*+--------------------------------------------------------------------------------------------------------+*/
493
/* Correction style CSS Bootstrap */
494
.well {
495
	margin-bottom: 5px;
496
	padding: 4px;
497
	background-color: rgba(245,245,245,0.85);
498
}
499
.btn-primary {
500
	background-image: linear-gradient(to bottom, #D9E28C, #999E6C);
501
	background-color: #999E6C;
502
	font-weight: bold;
503
}
504
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
505
	color: rgb(255, 255, 255);
506
	background-color: #999E6C;
2372 jpm 507
}
508
 
509
input[type="file"] {
510
	padding-top: 0;
2360 jpm 511
}