comparison gnv/src/main/webapp/styles/default.css @ 694:271ec4d11a9f

Changed the whole design of the application regarding the bsh styleguide. gnv/trunk@925 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 13 Apr 2010 16:44:30 +0000
parents f3f433053bdd
children 883b366e3b15
comparison
equal deleted inserted replaced
693:d4d1eb56d725 694:271ec4d11a9f
39 color: #00416B; 39 color: #00416B;
40 text-decoration: none; 40 text-decoration: none;
41 } 41 }
42 42
43 legend { 43 legend {
44 border: 1px solid #CCD5DE; 44 border: 1px solid #003A66;
45 padding: 4px 5px; 45 padding: 4px 5px;
46 margin: 0 0 0 0; 46 margin: 0 0 0 0;
47 background-color: white; 47 background-color: white;
48 font-weight: bolder; 48 font-weight: bolder;
49 color: #00416B; 49 color: #003A66;
50 clear: both; 50 clear: both;
51 } 51 }
52 52
53 fieldset { 53 fieldset {
54 margin: 5px 0 0 10px; 54 margin: 5px 0 0 10px;
55 padding-left: 10px; 55 padding-left: 10px;
56 padding-right: 10px; 56 padding-right: 10px;
57 border: 1px solid #CCD5DE; 57 border: 1px solid #003A66;
58 background-color: #F2F1F5;
58 background-repeat: repeat-x; 59 background-repeat: repeat-x;
59 background-position: top left; 60 background-position: top left;
60 display: block; 61 display: block;
61 } 62 }
62 63
111 font-size: 0.8em; 112 font-size: 0.8em;
112 } 113 }
113 114
114 img { 115 img {
115 border: 0px; 116 border: 0px;
117 }
118
119 /* styles used in footer.jsp */
120 .footerTable {
121 width: 100%;
122 background-color: white;
123 }
124
125 .footerLine {
126 color: #003A66;
127 font-family: Arial,Helvetica,sans-serif;
128 font-size: 0.95em;
129 line-height: 1.1em;
130 padding-left: 1px;
131 }
132
133 .footerTableLinks {
134 width: 100%;
135 background-color: #003a66;
136 }
137
138 .footerLineLinks {
139 color: #FFFFFF;
140 font-family: Arial,Helvetica,sans-serif;
141 font-size: 1.5em;
142 text-decoration:none;
143 }
144
145 .headerTableLinks {
146 width: 100%;
147 background-color: #003a66;
148 }
149
150 .headerLineLinks {
151 color: #FFFFFF;
152 font-family: Arial,Helvetica,sans-serif;
153 font-size: 1em;
154 text-decoration:none;
155 }
156
157 /* styles used content */
158 #contentElement {
159 margin: 0px 0px 10px 0px;
160 }
161
162 .bgblue2 {
163 background-color: #F7F7F9;
164 }
165
166 #footerElement {
167 margin-top: 10px;
116 } 168 }
117 169
118 .down { 170 .down {
119 padding-top: 20px; 171 padding-top: 20px;
120 width: 315px; 172 width: 315px;
124 padding-left: 10px; 176 padding-left: 10px;
125 vertical-align: top; 177 vertical-align: top;
126 text-align: right; 178 text-align: right;
127 } 179 }
128 180
181 #parameterPanel {
182 float: left;
183 width: 400px;
184 }
185
129 .parameter { 186 .parameter {
130 color: #00416B; 187 color: #003A66;
131 font-size: 0.8em; 188 font-size: 0.8em;
132 font-weight: bold; 189 font-weight: bold;
133 padding-left: 5px; 190 padding-left: 5px;
134 text-align: left; 191 text-align: left;
135 vertical-align: top; 192 vertical-align: top;
169 226
170 .error { 227 .error {
171 color: #CD3426; 228 color: #CD3426;
172 font-size: 10px; 229 font-size: 10px;
173 font-weight: bold; 230 font-weight: bold;
174 margin: 2px 2px; 231 margin-bottom: 2px;
232 border: 2px solid red;
233 padding: 2px;
175 } 234 }
176 235
177 .errormsg { 236 .errormsg {
178
179 color: red; 237 color: red;
180 font-weight: bold; 238 font-weight: bold;
181 } 239 }
182 240
183 .chartException { 241 .chartException {
184 color: red; 242 color: red;
185 font-size: 10px; 243 font-size: 10px;
186 font-weight: bold; 244 font-weight: bold;
187 margin: 2px 2px; 245 margin-bottom: 2px;
246 border: 2px solid red;
247 padding: 2px;
188 } 248 }
189 249
190 .inputException { 250 .inputException {
191 color: red; 251 color: red;
192 font-size: 10px; 252 font-size: 10px;
253 font-weight: bold;
254 margin-bottom: 2px;
255 border: 2px solid red;
256 padding: 2px;
257 }
258
259 /* ====================== Header ============================= */
260 #head {
261 height: 25px;
262 margin: 0;
263 padding: 0;
264 background-color: #103D64;
265 }
266
267 #headline {
268 color: #4C7594;
269 font-family: "Arial Black",Arial,Helvetica,sans-serif;
193 font-weight: bold; 270 font-weight: bold;
194 margin: 2px 2px; 271 line-height: 1.1em;
195 } 272 padding-left: 5px;
196 273 width: 533px;
197 /* ====================== Header ============================= */ 274 }
198 #head { 275
199 276 .headline {
200 height: 25px; 277 border-top: 2px solid #CCe0f4;
201 margin: 0; 278 border-bottom: 2px solid #CCe0f4;
202 padding: 0; 279 color: #4C7594;
203 background-color: #103D64; 280 /*font-weight: bold;*/
281 font-size: 1.2em;
282 padding: 10px;
204 } 283 }
205 284
206 #logo { 285 #logo {
207 float:right; 286 float:right;
208 background-image: url( ../images/bsh_logo.gif ); 287 background-image: url( ../images/bsh_logo.gif );
220 .reload { 299 .reload {
221 margin-top: 10px; 300 margin-top: 10px;
222 } 301 }
223 302
224 #project { 303 #project {
225 position:absolute; 304 padding-left: 5px;
226 top:27px; 305 padding-top: 5px;
227 left:10px; 306 padding-bottom: 5px;
228 width: 500px;
229 text-align: left; 307 text-align: left;
230 font-size: 1.2em; 308 font-size: 1.2em;
231 309 background-color: #e9e8f0;
310 }
311
312 .devide {
313 width: 100%;
314 height: 2px;
232 } 315 }
233 316
234 .projectException { 317 .projectException {
235 color: red; 318 color: red;
236 font-size: 10px; 319 font-size: 10px;
237 font-weight: bold; 320 font-weight: bold;
238 margin: 2px 2px; 321 margin-bottom: 2px;
322 border: 2px solid red;
323 padding: 2px;
239 } 324 }
240 325
241 #load_error { 326 #load_error {
242 position:absolute; 327 position:absolute;
243 top:75px; 328 top:175px;
244 left:375px; 329 left:375px;
245 width: 400px; 330 width: 400px;
246 text-align: left; 331 text-align: left;
247 332
248 } 333 }
302 width: 300px; 387 width: 300px;
303 margin-top: 30px; 388 margin-top: 30px;
304 } 389 }
305 390
306 div#diagram { 391 div#diagram {
307 position: absolute; 392 float: left;
308 top: 33px; 393 position: absolute;
309 left: 350px; 394 top: 165px;
395 left: 330px;
310 } 396 }
311 397
312 div.outerMap { 398 div.outerMap {
313 position: absolute; 399 position: absolute;
314 top: 62px; 400 top: 175px;
315 left: 350px; 401 left: 350px;
316 width: 555px; 402 width: 555px;
317 height: 436px; 403 height: 436px;
318 margin: 0 0 0 0; 404 margin: 0 0 0 0;
319 padding: 0 0 0 0; 405 padding: 0 0 0 0;
335 height: 381px; 421 height: 381px;
336 border: 1px solid #CCD5DE; 422 border: 1px solid #CCD5DE;
337 } 423 }
338 424
339 div.histogram { 425 div.histogram {
340 position: absolute; 426 float: left;
341 top: 33px; 427 position: absolute;
342 left: 350px; 428 top: 165px;
429 left: 330px;
343 } 430 }
344 431
345 div#export { 432 div#export {
346 width: 325px; 433 width: 325px;
347 } 434 }

http://dive4elements.wald.intevation.org