Subversion Repositories eFlore/Applications.del

Rev

Rev 614 | Rev 657 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 614 Rev 617
1
/* La ligne suivante ne sert qu'à régler le bug d'affichage des listes déroulantes */
1
/* La ligne suivante ne sert qu'à régler le bug d'affichage des listes déroulantes */
2
select {
2
select {
3
	background: #FFF;
3
	background: #FFF;
4
}
4
}
5
/** Add css rules here for your application. */
5
/** Add css rules here for your application. */
6
body,html {
6
body,html {
7
	height: 100%
7
	height: 100%
8
}
8
}
9
 
9
 
10
/** Example rules used by the template application (remove for your app) */
10
/** Example rules used by the template application (remove for your app) */
11
h1 {
11
h1 {
12
	font-size: 2em;
12
	font-size: 2em;
13
	font-weight: bold;
13
	font-weight: bold;
14
	color: #777777;
14
	color: #777777;
15
	margin: 40px 0px 0px;
15
	margin: 40px 0px 0px;
16
	text-align: center;
16
	text-align: center;
17
}
17
}
18
 
18
 
19
/*#titre {background:url(/img/logo.png) no-repeat; height:100px; border:solid 1px red; width:250px; text-align:left; padding-top:50px}*/
19
/*#titre {background:url(/img/logo.png) no-repeat; height:100px; border:solid 1px red; width:250px; text-align:left; padding-top:50px}*/
20
.sendButton {
20
.sendButton {
21
	display: block;
21
	display: block;
22
	font-size: 16pt;
22
	font-size: 16pt;
23
}
23
}
24
 
24
 
25
/** Most GWT widgets already have a style name defined */
25
/** Most GWT widgets already have a style name defined */
26
.gwt-DialogBox {
26
.gwt-DialogBox {
27
	width: 400px;
27
	width: 400px;
28
}
28
}
29
 
29
 
30
.dialogVPanel {
30
.dialogVPanel {
31
	margin: 5px;
31
	margin: 5px;
32
}
32
}
33
 
33
 
34
.serverResponseLabelError {
34
.serverResponseLabelError {
35
	color: red;
35
	color: red;
36
}
36
}
37
 
37
 
38
/** Erreur dans un formulaire de type texte **/
38
/** Erreur dans un formulaire de type texte **/
39
.erreurFormTexte {
39
.erreurFormTexte {
40
	background-color: red;
40
	background-color: red;
41
}
41
}
42
 
42
 
43
 
43
 
44
/** Set ids using widget.getElement().setId("idOfElement") */
44
/** Set ids using widget.getElement().setId("idOfElement") */
45
#closeButton {
45
#closeButton {
46
	margin: 15px 6px 6px;
46
	margin: 15px 6px 6px;
47
}
47
}
48
 
48
 
49
#titre {
49
#titre {
50
	text-align: center;
50
	text-align: center;
51
	background: #B0CB70;
51
	background: #B0CB70;
52
	opacity: 0.9;
52
	opacity: 0.9;
53
	position: fixed;
53
	position: fixed;
54
	width: 100%
54
	width: 100%
55
}
55
}
56
 
56
 
57
#titre h1 {
57
#titre h1 {
58
	width: 200px;
58
	width: 200px;
59
	background: url(./img/identiplante_mini.png) no-repeat 240px 0px;
59
	background: url(./img/identiplante_mini.png) no-repeat 240px 0px;
60
	margin: 0 auto;
60
	margin: 0 auto;
61
	padding: 10px 50px 10px 50px
61
	padding: 10px 50px 10px 50px
62
}
62
}
63
 
63
 
64
.boutonPlus {
64
.boutonPlus {
65
	border: none;
65
	border: none;
66
	color: rgba(0, 0, 0, 0);
66
	color: rgba(0, 0, 0, 0);
67
	background: url("./img/zoom_in.png");
67
	background: url("./img/zoom_in.png");
68
	width: 16px;
68
	width: 16px;
69
	height: 16px;
69
	height: 16px;
70
	cursor: pointer;
70
	cursor: pointer;
71
}
71
}
72
 
72
 
73
.boutonMoins {
73
.boutonMoins {
74
	border: none;
74
	border: none;
75
	color: rgba(0, 0, 0, 0);
75
	color: rgba(0, 0, 0, 0);
76
	background: url("./img/zoom_out.png");
76
	background: url("./img/zoom_out.png");
77
	width: 16px;
77
	width: 16px;
78
	height: 16px;
78
	height: 16px;
79
	cursor: pointer;
79
	cursor: pointer;
80
}
80
}
81
 
81
 
