Subversion Repositories eFlore/Applications.del

Rev

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