| 1 |
lars |
1 |
body {background-color: #ffffff; color: #000000; white-space: normal;}
|
|
|
2 |
body, td, th, h1, h2 {font-family: sans-serif;}
|
|
|
3 |
a:link {color: #006600; text-decoration: none;}
|
|
|
4 |
a:visited { color: #003300; text-decoration: none;}
|
|
|
5 |
a:hover {text-decoration: underline;}
|
|
|
6 |
table {border-collapse: collapse; width: 600px; max-width: 600px; margin-left: auto; margin-right: auto; border: 0px; padding: 0px;}
|
|
|
7 |
td, th { border: 1px solid #000000; font-size: 75%; vertical-align: baseline;}
|
|
|
8 |
h1 {font-size: 150%; text-align: center;}
|
|
|
9 |
h2 {font-size: 125%; text-align: center;}
|
|
|
10 |
h2 a:hover {text-decoration: none;}
|
|
|
11 |
.p {text-align: left;}
|
|
|
12 |
.e {background-color: #006600; font-weight: bold; color: #FFFFFF; width: 100px; vertical-align: top;}
|
|
|
13 |
.e a:link { color: #FFFFFF; }
|
|
|
14 |
.e a:visited { color: #FFFFFF; }
|
|
|
15 |
.h, .hc {background-color: #339900; font-weight: bold;}
|
|
|
16 |
.hc {text-align: center;}
|
|
|
17 |
.v {background-color: #D9D9D9;}
|
|
|
18 |
img {float: right; border: 0px;}
|
|
|
19 |
p.error {font-size:12px; font-weight: bold; color:red; text-align: center;}
|
|
|
20 |
|
|
|
21 |
table.d td { border: 0; }
|
|
|
22 |
td.f {background-color: #006600; font-weight: bold; color: #FFFFFF; }
|
|
|
23 |
|
|
|
24 |
/* added for request #13741 */
|
|
|
25 |
dl { margin: 0 }
|
|
|
26 |
dd.cfg_found { color: green; }
|
|
|
27 |
dd.cfg_notfound { color: red; }
|
|
|
28 |
|