Subversion Repositories eFlore/Applications.cel

Rev

Rev 1476 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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