Subversion Repositories eFlore/Applications.cel

Rev

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

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