Subversion Repositories eFlore/Applications.del

Rev

Rev 434 | Rev 614 | 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
 
142 aurelien 43
/** Style pour les barres de vote **/
572 gduche 44
.repartitionVoteTaxonPopulaire .barreRepartition,.barreRepartitionAucunVote
45
	{
244 gduche 46
 
205 aurelien 47
}
162 aurelien 48
 
205 aurelien 49
.repartitionVoteTaxonPopulaire .conteneurBarreRepartition {
572 gduche 50
	margin-top: 3px;
205 aurelien 51
}
52
 
53
.conteneurBarreRepartition {
572 gduche 54
	display: inline-block;
55
	float: right;
336 gduche 56
	margin: 15px 15px 4px 15px;
572 gduche 57
	float: left;
205 aurelien 58
}
59
 
60
.conteneurBoutonVote {
572 gduche 61
	float: left;
205 aurelien 62
}
63
 
572 gduche 64
.barreRepartition,.barreRepartitionAucunVote {
65
	height: 5px;
66
	width: 200px;
67
	border: 1px solid black;
162 aurelien 68
}
69
 
70
.barreRepartition {
175 gduche 71
	background-color: #C83232;
572 gduche 72
	-moz-box-shadow: 2px 2px 2px #AAAAAA;
73
	-moz-box-shadow: 2px 2px 2px #AAAAAA;
74
	-moz-border-radius: 8px;
75
	-webkit-border-radius: 8px;
142 aurelien 76
}
77
 
162 aurelien 78
.barreRepartitionAucunVote {
79
	background-color: #DDDDDD;
80
}
81
 
142 aurelien 82
.elementBarreRepartition {
83
	height: 100%;
84
}
85
 
86
.voteOui {
572 gduche 87
	-moz-border-radius: 8px 0 0 8px;
88
	-webkit-border-radius: 8px 0 0 8px;
175 gduche 89
	background-color: #8EB533;
572 gduche 90
	border-right: 1px solid black;
146 aurelien 91
}
142 aurelien 92
 
146 aurelien 93
.nomTaxonBarreRepartition {
572 gduche 94
	float: right;
95
	margin-top: -25px;
96
	margin-right: 5px;
146 aurelien 97
}
98
 
1 aurelien 99
/** Set ids using widget.getElement().setId("idOfElement") */
100
#closeButton {
572 gduche 101
	margin: 15px 6px 6px;
1 aurelien 102
}
53 gduche 103
 
572 gduche 104
#titre {
105
	text-align: center;
106
	background: #B0CB70;
107
	opacity: 0.9;
108
	position: fixed;
109
	width: 100%
110
}
118 gduche 111
 
572 gduche 112
#titre h1 {
113
	width: 200px;
114
	background: url(./img/identiplante_mini.png) no-repeat 240px 0px;
115
	margin: 0 auto;
116
	padding: 10px 50px 10px 50px
117
}
118 gduche 118
 
572 gduche 119
.boutonPlus {
120
	border: none;
121
	color: rgba(0, 0, 0, 0);
122
	background: url("./img/zoom_in.png");
123
	width: 16px;
124
	height: 16px;
125
	cursor: pointer;
126
}
244 gduche 127
 
572 gduche 128
.boutonMoins {
129
	border: none;
130
	color: rgba(0, 0, 0, 0);
131
	background: url("./img/zoom_out.png");
132
	width: 16px;
133
	height: 16px;
134
	cursor: pointer;
135
}
136
 
137
#navigation {
138
	position: fixed;
139
	width: 100%;
140
	top: 0;
141
	z-index: 3000
142
}
143
 
144
#navigation>div>div {
145
	float: left;
146
	padding: 10px;
147
	background: #7DA422;
148
	margin-right: 3px;
149
}
150
 
151
#navigation>div>div:hover {
152
	background: #9Fc644
153
}
154
 
155
#navigation a {
156
	text-decoration: none;
157
	color: #222;
158
	font-weight: bold
159
}
160
 
161
#contenu {
162
	padding: 80px
