79 lines
982 B
CSS
Executable File
79 lines
982 B
CSS
Executable File
/*
|
|
AUTHOR: Steven "Kreuvf" Koenig
|
|
CONTACT: webmaster@kreuvf.de or kreuvf@warzone2100.de
|
|
LAST UPDATE: 2007/04/14
|
|
DESCRIPTION: CSS-file for print-look of Warzone 2100 GPL-Readme.html
|
|
*/
|
|
|
|
body {
|
|
font-family: sans;
|
|
font-size: 10pt;
|
|
text-align: justify;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 20pt;
|
|
font-weight: 700;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 19ptem;
|
|
font-weight: 700;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 15pt;
|
|
font-weight: 700;
|
|
}
|
|
|
|
h4 {
|
|
font-size: 13pt;
|
|
font-weight: 700;
|
|
}
|
|
|
|
h5 {
|
|
font-size: 10pt;
|
|
font-weight: 700;
|
|
}
|
|
|
|
h6 {
|
|
font-size: 10pt;
|
|
font-weight: 500;
|
|
font-style: italic;
|
|
}
|
|
|
|
hr {
|
|
width: 67%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
height: 3pt;
|
|
}
|
|
|
|
pre {
|
|
border-style: dashed;
|
|
border-width: 2pt;
|
|
padding: 4pt 4pt 4pt 4pt;
|
|
margin: 4pt 4pt 4pt 4pt;
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
th {
|
|
border-style: solid;
|
|
border-width: 1pt;
|
|
font-weight: 700;
|
|
text-align: center;
|
|
}
|
|
|
|
td {
|
|
border-style: solid;
|
|
border-width: 1pt;
|
|
padding: 2pt 2pt 2pt 2pt;
|
|
}
|
|
|
|
.rt {
|
|
display: none;
|
|
}
|
|
|