82
#navigation {
82
#navigation {
83
	position: fixed;
83
	position: fixed;
84
	width: 100%;
84
	width: 100%;
85
	top: 0;
85
	top: 0;
86
	z-index: 3000
86
	z-index: 3000
87
}
87
}
88
 
88
 
89
#navigation>div>div {
89
#navigation>div>div {
90
	float: left;
90
	float: left;
91
	padding: 10px;
91
	padding: 10px;
92
	background: #7DA422;
92
	background: #7DA422;
93
	margin-right: 3px;
93
	margin-right: 3px;
94
}
94
}
95
 
95
 
96
#navigation>div>div:hover {
96
#navigation>div>div:hover {
97
	background: #9Fc644
97
	background: #9Fc644
98
}
98
}
99
 
99
 
100
#navigation a {
100
#navigation a {
101
	text-decoration: none;
101
	text-decoration: none;
102
	color: #222;
102
	color: #222;
103
	font-weight: bold
103
	font-weight: bold
104
}
104
}
105
 
105
 
106
#contenu {
106
#contenu {
107
	padding: 80px
107
	padding: 80px
108
}
108
}
109
 
109
 
110
.lien {
110
.lien {
111
	color: blue;
111
	color: blue;
112
	text-decoration: underline;
112
	text-decoration: underline;
113
	cursor: pointer
113
	cursor: pointer
114
}
114
}
115
 
115
 
116
.titre {
116
.titre {
117
	color: #FD8C13;
117
	color: #FD8C13;
118
	font-size: 15px;
118
	font-size: 15px;
119
	margin: 20px 0 10px;
119
	margin: 20px 0 10px;
120
	padding: 0 0 0 25px;
120
	padding: 0 0 0 25px;
121
	text-transform: uppercase;
121
	text-transform: uppercase;
122
	font-weight: bold;
122
	font-weight: bold;
123
	background: url(./img/troisCarre.png) no-repeat 0 8px;
123
	background: url(./img/troisCarre.png) no-repeat 0 8px;
124
}
124
}
125
 
125
 
126
.sousTitre {
126
.sousTitre {
127
	font-size: 15px;
127
	font-size: 15px;
128
	font-weight: bold
128
	font-weight: bold
129
}
129
}
130
 
130
 
131
.petit {
131
.petit {
132
	font-size: 11px;
132
	font-size: 11px;
133
	color: #888
133
	color: #888
134
}
134
}
135
 
135
 
136
.gris {
136
.gris {
137
	color: #888
137
	color: #888
138
}
138
}
139
 
139
 
140
.gras {
140
.gras {
141
	font-weight: bold
141
	font-weight: bold
142
}
142
}
143
 
143
 
144
.plein {
144
.plein {
145
	width: 100%;
145
	width: 100%;
146
}
146
}
147
 
147
 
148
.tiers {
148
.tiers {
149
	width: 30%
149
	width: 30%
150
}
150
}
151
 
151
 
152
.actif {
152
.actif {
153
	background: #8EB533
153
	background: #8EB533
154
}
154
}
155
 
155
 
156
.inactif {
156
.inactif {
157
	background: white
157
	background: white
158
}
158
}
159
 
159
 
160
.gauche {
160
.gauche {
161
	float: left
161
	float: left
162
}
162
}
163
 
163
 
164
.droite {
164
.droite {
165
	float: right
165
	float: right
166
}
166
}
167
 
167
 
168
.nettoyage {
168
.nettoyage {
169
	clear: both
169
	clear: both
170
}
170
}
171
 
171
 
172
hr {
172
hr {
173
	border: none;
173
	border: none;
174
	border-bottom: solid 1px #DDD;
174
	border-bottom: solid 1px #DDD;
175
	border-top: solid 1px #AAA
175
	border-top: solid 1px #AAA
176
}
176
}
177
 
177
 
178
.gwt-SuggestBoxPopup {
178
.gwt-SuggestBoxPopup {
179
	z-index: 10000
179
	z-index: 10000
180
}
180
}
181
 
181
 
182
.fenetreDefilante {
182
.fenetreDefilante {
183
	position: fixed;
183
	position: fixed;
184
	margin: auto
184
	margin: auto
185
}
185
}
186
 
186
 
187
.overlay {
187
.overlay {
188
	background-color: #777;
188
	background-color: #777;
189
	cursor: pointer;
189
	cursor: pointer;
190
	display: block;
190
	display: block;
191
	opacity: 0.7;
191
	opacity: 0.7;
192
	left: 0;
192
	left: 0;
193
	top: 0;
193
	top: 0;
194
	position: fixed;
194
	position: fixed;
195
	width: 100%;
195
	width: 100%;
196
	z-index: 1100;
196
	z-index: 1100;
197
	height: 100%
197
	height: 100%
198
}
198
}
199
 
