Subversion Repositories eFlore/Applications.cel

Rev

Rev 1537 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1537 Rev 1540
Line 20... Line 20...
20
	display:block;
20
	display:block;
21
}
21
}
22
h1, h2 {
22
h1, h2 {
23
	font-size: 40px;
23
	font-size: 40px;
24
	font-family:florileges;
24
	font-family:florileges;
-
 
25
	font-weight: normal;
25
}
26
}
26
/*+--------------------------------------------------------------------------------------------------------+*/
27
/*+--------------------------------------------------------------------------------------------------------+*/
27
/* Générique */
28
/* Générique */
28
.discretion {
29
.discretion {
29
	color:white;
30
	color:white;
Line 52... Line 53...
52
	position:relative;
53
	position:relative;
53
	width:30%;
54
	width:30%;
54
	margin:0 auto;
55
	margin:0 auto;
55
	top:30%;
56
	top:30%;
56
}
57
}
57
/*+--------------------------------------------------------------------------------------------------------+*/
-
 
58
/* Formulaire */
-
 
59
#map-canvas {
-
 
60
	height:240px;
-
 
61
}
-
 
62
#info-commune {
-
 
63
	text-align:right;
-
 
64
}
-
 
65
.ns-retenu {
-
 
66
	font-weight:bold;	
-
 
67
}
-
 
68
.nn{
-
 
69
	color:#3B9D3B;
-
 
70
}
-
 
71
.nom-sci{
58
.nom-sci {
72
	font-size:1.5em;
-
 
73
	font-weight:bold;
-
 
74
}
-
 
75
.commune, .date{
-
 
76
	font-size:1.3em;
59
	font-style: italic;
77
	font-weight:bold;
-
 
78
}
-
 
79
.obs-action{
-
 
80
	opacity:1;
-
 
81
}
60
}
82
/*+--------------------------------------------------------------------------------------------------------+*/
61
/*+--------------------------------------------------------------------------------------------------------+*/
83
/* Gestion des photos */
62
/* Gestion des photos */
84
.miniature{
63
.miniature{
85
	float: left;
64
	float: left;
Line 154... Line 133...
154
.well {
133
.well {
155
	margin-bottom: 5px;
134
	margin-bottom: 5px;
156
	padding: 4px;
135
	padding: 4px;
157
	background: url("../img/background/noise.png") repeat scroll 0 0 white;
136
	background: url("../img/background/noise.png") repeat scroll 0 0 white;
158
}
137
}
-
 
138
@media (min-width: 575px) and (max-width: 767px){
-
 
139
	.forcer-colonne [class*="span"] {
-
 
140
		float: left;
-
 
141
		margin-left: 2.12766%;
-
 
142
	}
-
 
143
	.forcer-colonne .span4 {
-
 
144
		width: 31.6239%;
-
 
145
	}
-
 
146
	.forcer-colonne .span6 {
-
 
147
		width: 48.9362%;
-
 
148
	}
-
 
149
	.forcer-colonne .span8 {
-
 
150
		width: 65.9574%;
-
 
151
	}
-
 
152
}
159
/*+--------------------------------------------------------------------------------------------------------+*/
153
/*+--------------------------------------------------------------------------------------------------------+*/
160
/* Spécifique Florilèges */
154
/* Spécifique Florilèges */
161
.page-header .intro {
155
.page-header .intro {
162
	background: url("../img/background/noise.png") repeat scroll 0 0, radial-gradient(ellipse farthest-corner at center center , #A1C886 0%, #689E4B 100%) repeat scroll 0 0 transparent;
156
	background: url("../img/background/noise.png") repeat scroll 0 0, radial-gradient(ellipse farthest-corner at center center , #A1C886 0%, #689E4B 100%) repeat scroll 0 0 transparent;
163
	color: white;
157
	color: white;
Line 166... Line 160...
166
.page-header .intro a {
160
.page-header .intro a {
167
	color: #524C47;
161
	color: #524C47;
168
}
162
}
Line 169... Line 163...
169
 
163
 
-
 
164
/* Géolocalisation */
-
 
165
 
170
/* Géolocalisation */
166
 
171
#map-canvas {
167
#map-canvas {
-
 
168
	height: 240px;
172
	height: 240px;
169
	margin-bottom:5px;
173
}
170
}
174
.coordonnees-geo, .lat-lon-info {
171
.coordonnees-geo, .lat-lon-info {
175
	font-size: 10px;
172
	font-size: 10px;
-
 
173
}
-
 
174
#info-commune {
-
 
175
	text-align:right;
-
 
176
	font-size:10px;
-
 
177
}
-
 
178
.afficher-coord {
-
 
179
	font-size:10px;
Line 176... Line 180...
176
}
180
}
177
 
181
 
178
/* Observations */
182
/* Observations */
179
#obs-titre {
183
#obs-titre {
180
	margin-right: 20px;
184
	margin-right: 20px;
181
}
185
}
182
#form-date {
186
#form-date {
183
	margin: 10px 0;
187
	margin: 10px 0;
-
 
188
	line-height: 40px;
-
 
189
}
-
 
190
.ns-retenu {
-
 
191
	font-weight:bold;	
-
 
192
}
-
 
193
.nn{
-
 
194
	color:#3B9D3B;
-
 
195
}
-
 
196
.obs .nom-sci{
-
 
197
	font-size:1.5em;
-
 
198
	font-weight:bold;
-
 
199
}
-
 
200
.commune, .date{
-
 
201
	font-size:1.3em;
-
 
202
	font-weight:bold;
-
 
203
}
-
 
204
.obs-action{
Line -... Line 205...
-
 
205
	opacity:1;
-
 
206
}
-
 
207
 
-
 
208
/* Validation du formulaire */
-
 
209
label.valid {
184
	line-height: 40px;
210
	display: inline-block;
-
 
211
	text-indent: -9999px;
-
 
212
	color: #468847;
-
 
213
}
-
 
214
label.error {
-
 
215
	font-weight: bold;
-
 
216
	color: #B94A48;
-
 
217
	padding: 2px 8px;
185
}
218
	margin-top: 2px;
186
 
219
}
187
 
220
/*+--------------------------------------------------------------------------------------------------------+*/
188
/* SLIDERs */
221
/* SLIDERs */
189
.slider-on {
222
.slider-on {
Line 240... Line 273...
240
	width: 70px;
273
	width: 70px;
241
	white-space: nowrap;
274
	white-space: nowrap;
242
}
275
}
243
.ui-slider .ui-slider-handle {
276
.ui-slider .ui-slider-handle {
244
	font-size: 12px;
277
	font-size: 12px;
-
 
278
}
-
 
279
.ui-datepicker {
-
 
280
	z-index: 2;
245
}
281
}
246
282