Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
404 gduche 1
/* La ligne suivante ne sert qu'à régler le bug d'affichage des listes déroulantes */
2
select {
572 gduche 3
	background: #FFF;
404 gduche 4
}
1 aurelien 5
/** Add css rules here for your application. */
572 gduche 6
body,html {
1078 gduche 7
	height: 100%;
572 gduche 8
}
1 aurelien 9
 
1078 gduche 10
body div {
11
	font-family:arial;
12
}
13
 
1 aurelien 14
/** Example rules used by the template application (remove for your app) */
15
h1 {
572 gduche 16
	font-size: 2em;
17
	font-weight: bold;
18
	color: #777777;
19
	margin: 40px 0px 0px;
20
	text-align: center;
1 aurelien 21
}
22
 
118 gduche 23
/*#titre {background:url(/img/logo.png) no-repeat; height:100px; border:solid 1px red; width:250px; text-align:left; padding-top:50px}*/
1 aurelien 24
.sendButton {
572 gduche 25
	display: block;
26
	font-size: 16pt;
1 aurelien 27
}
28
 
29
/** Most GWT widgets already have a style name defined */
30
.gwt-DialogBox {
572 gduche 31
	width: 400px;
1 aurelien 32
}
33
 
34
.dialogVPanel {
572 gduche 35
	margin: 5px;
1 aurelien 36
}
37
 
38
.serverResponseLabelError {
572 gduche 39
	color: red;
1 aurelien 40
}
41
 
119 aurelien 42
/** Erreur dans un formulaire de type texte **/
43
.erreurFormTexte {
572 gduche 44
	background-color: red;
119 aurelien 45
}
46
 
1 aurelien 47
/** Set ids using widget.getElement().setId("idOfElement") */
48
#closeButton {
572 gduche 49
	margin: 15px 6px 6px;
1 aurelien 50
}
53 gduche 51
 
572 gduche 52
#titre {
53
	text-align: center;
54
	background: #B0CB70;
55
	opacity: 0.9;
56
	position: fixed;
57
	width: 100%
58
}
118 gduche 59
 
572 gduche 60
#titre h1 {
61
	width: 200px;
62
	background: url(./img/identiplante_mini.png) no-repeat 240px 0px;
63
	margin: 0 auto;
64
	padding: 10px 50px 10px 50px
65
}
118 gduche 66
 
1026 gduche 67
 
68
.titre2 {
69
	color: #FD8C13;
70
	font-size: 13px;
71
	margin: 20px 0 10px;
72
	padding: 0 0 0 25px;
73
	text-transform: none;
74
	font-weight: bold;
75
	background: url(./img/troisCarre.png) no-repeat 0 8px;
76
}
77
 
572 gduche 78
.boutonPlus {
79
	border: none;
80
	color: rgba(0, 0, 0, 0);
81
	background: url("./img/zoom_in.png");
82
	width: 16px;
83
	height: 16px;
84
	cursor: pointer;
85
}
244 gduche 86
 
572 gduche 87
.boutonMoins {
88
	border: none;
89
	color: rgba(0, 0, 0, 0);
90
	background: url("./img/zoom_out.png");
91
	width: 16px;
92
	height: 16px;
93
	cursor: pointer;
94
}
95
 
96
#navigation {
97
	position: fixed;
98
	width: 100%;
99
	top: 0;
100
	z-index: 3000
101
}
102
 
103
#navigation>div>div {
104
	float: left;
105
	padding: 10px;
106
	background: #7DA422;
107
	margin-right: 3px;
108
}
109
 
110
#navigation>div>div:hover {
111
	background: #9Fc644
112
}
113
 
114
#navigation a {
115
	text-decoration: none;
116
	color: #222;
117
	font-weight: bold
118
}
119
 
120
#contenu {
657 gduche 121
	padding: 80px 0 0 5%;
572 gduche 122
}
123
 
657 gduche 124
#contenu a {
125
	border-bottom: 1px dotted #95AE5D;
126
	color: #598000;
127
}
128
 
129
#contenu a:hover {
130
	border-bottom: 1px dotted #95AE5D;
131
	color: #FD8C13;
132
}
133
 
1078 gduche 134
.labelLien {
135
	border-bottom: 1px dotted #95AE5D;
136
    color: #598000;
137
    cursor:pointer;
138
}
139
.labelLien:hover {
140
	border-bottom: 1px dotted #95AE5D;
141
	color: #FD8C13;
142
}
143
 
336 gduche 144
.lien {
572 gduche 145
	color: blue;
146
	text-decoration: underline;
147
	cursor: pointer
336 gduche 148
}
149
 
572 gduche 150
.titre {
151
	color: #FD8C13;
152
	font-size: 15px;
153
	margin: 20px 0 10px;
154
	padding: 0 0 0 25px;
155
	text-transform: uppercase;
156
	font-weight: bold;
157
	background: url(./img/troisCarre.png) no-repeat 0 8px;
246 gduche 158
}
143 gduche 159
 
