Subversion Repositories eFlore/Applications.cel

Rev

Rev 1344 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1344 Rev 1476
1
@CHARSET "UTF-8";
1
@CHARSET "UTF-8";
2
/*+--------------------------------------------------------------------------------------------------------+*/
2
/*+--------------------------------------------------------------------------------------------------------+*/
3
/* Balises */
3
/* Balises */
4
footer p{
4
footer p{
5
	text-align:center;
5
	text-align:center;
6
}
6
}
7
button img {
7
button img {
8
	display:block;
8
	display:block;
9
}
9
}
10
/*+--------------------------------------------------------------------------------------------------------+*/
10
/*+--------------------------------------------------------------------------------------------------------+*/
11
/* Générique */
11
/* Générique */
12
.discretion {
12
.discretion {
13
	color:grey;
13
	color:grey;
14
	font-family:arial;
14
	font-family:arial;
15
	font-size:11px;
15
	font-size:11px;
16
	line-height: 13px;
16
	line-height: 13px;
17
}
17
}
18
.droite {
18
.droite {
19
	text-align:right;
19
	text-align:right;
20
}
20
}
21
.centre {
21
.centre {
22
	text-align:center;
22
	text-align:center;
23
}
23
}
24
.modal-fenetre{
24
.modal-fenetre{
25
	position:fixed;
25
	position:fixed;
26
	z-index:1000;
26
	z-index:1000;
27
	top:0;
27
	top:0;
28
	left:0;
28
	left:0;
29
	height:100%;
29
	height:100%;
30
	width:100%;
30
	width:100%;
31
	background:#777;
31
	background:#777;
32
	background:rgba(90,86,93,0.7);
32
	background:rgba(90,86,93,0.7);
33
	text-align:center;
33
	text-align:center;
34
}
34
}
35
.modal-contenu{
35
.modal-contenu{
36
	position:relative;
36
	position:relative;
37
	width:30%;
37
	width:30%;
38
	margin:0 auto;
38
	margin:0 auto;
39
	top:30%;
39
	top:30%;
40
}
40
}
41
/*+--------------------------------------------------------------------------------------------------------+*/
41
/*+--------------------------------------------------------------------------------------------------------+*/
42
/* Formulaire spécifique */
42
/* Formulaire spécifique */
43
#map-canvas {
43
#map-canvas {
44
	height:240px;
44
	height:240px;
45
}
45
}
46
#info-commune {
46
#info-commune {
47
	text-align:right;
47
	text-align:right;
48
}
48
}
49
.ns-retenu {
49
.ns-retenu {
50
	font-weight:bold;	
50
	font-weight:bold;	
51
}
51
}
52
.nn{
52
.nn{
53
	color:#3B9D3B;
53
	color:#3B9D3B;
54
}
54
}
55
.nom-sci{
55
.nom-sci{
56
	font-size:1.5em;
56
	font-size:1.5em;
57
	font-weight:bold;
57
	font-weight:bold;
58
}
58
}
59
.commune, .date{
59
.commune, .date{
60
	font-size:1.3em;
60
	font-size:1.3em;
61
	font-weight:bold;
61
	font-weight:bold;
62
}
62
}
63
.obs-action{
63
.obs-action{
64
	opacity:1;
64
	opacity:1;
65
}
65
}
66
.miniature{
66
.miniature{
67
	max-width:100px;
67
	max-width:100px;
68
}
68
}
-
 
69
.referentiel-obs {
-
 
70
	color:#3B9D3B;
-
 
71
}
-
 
72
#referentiel {
-
 
73
	display: inline;
-
 
74
}
69
/*+--------------------------------------------------------------------------------------------------------+*/
75
/*+--------------------------------------------------------------------------------------------------------+*/
70
/* Correction style CSS Bootstrap */
76
/* Correction style CSS Bootstrap */
71
.well {
77
.well {
72
	margin-bottom: 5px;
78
	margin-bottom: 5px;
73
	padding: 4px;
79
	padding: 4px;
74
}
80
}