Revision 621
Added by doc almost 17 years ago
warning.html | ||
---|---|---|
9 | 9 |
color: #000000; |
10 | 10 |
} |
11 | 11 |
body { |
12 |
background-color: #F8F8F8; |
|
13 | 12 |
margin: 0px; |
13 |
background: #fff url(../interface/background.png) ; |
|
14 |
background-repeat:repeat-x; |
|
14 | 15 |
} |
15 | 16 |
a:link, a:visited, a:active { |
16 | 17 |
color: #003366; |
... | ... | |
20 | 21 |
text-decoration: underline; |
21 | 22 |
color: #336699; |
22 | 23 |
} |
24 |
h1 { |
|
25 |
text-align: center; |
|
26 |
font-size: 16px; |
|
27 |
color: #fff; |
|
28 |
text-transform: uppercase; |
|
29 |
} |
|
23 | 30 |
hr { |
24 | 31 |
height: 1px; |
25 | 32 |
color: #336699; |
Also available in: Unified diff
introduced the WB 2.7 backend style developed by Michael Brinsteiner (escpro), thanks man