199
 
200
.overlayContenu {
200
.overlayContenu {
201
	cursor: pointer;
201
	cursor: pointer;
202
	display: block;
202
	display: block;
203
	opacity: 1;
203
	opacity: 1;
204
	left: 0;
204
	left: 0;
205
	top: 0;
205
	top: 0;
206
	position: fixed;
206
	position: fixed;
207
	width: 100%;
207
	width: 100%;
208
	z-index: 1200;
208
	z-index: 1200;
209
	height: 100%
209
	height: 100%
210
}
210
}
211
 
211
 
212
.fermerOverlay {
212
.fermerOverlay {
213
	z-index: 1210;
213
	z-index: 1210;
214
	position: fixed;
214
	position: fixed;
215
	width: 30px;
215
	width: 30px;
216
	height: 30px;
216
	height: 30px;
217
	background: url(./img/close.png) no-repeat 5px 0;
217
	background: url(./img/close.png) no-repeat 5px 0;
218
	border: none;
218
	border: none;
219
	color: white;
219
	color: white;
220
	font-weight: bold;
220
	font-weight: bold;
221
	cursor: pointer;
221
	cursor: pointer;
222
	border:1px dotted #95AE5D;
222
	border:1px dotted #95AE5D;
223
	border-width:0 0 1px 0;
223
	border-width:0 0 1px 0;
224
	padding-right:30px
224
	padding-right:30px
225
}
225
}
226
 
226
 
227
.precedentOverlay:hover {
227
.precedentOverlay:hover {
228
	opacity:1;
228
	opacity:1;
229
}
229
}
230
.precedentOverlay {
230
.precedentOverlay {
231
	display: block;
231
	display: block;
232
	z-index: 1210;
232
	z-index: 1210;
233
	position: fixed;
233
	position: fixed;
234
	width: 30px;
234
	width: 30px;
235
	height: 40px;
235
	height: 40px;
236
	background: url(./img/precedent_overlay.png) no-repeat 50px 170px;
236
	background: url(./img/precedent_overlay.png) no-repeat 50px 170px;
237
	border: none;
237
	border: none;
238
	color: white;
238
	color: white;
239
	font-weight: bold;
239
	font-weight: bold;
240
	cursor: pointer;
240
	cursor: pointer;
241
	margin-top: -170px;
241
	margin-top: -170px;
242
	padding-bottom: 200px;
242
	padding-bottom: 200px;
243
	padding-left: 200px;
243
	padding-left: 200px;
244
	padding-top: 200px;
244
	padding-top: 200px;
245
	opacity:0;
245
	opacity:0;
246
}
246
}
247
 
247
 
248
.suivantOverlay:hover {
248
.suivantOverlay:hover {
249
	opacity:1;
249
	opacity:1;
250
}
250
}
251
.suivantOverlay {
251
.suivantOverlay {
252
	display: block;
252
	display: block;
253
	z-index: 1210;
253
	z-index: 1210;
254
	position: fixed;
254
	position: fixed;
255
	width: 30px;
255
	width: 30px;
256
	height: 40px;
256
	height: 40px;
257
	background: url(./img/suivant_overlay.png) no-repeat 90px 170px;
257
	background: url(./img/suivant_overlay.png) no-repeat 90px 170px;
258
	border: none;
258
	border: none;
259
	color: white;
259
	color: white;
260
	font-weight: bold;
260
	font-weight: bold;
261
	cursor: pointer;
261
	cursor: pointer;
262
	margin-top: -170px;
262
	margin-top: -170px;
263
	padding-bottom: 200px;
263
	padding-bottom: 200px;
264
	padding-right: 200px;
264
	padding-right: 200px;
265
	padding-top: 200px;
265
	padding-top: 200px;
266
	opacity:0;
266
	opacity:0;
267
	margin-left:-150px;
267
	margin-left:-150px;
-
 
268
}
-
 
269
 
-
 
270
.acceder-outil {
-
 
271
    background: url("./img/telaBlancJaune.png") no-repeat scroll 0 0 #ECCB12;
-
 
272
    text-decoration: underline;
-
 
273
    border: medium none;
-
 
274
    border-radius: 10px 10px 10px 10px;
-
 
275
    color: #6C6865;
-
 
276
    font-size: 15px;
-
 
277
   	margin-left: 135px;
-
 
278
    padding: 4px 10px 2px 30px;
-
 
279
    cursor: pointer;
268
}
280
}
269
281