Subversion Repositories eFlore/Applications.del

Rev

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