Subversion Repositories eFlore/Applications.del

Rev

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

Rev 617 Rev 657
Line 38... Line 38...
38
/** Erreur dans un formulaire de type texte **/
38
/** Erreur dans un formulaire de type texte **/
39
.erreurFormTexte {
39
.erreurFormTexte {
40
	background-color: red;
40
	background-color: red;
41
}
41
}
Line 42... Line -...
42
 
-
 
43
 
42
 
44
/** Set ids using widget.getElement().setId("idOfElement") */
43
/** Set ids using widget.getElement().setId("idOfElement") */
45
#closeButton {
44
#closeButton {
46
	margin: 15px 6px 6px;
45
	margin: 15px 6px 6px;
Line 102... Line 101...
102
	color: #222;
101
	color: #222;
103
	font-weight: bold
102
	font-weight: bold
104
}
103
}
Line 105... Line 104...
105
 
104
 
106
#contenu {
105
#contenu {
-
 
106
	padding: 80px 0 0 5%;
-
 
107
}
-
 
108
 
-
 
109
#contenu a {
-
 
110
	border-bottom: 1px dotted #95AE5D;
-
 
111
	color: #598000;
-
 
112
}
-
 
113
 
-
 
114
#contenu a:hover {
-
 
115
	border-bottom: 1px dotted #95AE5D;
107
	padding: 80px
116
	color: #FD8C13;
Line 108... Line 117...
108
}
117
}
109
 
118
 
110
.lien {
119
.lien {
Line 147... Line 156...
147
 
156
 
148
.tiers {
157
.tiers {
149
	width: 30%
158
	width: 30%
Line -... Line 159...
-
 
159
}
-
 
160
 
-
 
161
.quart {
-
 
162
	width: 25%;
150
}
163
}
151
 
164
 
152
.actif {
165
.actif {
Line 153... Line 166...
153
	background: #8EB533
166
	background: #8EB533
Line 217... Line 230...
217
	background: url(./img/close.png) no-repeat 5px 0;
230
	background: url(./img/close.png) no-repeat 5px 0;
218
	border: none;
231
	border: none;
219
	color: white;
232
	color: white;
220
	font-weight: bold;
233
	font-weight: bold;
221
	cursor: pointer;
234
	cursor: pointer;
222
	border:1px dotted #95AE5D;
235
	border: 1px dotted #95AE5D;
223
	border-width:0 0 1px 0;
236
	border-width: 0 0 1px 0;
224
	padding-right:30px
237
	padding-right: 30px
225
}
238
}
Line 226... Line 239...
226
 
239
 
227
.precedentOverlay:hover {
240
.precedentOverlay:hover {
228
	opacity:1;
241
	opacity: 1;
-
 
242
}
229
}
243
 
230
.precedentOverlay {
244
.precedentOverlay {
231
	display: block;
245
	display: block;
232
	z-index: 1210;
246
	z-index: 1210;
233
	position: fixed;
247
	position: fixed;
Line 240... Line 254...
240
	cursor: pointer;
254
	cursor: pointer;
241
	margin-top: -170px;
255
	margin-top: -170px;
242
	padding-bottom: 200px;
256
	padding-bottom: 200px;
243
	padding-left: 200px;
257
	padding-left: 200px;
244
	padding-top: 200px;
258
	padding-top: 200px;
245
	opacity:0;
259
	opacity: 0;
246
}
260
}
Line 247... Line 261...
247
 
261
 
248
.suivantOverlay:hover {
262
.suivantOverlay:hover {
249
	opacity:1;
263
	opacity: 1;
-
 
264
}
250
}
265
 
251
.suivantOverlay {
266
.suivantOverlay {
252
	display: block;
267
	display: block;
253
	z-index: 1210;
268
	z-index: 1210;
254
	position: fixed;
269
	position: fixed;
Line 261... Line 276...
261
	cursor: pointer;
276
	cursor: pointer;
262
	margin-top: -170px;
277
	margin-top: -170px;
263
	padding-bottom: 200px;
278
	padding-bottom: 200px;
264
	padding-right: 200px;
279
	padding-right: 200px;
265
	padding-top: 200px;
280
	padding-top: 200px;
266
	opacity:0;
281
	opacity: 0;
267
	margin-left:-150px;
282
	margin-left: -150px;
268
}
283
}
Line 269... Line 284...
269
 
284
 
270
.acceder-outil {
285
.acceder-outil {
271
    background: url("./img/telaBlancJaune.png") no-repeat scroll 0 0 #ECCB12;
286
	background: url("./img/telaBlancJaune.png") no-repeat scroll 0 0 #ECCB12;
272
    text-decoration: underline;
287
	text-decoration: underline;
273
    border: medium none;
288
	border: medium none;
274
    border-radius: 10px 10px 10px 10px;
289
	border-radius: 10px 10px 10px 10px;
275
    color: #6C6865;
290
	color: #6C6865;
276
    font-size: 15px;
-
 
277
   	margin-left: 135px;
291
	font-size: 14px;
278
    padding: 4px 10px 2px 30px;
292
	padding: 1px 16px 2px 29px;
-
 
293
	cursor: pointer;
-
 
294
	display: inline-block;
-
 
295
}
-
 
296
 
-
 
297
.colonne {
-
 
298
	float: left;
-
 
299
}
-
 
300
 
-
 
301
.ligne {
-
 
302
	clear: left;
-
 
303
}
-
 
304
 
-
 
305
.ombre-forte {
-
 
306
	box-shadow: 2px 2px 2px #666;
-
 
307
	-moz-box-shadow: 2px 2px 2px #666;
-
 
308
	-webkit-box-shadow: 2px 2px 2px #666;
-
 
309
}
-
 
310
 
-
 
311
.ombre-faible {
-
 
312
	box-shadow: 2px 2px 2px #DDD;
-
 
313
	-moz-box-shadow: 2px 2px 2px #DDD;
-
 
314
	-webkit-box-shadow: 2px 2px 2px #DDD;
-
 
315
}
-
 
316
 
-
 
317
.limiteMin {
-
 
318
	min-width:900px;
-
 
319
}
-
 
320
 
-
 
321
.limiteMax {
-
 
322
	max-width:900px;
-
 
323
}
-
 
324
 
-
 
325
.arrondi {
-
 
326
	border-radius:10px;
-
 
327
	-moz-border-radius:10px;
-
 
328
	-webkit-border-radius:10px;
-
 
329
}
-
 
330
 
-
 
331
.arrondi-faible {
-
 
332
	border-radius:3px;
-
 
333
	-moz-border-radius:3px;
-
 
334
	-webkit-border-radius:3px;
-
 
335
}
-
 
336
 
-
 
337
.aDroite {
279
    cursor: pointer;
338
	text-align:right;
280
}
339
}