Subversion Repositories eFlore/Applications.del

Rev

Rev 680 | Rev 914 | 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
 
572 gduche 63
.boutonPlus {
64
	border: none;
65
	color: rgba(0, 0, 0, 0);
66
	background: url("./img/zoom_in.png");
67
	width: 16px;
68
	height: 16px;
69
	cursor: pointer;
70
}
244 gduche 71
 
572 gduche 72
.boutonMoins {
73
	border: none;
74
	color: rgba(0, 0, 0, 0);
75
	background: url("./img/zoom_out.png");
76
	width: 16px;
77
	height: 16px;
78
	cursor: pointer;
79
}
80
 
81
#navigation {
82
	position: fixed;
83
	width: 100%;
84
	top: 0;
85
	z-index: 3000
86
}
87
 
88
#navigation>div>div {
89
	float: left;
90
	padding: 10px;
91
	background: #7DA422;
92
	margin-right: 3px;
93
}
94
 
95
#navigation>div>div:hover {
96
	background: #9Fc644
97
}
98
 
99
#navigation a {
100
	text-decoration: none;
101
	color: #222;
102
	font-weight: bold
103
}
104
 
105
#contenu {
657 gduche 106
	padding: 80px 0 0 5%;
572 gduche 107
}
108
 
657 gduche 109
#contenu a {
110
	border-bottom: 1px dotted #95AE5D;
111
	color: #598000;
112
}
113
 
114
#contenu a:hover {
115
	border-bottom: 1px dotted #95AE5D;
116
	color: #FD8C13;
117
}
118
 
336 gduche 119
.lien {
572 gduche 120
	color: blue;
121
	text-decoration: underline;
122
	cursor: pointer
336 gduche 123
}
124
 
572 gduche 125
.titre {
126
	color: #FD8C13;
127
	font-size: 15px;
128
	margin: 20px 0 10px;
129
	padding: 0 0 0 25px;
130
	text-transform: uppercase;
131
	font-weight: bold;
132
	background: url(./img/troisCarre.png) no-repeat 0 8px;
246 gduche 133
}
143 gduche 134
 
572 gduche 135
.sousTitre {
136
	font-size: 15px;
137
	font-weight: bold
138
}
143 gduche 139
 
572 gduche 140
.petit {
141
	font-size: 11px;
142
	color: #888
143
}
201 gduche 144
 
572 gduche 145
.gris {
146
	color: #888
147
}
434 aurelien 148
 
572 gduche 149
.gras {
150
	font-weight: bold
151
}
434 aurelien 152
 
572 gduche 153
.plein {
154
	width: 100%;
155
}
156
 
157
.tiers {
158
	width: 30%
159
}
160
 
657 gduche 161
.quart {
162
	width: 25%;
163
}
164
 
572 gduche 165
.actif {
166
	background: #8EB533
167
}
168
 
169
.inactif {
170
	background: white
171
}
172
 
173
.gauche {
174
	float: left
175
}
176
 
177
.droite {
178
	float: right
179
}
180
 
181
.nettoyage {
182
	clear: both
183
}
184
 
185
hr {
186
	border: none;
187
	border-bottom: solid 1px #DDD;
188
	border-top: solid 1px #AAA
189
}
190
 
191
.gwt-SuggestBoxPopup {
192
	z-index: 10000
193
}
194
 
195
.fenetreDefilante {
196
	position: fixed;
197
	margin: auto
198
}
199
 
200
.overlay {
201
	background-color: #777;
202
	cursor: pointer;
203
	display: block;
204
	opacity: 0.7;
205
	left: 0;
206
	top: 0;
207
	position: fixed;
208
	width: 100%;
209
	z-index: 1100;
210
	height: 100%
211
}
212
 
213
.overlayContenu {
214
	cursor: pointer;
215
	display: block;
216
	opacity: 1;
217
	left: 0;
218
	top: 0;
219
	position: fixed;
220
	width: 100%;
221
	z-index: 1200;
222
	height: 100%
223
}
224
 
