git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@225904 13f79535-47bb-0310-9956-ffa450edef68
25 lines
236 B
CSS
25 lines
236 B
CSS
body {
|
|
background: white;
|
|
}
|
|
|
|
h1, h2, h3 {
|
|
font-family: arial, sans-serif;
|
|
font-weight: bold;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 207%;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 173%;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 144%;
|
|
}
|
|
|
|
p.copyright {
|
|
color: green;
|
|
font-style: italic;
|
|
} |