Subversion Repositories eFlore/Applications.del

Rev

Rev 1005 | Rev 1018 | 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;
1010 aurelien 287
	text-decoration: none;
657 gduche 288
	border: medium none;
289
	border-radius: 10px 10px 10px 10px;
290
	color: #6C6865;
291
	font-size: 14px;
1010 aurelien 292
    padding: 4px 10px 4px 30px;
657 gduche 293
	cursor: pointer;
294
	display: inline-block;
295
}
296
 
1010 aurelien 297
.acceder-outil:hover {
298
    border-bottom: 1px dotted #95AE5D;
299
    color: #FD8C13;
300
}
301
 
657 gduche 302
.colonne {
303
	float: left;
304
}
305
 
306
.ligne {
307
	clear: left;
308
}
309
 
310
.ombre-forte {
311
	box-shadow: 2px 2px 2px #666;
312
	-moz-box-shadow: 2px 2px 2px #666;
313
	-webkit-box-shadow: 2px 2px 2px #666;
314
}
315
 
316
.ombre-faible {
317
	box-shadow: 2px 2px 2px #DDD;
318
	-moz-box-shadow: 2px 2px 2px #DDD;
319
	-webkit-box-shadow: 2px 2px 2px #DDD;
320
}
321
 
322
.limiteMin {
664 gduche 323
	min-width:870px;
657 gduche 324
}
325
 
326
.limiteMax {
664 gduche 327
	max-width:870px;
657 gduche 328
}
329
 
330
.arrondi {
331
	border-radius:10px;
332
	-moz-border-radius:10px;
333
	-webkit-border-radius:10px;
334
}
335
 
336
.arrondi-faible {
337
	border-radius:3px;
338
	-moz-border-radius:3px;
339
	-webkit-border-radius:3px;
340
}
341
 
662 gduche 342
.bouton {
664 gduche 343
    background: none repeat scroll 0 0 transparent;
344
    border: 1px solid #99C242;
345
    border-radius: 10px 10px 10px 10px;
346
    box-shadow: 1px 2px 2px #AAAAAA;
347
    color: #598000;
348
    cursor: pointer;
349
    font-size: 0.9em;
350
    font-weight: bold;
351
    padding: 5px;
662 gduche 352
}
353
 
354
.bouton:hover {
355
	background:#8EB533;
356
	color:#FFF;
680 gduche 357
}
358
 
359
.votePrisEnCompteOui {
360
	background:#8EB533;
361
	position:absolute;
362
	font-size:11px;
363
	padding:5px;
364
	margin-top:-30px;
365
	border-radius:10px;
366
}
367
 
368
.votePrisEnCompteNon {
369
	background:#C61717;
370
	position:absolute;
371
	font-size:11px;
372
	padding:5px;
373
	margin-top:-30px;
374
	border-radius:10px;
682 gduche 375
}
376
 
1005 aurelien 377
.boutonVoteDesactive * {
378
	color:#999999;
379
}
380
 
381
.boutonVoteDesactive:hover {
382
	background-color:#AAAAAA !important;
383
}
384
 
682 gduche 385
.chapeau {
386
	color: #6C6865;
387
    font-family: arial;
388
    font-size: 13px;
389
    font-weight: bold;
390
    letter-spacing: 0;
391
    line-height: 18px;
392
    text-transform: none;
393
    font-style:italic;
914 gduche 394
}
395
 
396
.enfant {
397
	background:#DDD;
398
	margin-left:50px;
572 gduche 399
}