Revision 1934
Added by brooke about 21 years ago
lib/style/skins/knb/knb.css | ||
---|---|---|
28 | 28 |
*/ |
29 | 29 |
|
30 | 30 |
|
31 |
|
|
32 |
/* |
|
33 |
* import eml css: |
|
34 |
*/ |
|
35 |
|
|
36 |
@import url(@style-common-path@/@eml-css@); |
|
37 |
|
|
31 | 38 |
/** |
32 | 39 |
* set the correct iframe sizes to accomodate the |
33 | 40 |
* header, footer, left and right areas. |
... | ... | |
124 | 131 |
*/ |
125 | 132 |
|
126 | 133 |
|
134 |
|
|
127 | 135 |
body { |
128 | 136 |
padding-top: 3px; |
129 | 137 |
color: #333333; |
... | ... | |
293 | 301 |
border: none; |
294 | 302 |
float: left; } |
295 | 303 |
.roweven { |
296 |
/* |
|
297 |
background: #d0e3f7; } |
|
298 |
*/ |
|
299 | 304 |
background: white; } |
300 | 305 |
.rowodd { |
301 | 306 |
background: white; } |
... | ... | |
315 | 320 |
background-color: #dddddd; |
316 | 321 |
} |
317 | 322 |
|
318 |
|
|
319 | 323 |
/******************************************************************************/ |
320 | 324 |
/******************************************************************************/ |
321 | 325 |
/******************************************************************************/ |
... | ... | |
386 | 390 |
color: #ff9933; |
387 | 391 |
text-decoration: underline; } |
388 | 392 |
|
389 |
|
|
390 |
/******************************************************************************/ |
|
391 |
/******************************************************************************/ |
|
392 |
/** USED BY EML STYLESHEETS ONLY - NO OTHERS **/ |
|
393 |
/******************************************************************************/ |
|
394 |
/******************************************************************************/ |
|
395 |
|
|
396 |
.highlight { |
|
397 |
background-color: #dddddd; |
|
398 |
font-size: 12px; |
|
399 |
} |
|
400 |
.secondCol { |
|
401 |
background-color: #ffffff; |
|
402 |
font-size: 12px; |
|
403 |
} |
|
404 |
.bordered { |
|
405 |
background-color: #dddddd; |
|
406 |
font-size: 12px; |
|
407 |
} |
|
408 |
|
|
409 |
.coleven { |
|
410 |
background-color: #eeeeee; |
|
411 |
font-size: 12px; |
|
412 |
padding-left: 3px; |
|
413 |
padding-right: 3px; |
|
414 |
} |
|
415 |
|
|
416 |
.colodd { |
|
417 |
background-color: #ffffff; |
|
418 |
font-size: 12px; |
|
419 |
padding-left: 3px; |
|
420 |
padding-right: 3px; |
|
421 |
} |
|
422 |
|
|
423 |
.innercolodd { |
|
424 |
font-size: 10px; |
|
425 |
padding-left: 3px; |
|
426 |
} |
|
427 |
|
|
428 |
.innercoleven { |
|
429 |
font-size: 10px; |
|
430 |
padding-left: 3px; |
|
431 |
} |
|
432 |
|
|
433 |
|
Also available in: Unified diff
knb.css now impots common eml css file - still need to fix layout in eml display tho' - something is being overridden and messes up alignment