572 gduche 160
.sousTitre {
161
	font-size: 15px;
162
	font-weight: bold
163
}
143 gduche 164
 
572 gduche 165
.petit {
166
	font-size: 11px;
167
	color: #888
168
}
201 gduche 169
 
572 gduche 170
.gris {
171
	color: #888
172
}
434 aurelien 173
 
572 gduche 174
.gras {
175
	font-weight: bold
176
}
434 aurelien 177
 
572 gduche 178
.plein {
179
	width: 100%;
180
}
181
 
182
.tiers {
183
	width: 30%
184
}
185
 
657 gduche 186
.quart {
187
	width: 25%;
188
}
189
 
572 gduche 190
.actif {
191
	background: #8EB533
192
}
193
 
194
.inactif {
195
	background: white
196
}
197
 
198
.gauche {
199
	float: left
200
}
201
 
202
.droite {
203
	float: right
204
}
205
 
206
.nettoyage {
207
	clear: both
208
}
209
 
210
hr {
211
	border: none;
212
	border-bottom: solid 1px #DDD;
213
	border-top: solid 1px #AAA
214
}
215
 
216
.gwt-SuggestBoxPopup {
217
	z-index: 10000
218
}
219
 
220
.fenetreDefilante {
221
	position: fixed;
222
	margin: auto
223
}
224
 
225
.overlay {
226
	background-color: #777;
227
	cursor: pointer;
228
	display: block;
229
	opacity: 0.7;
230
	left: 0;
231
	top: 0;
232
	position: fixed;
233
	width: 100%;
234
	z-index: 1100;
235
	height: 100%
236
}
237
 
238
.overlayContenu {
239
	cursor: pointer;
240
	display: block;
241
	opacity: 1;
242
	left: 0;
243
	top: 0;
244
	position: fixed;
245
	width: 100%;
246
	z-index: 1200;
247
	height: 100%
248
}
249
 
250
.fermerOverlay {
251
	z-index: 1210;
252
	position: fixed;
253
	width: 30px;
254
	height: 30px;
255
	background: url(./img/close.png) no-repeat 5px 0;
256
	border: none;
257
	color: white;
258
	font-weight: bold;
259
	cursor: pointer;
657 gduche 260
	border: 1px dotted #95AE5D;
261
	border-width: 0 0 1px 0;
262
	padding-right: 30px
572 gduche 263
}
264
 
265
.precedentOverlay:hover {
657 gduche 266
	opacity: 1;
572 gduche 267
}
657 gduche 268
 
572 gduche 269
.precedentOverlay {
270
	display: block;
271
	z-index: 1210;
272
	position: fixed;
273
	width: 30px;
274
	height: 40px;
275
	background: url(./img/precedent_overlay.png) no-repeat 50px 170px;
276
	border: none;
277
	color: white;
278
	font-weight: bold;
279
	cursor: pointer;
280
	margin-top: -170px;
281
	padding-bottom: 200px;
282
	padding-left: 200px;
283
	padding-top: 200px;
657 gduche 284
	opacity: 0;
572 gduche 285
}
286
 
287
.suivantOverlay:hover {
657 gduche 288
	opacity: 1;
572 gduche 289
}
657 gduche 290
 
572 gduche 291
.suivantOverlay {
292
	display: block;
293
	z-index: 1210;
294
	position: fixed;
295
	width: 30px;
296
	height: 40px;
297
	background: url(./img/suivant_overlay.png) no-repeat 90px 170px;
298
	border: none;
299
	color: white;
300
	font-weight: bold;
301
	cursor: pointer;
302
	margin-top: -170px;
303
	padding-bottom: 200px;
304
	padding-right: 200px;
305
	padding-top: 200px;
657 gduche 306
	opacity: 0;
307
	margin-left: -150px;
617 aurelien 308
}
309
 
310
.acceder-outil {
657 gduche 311
	background: url("./img/telaBlancJaune.png") no-repeat scroll 0 0 #ECCB12;
1010 aurelien 312
	text-decoration: none;
657 gduche 313
	border: medium none;
314
	border-radius: 10px 10px 10px 10px;
315
	color: #6C6865;
316
	font-size: 14px;
1010 aurelien 317
    padding: 4px 10px 4px 30px;
657 gduche 318
	cursor: pointer;
319
	display: inline-block;
320
}
321
 
1010 aurelien 322
.acceder-outil:hover {
323
    border-bottom: 1px dotted #95AE5D;
324
    color: #FD8C13;
325
}
326
 
657 gduche 327
.colonne {
328
	float: left;
329
}
330
 
331
.ligne {
332
	clear: left;
333
}
334
 
335
.ombre-forte {
336
	box-shadow: 2px 2px 2px #666;
337
	-moz-box-shadow: 2px 2px 2px #666;
338
	-webkit-box-shadow: 2px 2px 2px #666;
339
}
340
 
