Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2366 Rev 2372
Line 153... Line 153...
153
	color:grey;
153
	color:grey;
154
	font-family:arial;
154
	font-family:arial;
155
	font-size:11px;
155
	font-size:11px;
156
	line-height: 13px;
156
	line-height: 13px;
157
}
157
}
158
.droite {
-
 
159
	text-align:right;
-
 
160
}
-
 
161
.centre {
158
.centre {
162
	text-align:center;
159
	text-align:center;
163
}
160
}
164
.modal-fenetre {
161
.modal-fenetre {
165
	position:fixed;
162
	position:fixed;
Line 181... Line 178...
181
/*+--------------------------------------------------------------------------------------------------------+*/
178
/*+--------------------------------------------------------------------------------------------------------+*/
182
/* Formulaire spécifique */
179
/* Formulaire spécifique */
183
.page-header {
180
.page-header {
184
	background-color: rgba(202, 214, 94, 0.4);
181
	background-color: rgba(202, 214, 94, 0.4);
185
	border-radius: 10px;
182
	border-radius: 10px;
186
	text-align: center;
-
 
187
	background: url('../img/background/capricorne.png') no-repeat right top rgba(202, 214, 94, 0.4);
183
	background: url('../img/background/capricorne.png') no-repeat right top rgba(202, 214, 94, 0.4);
188
}
184
}
189
.page-header h1{
185
.page-header h1{
190
	font-size: 3em;
186
	font-size: 3em;
191
	line-height: 63px;
187
	line-height: 90px;
192
	color: #2B2E34;
188
	color: #2B2E34;
193
	font-family: 'Muli', sans-serif;
189
	font-family: 'Ubuntu', sans-serif;
-
 
190
	margin-bottom: 0;
194
}
191
}
195
#logo-titre {
192
#logo-titre {
196
	position: relative;
193
	position: relative;
197
	left: 8px;
194
	left: 8px;
198
	margin-right: 1em;
195
	margin-right: 1em;
-
 
196
	height: 80px;
199
}
197
}
Line 200... Line 198...
200
 
198
 
Line 201... Line 199...
201
#intro {
199
#intro {
Line 224... Line 222...
224
}
222
}
Line 225... Line 223...
225
 
223
 
226
.miniature{
224
.miniature{
227
	float: left;
225
	float: left;
228
	height: 130px;
226
	height: 130px;
229
	padding-left: 15px;
-
 
230
	padding-right: 15px;
227
	padding: 10px;
Line 231... Line 228...
231
}
228
}
232
 
229
 
-
 
230
.miniature-img {
233
.miniature-img {
231
	height: 100px;
Line 234... Line 232...
234
	height: 100px;
232
	margin: 0;
235
}
233
}
236
 
234
 
Line 254... Line 252...
254
}
252
}
Line 255... Line 253...
255
 
253
 
256
.defilement-miniatures {
254
.defilement-miniatures {
257
	width: 210px;
255
	width: 210px;
-
 
256
}
-
 
257
.defilement-miniatures .thumbnail {
-
 
258
	float: left;
Line 258... Line 259...
258
}
259
}
259
 
260
 
260
.defilement-miniatures-cache {
261
.defilement-miniatures-cache {
Line 265... Line 266...
265
	display: none;
266
	display: none;
266
}
267
}
Line 267... Line 268...
267
 
268
 
268
.miniature-selectionnee {
269
.miniature-selectionnee {
-
 
270
	display: block;
-
 
271
	box-sizing: content-box;
269
	display: block;
272
	max-height: 100px;
270
	width: 90px;
273
	max-width: 100px;
Line 271... Line 274...
271
}
274
}
272
 
275
 
273
#referentiel {
276
#referentiel {
Line 387... Line 390...
387
	color: black;
390
	color: black;
388
}
391
}
389
.well .fermer:hover {
392
.well .fermer:hover {
390
	text-decoration: none;
393
	text-decoration: none;
391
}
394
}
392
.well .icone {
395
.well .glyphicon-plus-sign {
393
	position:absolute;
396
	position:absolute;
394
	right:5px;
397
	right:1em;
-
 
398
	top: 0.2em;
395
}
399
}
Line 396... Line 400...
396
 
400
 
397
/*+--------------------------------------------------------------------------------------------------------+*/
401
/*+--------------------------------------------------------------------------------------------------------+*/
398
/*Modal description */
402
/*Modal description */
Line 456... Line 460...
456
	font-weight: bold;
460
	font-weight: bold;
457
}
461
}
458
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
462
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
459
	color: rgb(255, 255, 255);
463
	color: rgb(255, 255, 255);
460
	background-color: #999E6C;
464
	background-color: #999E6C;
-
 
465
}
-
 
466
 
-
 
467
input[type="file"] {
-
 
468
	padding-top: 0;
461
}
469
}
462
470