225
.fermerOverlay {
226
	z-index: 1210;
227
	position: fixed;
228
	width: 30px;
229
	height: 30px;
230
	background: url(./img/close.png) no-repeat 5px 0;
231
	border: none;
232
	color: white;
233
	font-weight: bold;
234
	cursor: pointer;
657 gduche 235
	border: 1px dotted #95AE5D;
236
	border-width: 0 0 1px 0;
237
	padding-right: 30px
572 gduche 238
}
239
 
240
.precedentOverlay:hover {
657 gduche 241
	opacity: 1;
572 gduche 242
}
657 gduche 243
 
572 gduche 244
.precedentOverlay {
245
	display: block;
246
	z-index: 1210;
247
	position: fixed;
248
	width: 30px;
249
	height: 40px;
250
	background: url(./img/precedent_overlay.png) no-repeat 50px 170px;
251
	border: none;
252
	color: white;
253
	font-weight: bold;
254
	cursor: pointer;
255
	margin-top: -170px;
256
	padding-bottom: 200px;
257
	padding-left: 200px;
258
	padding-top: 200px;
657 gduche 259
	opacity: 0;
572 gduche 260
}
261
 
262
.suivantOverlay:hover {
657 gduche 263
	opacity: 1;
572 gduche 264
}
657 gduche 265
 
572 gduche 266
.suivantOverlay {
267
	display: block;
268
	z-index: 1210;
269
	position: fixed;
270
	width: 30px;
271
	height: 40px;
272
	background: url(./img/suivant_overlay.png) no-repeat 90px 170px;
273
	border: none;
274
	color: white;
275
	font-weight: bold;
276
	cursor: pointer;
277
	margin-top: -170px;
278
	padding-bottom: 200px;
279
	padding-right: 200px;
280
	padding-top: 200px;
657 gduche 281
	opacity: 0;
282
	margin-left: -150px;
617 aurelien 283
}
284
 
285
.acceder-outil {
657 gduche 286
	background: url("./img/telaBlancJaune.png") no-repeat scroll 0 0 #ECCB12;
287
	text-decoration: underline;
288
	border: medium none;
289
	border-radius: 10px 10px 10px 10px;
290
	color: #6C6865;
291
	font-size: 14px;
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 {
664 gduche 318
	min-width:870px;
657 gduche 319
}
320
 
321
.limiteMax {
664 gduche 322
	max-width:870px;
657 gduche 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
 
662 gduche 337
.bouton {
664 gduche 338
    background: none repeat scroll 0 0 transparent;
339
    border: 1px solid #99C242;
340
    border-radius: 10px 10px 10px 10px;
341
    box-shadow: 1px 2px 2px #AAAAAA;
342
    color: #598000;
343
    cursor: pointer;
344
    font-size: 0.9em;
345
    font-weight: bold;
346
    padding: 5px;
662 gduche 347
}
348
 
349
.bouton:hover {
350
	background:#8EB533;
351
	color:#FFF;
680 gduche 352
}
353
 
354
.votePrisEnCompteOui {
355
	background:#8EB533;
356
	position:absolute;
357
	font-size:11px;
358
	padding:5px;
359
	margin-top:-30px;
360
	border-radius:10px;
361
}
362
 
363
.votePrisEnCompteNon {
364
	background:#C61717;
365
	position:absolute;
366
	font-size:11px;
367
	padding:5px;
368
	margin-top:-30px;
369
	border-radius:10px;
682 gduche 370
}
371
 
372
.chapeau {
373
	color: #6C6865;
374
    font-family: arial;
375
    font-size: 13px;
376
    font-weight: bold;
377
    letter-spacing: 0;
378
    line-height: 18px;
379
    text-transform: none;
380
    font-style:italic;
572 gduche 381
}