163
}
164
 
336 gduche 165
.lien {
572 gduche 166
	color: blue;
167
	text-decoration: underline;
168
	cursor: pointer
336 gduche 169
}
170
 
572 gduche 171
.titre {
172
	color: #FD8C13;
173
	font-size: 15px;
174
	margin: 20px 0 10px;
175
	padding: 0 0 0 25px;
176
	text-transform: uppercase;
177
	font-weight: bold;
178
	background: url(./img/troisCarre.png) no-repeat 0 8px;
246 gduche 179
}
143 gduche 180
 
572 gduche 181
.sousTitre {
182
	font-size: 15px;
183
	font-weight: bold
184
}
143 gduche 185
 
572 gduche 186
.petit {
187
	font-size: 11px;
188
	color: #888
189
}
201 gduche 190
 
572 gduche 191
.gris {
192
	color: #888
193
}
434 aurelien 194
 
572 gduche 195
.gras {
196
	font-weight: bold
197
}
434 aurelien 198
 
572 gduche 199
.plein {
200
	width: 100%;
201
}
202
 
203
.tiers {
204
	width: 30%
205
}
206
 
207
.actif {
208
	background: #8EB533
209
}
210
 
211
.inactif {
212
	background: white
213
}
214
 
215
.gauche {
216
	float: left
217
}
218
 
219
.droite {
220
	float: right
221
}
222
 
223
.nettoyage {
224
	clear: both
225
}
226
 
227
hr {
228
	border: none;
229
	border-bottom: solid 1px #DDD;
230
	border-top: solid 1px #AAA
231
}
232
 
233
.gwt-SuggestBoxPopup {
234
	z-index: 10000
235
}
236
 
237
.fenetreDefilante {
238
	position: fixed;
239
	margin: auto
240
}
241
 
242
.overlay {
243
	background-color: #777;
244
	cursor: pointer;
245
	display: block;
246
	opacity: 0.7;
247
	left: 0;
248
	top: 0;
249
	position: fixed;
250
	width: 100%;
251
	z-index: 1100;
252
	height: 100%
253
}
254
 
255
.overlayContenu {
256
	cursor: pointer;
257
	display: block;
258
	opacity: 1;
259
	left: 0;
260
	top: 0;
261
	position: fixed;
262
	width: 100%;
263
	z-index: 1200;
264
	height: 100%
265
}
266
 
267
.fermerOverlay {
268
	z-index: 1210;
269
	position: fixed;
270
	width: 30px;
271
	height: 30px;
272
	background: url(./img/close.png) no-repeat 5px 0;
273
	border: none;
274
	color: white;
275
	font-weight: bold;
276
	cursor: pointer;
277
	border:1px dotted #95AE5D;
278
	border-width:0 0 1px 0;
279
	padding-right:30px
280
}
281
 
282
.precedentOverlay:hover {
283
	opacity:1;
284
}
285
.precedentOverlay {
286
	display: block;
287
	z-index: 1210;
288
	position: fixed;
289
	width: 30px;
290
	height: 40px;
291
	background: url(./img/precedent_overlay.png) no-repeat 50px 170px;
292
	border: none;
293
	color: white;
294
	font-weight: bold;
295
	cursor: pointer;
296
	margin-top: -170px;
297
	padding-bottom: 200px;
298
	padding-left: 200px;
299
	padding-top: 200px;
300
	opacity:0;
301
}
302
 
303
.suivantOverlay:hover {
304
	opacity:1;
305
}
306
.suivantOverlay {
307
	display: block;
308
	z-index: 1210;
309
	position: fixed;
310
	width: 30px;
311
	height: 40px;
312
	background: url(./img/suivant_overlay.png) no-repeat 90px 170px;
313
	border: none;
314
	color: white;
315
	font-weight: bold;
316
	cursor: pointer;
317
	margin-top: -170px;
318
	padding-bottom: 200px;
319
	padding-right: 200px;
320
	padding-top: 200px;
321
	opacity:0;
322
	margin-left:-150px;
323
}