341
.ombre-faible {
342
	box-shadow: 2px 2px 2px #DDD;
343
	-moz-box-shadow: 2px 2px 2px #DDD;
344
	-webkit-box-shadow: 2px 2px 2px #DDD;
345
}
346
 
347
.limiteMin {
664 gduche 348
	min-width:870px;
657 gduche 349
}
350
 
351
.limiteMax {
664 gduche 352
	max-width:870px;
657 gduche 353
}
354
 
355
.arrondi {
356
	border-radius:10px;
357
	-moz-border-radius:10px;
358
	-webkit-border-radius:10px;
359
}
360
 
361
.arrondi-faible {
362
	border-radius:3px;
363
	-moz-border-radius:3px;
364
	-webkit-border-radius:3px;
365
}
366
 
662 gduche 367
.bouton {
1044 gduche 368
    background: none repeat scroll 0 0 white;
664 gduche 369
    border: 1px solid #99C242;
370
    border-radius: 10px 10px 10px 10px;
371
    box-shadow: 1px 2px 2px #AAAAAA;
372
    color: #598000;
373
    cursor: pointer;
374
    font-size: 0.9em;
375
    font-weight: bold;
376
    padding: 5px;
662 gduche 377
}
378
 
379
.bouton:hover {
380
	background:#8EB533;
381
	color:#FFF;
680 gduche 382
}
383
 
1076 gduche 384
.bouton-petit {
385
	background: none repeat scroll 0 0 white;
386
    border: 1px solid #99C242;
387
    box-shadow: 1px 2px 2px #AAAAAA;
388
    color: #598000;
389
    cursor: pointer;
390
    font-size: 11px;
391
    font-weight: bold;
392
    padding: 1px;
393
    width:100px;
394
    margin:0 5px;
395
}
396
 
397
.bouton-petit:hover {
398
	background:#8EB533;
399
	color:#FFF;
400
}
401
 
680 gduche 402
.votePrisEnCompteOui {
403
	background:#8EB533;
404
	position:absolute;
405
	font-size:11px;
406
	padding:5px;
407
	margin-top:-30px;
408
	border-radius:10px;
409
}
410
 
411
.votePrisEnCompteNon {
412
	background:#C61717;
413
	position:absolute;
414
	font-size:11px;
415
	padding:5px;
416
	margin-top:-30px;
417
	border-radius:10px;
682 gduche 418
}
419
 
1076 gduche 420
boutonVoteOuiDesactive {
1070 aurelien 421
	background-image: url("img/pouce_haut_desactive.png") !important;
1005 aurelien 422
	color:#999999;
1070 aurelien 423
	cursor: default !important;
1005 aurelien 424
}
425
 
1070 aurelien 426
.boutonVoteNonDesactive {
427
	background-image: url("img/pouce_bas_desactive.png") !important;
428
	color:#999999;
429
	cursor: default !important;
1005 aurelien 430
}
431
 
682 gduche 432
.chapeau {
433
	color: #6C6865;
434
    font-family: arial;
435
    font-size: 13px;
436
    font-weight: bold;
437
    letter-spacing: 0;
438
    line-height: 18px;
439
    text-transform: none;
440
    font-style:italic;
914 gduche 441
}
442
 
443
.enfant {
444
	background:#DDD;
445
	margin-left:50px;
1018 aurelien 446
}
447
 
448
.image_determinee {
1088 gduche 449
	/*background: #333;*/
1018 aurelien 450
}
451
 
452
.image_non_determinee {
453
	background: #CF1313;
1026 gduche 454
}
1044 gduche 455
.suiteImages {
456
	background:url(./img/suiteImages.png) 3px 0 no-repeat;
457
	cursor:pointer;
458
	color:rgba(0, 0, 0, 0)
459
 
1052 gduche 460
}
461
 
462
.propositionInitiale {
463
	color:#8EB533;
464
	font-weight:bold;
1070 aurelien 465
}
466
 
467
.etoiles {
468
    height: 26px;
469
    margin-left: 38px;
470
    margin-top: -2px;
471
    width: 26px;
472
}
473
 
474
.etoiles_0 {
475
	background:url("./img/0_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px,
476
}
477
.etoiles_1 {
478
	background:url("./img/1_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px,
479
}
480
.etoiles_2 {
481
	background:url("./img/2_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px,
482
}
483
.etoiles_3 {
484
	background:url("./img/3_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px;
485
}
486
.etoiles_4 {
487
	background:url("./img/4_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px;
488
}
489
.etoiles_5 {
490
	background:url("./img/5_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px;
1078 gduche 491
}
492
 
1081 gduche 493
.boutonOK {
494
	background:url("./img/tick.png") no-repeat;
495
	width:15px;
496
	height:15px;
497
	display:block;
498
	margin-top:2px;
499
	border:none;
500
	cursor:pointer;
1088 gduche 501
}
502
 
503
.enligne {
504
	display:inline;
1081 gduche 505
}