167 lines
No EOL
2.4 KiB
CSS
167 lines
No EOL
2.4 KiB
CSS
html {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
body {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0 auto;
|
|
padding: 0;
|
|
color: #000;
|
|
background: #fff;
|
|
font-size: 9.5pt;
|
|
line-height: 1.15em;
|
|
font-family: Helvetica;
|
|
}
|
|
table {
|
|
border: none;
|
|
}
|
|
|
|
strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
@page {
|
|
margin: 0px;
|
|
}
|
|
@page {
|
|
margin-top: 0px;
|
|
}
|
|
|
|
|
|
@page {
|
|
margin: 90mm 0 30mm 0;
|
|
color:#000;
|
|
}
|
|
|
|
.font-weight-bold {
|
|
font-weight: bold;
|
|
}
|
|
#logo_box {
|
|
position: absolute;
|
|
top:-80mm;
|
|
left: 25mm;
|
|
right: 25mm;
|
|
height: 25mm;
|
|
z-index: 1;
|
|
font-size: 10pt;
|
|
text-align: center;
|
|
}
|
|
#logo_box img {
|
|
width: 65mm;
|
|
}
|
|
#address_box {
|
|
position: absolute;
|
|
top:-40mm;
|
|
left: 25mm;
|
|
width: 100mm;
|
|
height: 45mm;
|
|
z-index: 1;
|
|
font-size: 10pt;
|
|
color:#000;
|
|
}
|
|
#address_box #address_back{
|
|
font-size: 7pt;
|
|
text-decoration: underline;
|
|
margin-bottom: 2mm;
|
|
color:#000;
|
|
}
|
|
|
|
#date_box {
|
|
position: absolute;
|
|
top:-10mm;
|
|
right: 15mm;
|
|
width: 70mm;
|
|
height: 10mm;
|
|
z-index: 1;
|
|
font-size: 10pt;
|
|
line-height: 12pt;
|
|
text-align: right;
|
|
color:#000;
|
|
}
|
|
|
|
#title_box {
|
|
position: absolute;
|
|
top:0mm;
|
|
left: 25mm;
|
|
width: 160mm;
|
|
height: 10mm;
|
|
z-index: 2;
|
|
font-weight: bold;
|
|
color:#000;
|
|
}
|
|
#title_box .title {
|
|
font-size: 16pt;
|
|
line-height: 12pt;
|
|
color:#000;
|
|
}
|
|
#title_box .subtitle {
|
|
font-size: 9pt;
|
|
line-height: 9pt;
|
|
color:#000;
|
|
}
|
|
|
|
#detail_box {
|
|
position: absolute;
|
|
top:15mm;
|
|
left: 25mm;
|
|
right: 15mm;
|
|
z-index: 3;
|
|
font-size: 9pt;
|
|
color:#000;
|
|
}
|
|
|
|
|
|
#detail_box table {
|
|
width: 100%;
|
|
line-height: 9pt;
|
|
border-collapse: collapse;
|
|
color:#000;
|
|
}
|
|
#detail_box table td {
|
|
border: 0.5pt solid #8c8c8c;
|
|
padding: 1mm;
|
|
color:#000;
|
|
}
|
|
|
|
#detail_box table td.left {
|
|
text-align: right;
|
|
width: 50mm;
|
|
color:#000;
|
|
}
|
|
|
|
#detail_box table td.right {
|
|
text-align: left;
|
|
color:#000;
|
|
|
|
}
|
|
.singel-line-top {
|
|
border-top: 1pt solid #1a1a18;
|
|
}
|
|
.double-line {
|
|
border-bottom: 2.5pt double #1a1a18;
|
|
}
|
|
.dotted-line {
|
|
border-bottom: 0.8pt dotted #1a1a18;
|
|
}
|
|
|
|
#footer_box {
|
|
position: absolute;
|
|
bottom:-25mm;
|
|
left: 25mm;
|
|
right: 15mm;
|
|
height: 30mm;
|
|
z-index: 6;
|
|
font-size: 7pt;
|
|
line-height: 8pt;
|
|
}
|
|
|
|
#footer_box table {
|
|
margin-top: 2mm;
|
|
width: 100%;
|
|
}
|
|
|
|
#footer_box table td {
|
|
vertical-align: top;
|
|
} |