cybertools/docgen/word.css

114 lines
1.5 KiB
CSS

body {
font-family: Arial,Helvetica,"sans serif";
font-size: 12pt;
}
body div {
font-size: 12pt;
}
h1, h2, h3, h4, h5, h6, {
color: black;
font-weight: bold;
border: none;
}
h1, h2, h3, h4 {
margin-top: 1em;
}
h4 {
font-style: italic;
}
h5 {
font-size: 120%;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
h6 {
font-size: 100%;
margin-top: 0.5em;
margin-bottom: 0;
}
p {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
li, div {
margin-top: 0.2em;
margin-bottom: 0.2em;
}
.center {
text-align: center;
}
.number {
text-align: right;
}
table {
border-collapse: collapse;
}
td, th {
border: solid 1px #000000;
vertical-align: top;
}
th {
font-weight: normal;
text-align: center;
padding-left: 10px;
padding-right: 10px;
background-color: #eeeeee;
}
.headline1 {
font-weight: bold;
font-size: 140%;
}
.headline2 {
font-weight: bold;
}
table.MsoHeader, p.MsoHeader {
mso-style-noshow:yes;
}
span.MsoFootnoteReference {
mso-style-noshow:yes;
vertical-align: super;
}
p.MsoFootnoteText {
font-size: 80%;
margin-left: 3em;
}
@page Section1 {
size: 595.3pt 841.9pt;
margin: 2cm 2cm 2cm 2cm;
mso-header: h1;
mso-footer: f1;
}
div.Section1 {page: Section1}
@page Section2 {
size: 841.9pt 595.3pt;
margin: 2cm 2cm 2cm 2cm;
mso-page-orientation: landscape;
mso-header: h1;
mso-footer: f1;
}
div.Section2 {page: Section2}
@page Section3 {
}
div.Section3 {page: Section3}