pdfdokumente/out/src/css/pdfStyling.css

216 lines
3.9 KiB
CSS
Raw Normal View History

2020-06-29 10:52:29 +02:00
table{
font-family: "helvetica";
}
2020-06-13 22:43:57 +02:00
.header {
padding: 5mm;
height: 35mm;
width: 100%;
position: relative;
}
.header img.logo {
float: right;
margin: 10mm;
2020-06-28 01:03:15 +02:00
margin-right: 0;
2020-06-13 22:43:57 +02:00
}
2020-06-28 01:03:15 +02:00
.addressarea,
.deliveryaddress {
2020-06-13 22:43:57 +02:00
left: 0;
width: 80mm;
height: 45mm;
position: relative;
}
2020-06-29 10:52:29 +02:00
.deliveryaddress {
margin-top: 10mm;
height: 27.3mm;
}
2020-06-13 22:43:57 +02:00
.addressarea .returnAddress,
.addressarea .recipientAddress {
position: relative;
}
.addressarea .returnAddress {
height: 17.7mm;
font-size: 8px;
}
.addressarea .returnAddress div {
padding-top: 3mm;
}
.addressarea .recipientAddress {
height: 27.3mm;
}
2020-06-29 00:28:32 +02:00
.addressarea .recipientAddress .location,
.deliveryaddress .location {
font-weight: bold;
}
.addressarea .recipientAddress .country {
padding-top: 5mm;
}
.deliveryaddress .headline {
font-size: 10px;
padding-bottom: 2mm;
}
2020-06-13 22:43:57 +02:00
2020-06-14 00:46:17 +02:00
.informations {
width: 75mm;
2020-06-28 01:03:15 +02:00
right: 0;
2020-06-14 00:46:17 +02:00
top: 5mm;
position: absolute;
}
2020-06-29 00:28:32 +02:00
.contactinformations,
.bankaccountinformations,
.documentinformations {
margin-bottom: 5mm;
}
.contactinformations div,
.bankaccountinformations div,
.documentinformations div {
text-align: right;
font-size: 11px;
}
.contactinformations div.headline,
.bankaccountinformations div.headline,
.documentinformations div.headline {
font-weight: bold;
}
2020-06-29 10:52:29 +02:00
.salutation {
margin-top: 5mm;
}
2020-06-30 00:44:07 +02:00
.salutation .documenttype {
2020-06-29 10:52:29 +02:00
font-weight: bold;
2020-07-03 20:04:21 +02:00
margin-bottom: 5mm;
}
2020-06-29 00:28:32 +02:00
.article_table,
.article_table_prices {
2020-06-28 01:03:15 +02:00
width: 100%;
margin-top: 5mm;
border-spacing: 0;
border-collapse: collapse;
}
.article_table th,
2020-06-29 00:28:32 +02:00
.article_table td,
.article_table_prices th,
.article_table_prices td {
2020-06-28 01:03:15 +02:00
padding-bottom: 2mm;
vertical-align: top;
}
2020-06-29 00:28:32 +02:00
.article_table th,
.article_table_prices th {
2020-06-28 01:03:15 +02:00
border-bottom: solid 0.15mm #000;
font-weight: normal;
font-size: 11px;
}
2020-06-29 00:28:32 +02:00
.article_table td,
.article_table_prices td {
2020-06-28 01:03:15 +02:00
padding-top: 2mm;
font-size: 12px;
}
.article_table th.amount,
2020-06-29 00:28:32 +02:00
.article_table td.amount {
width: 10%;
}
.article_table_prices th.amount,
.article_table_prices td.amount,
.article_table_prices th.tax,
.article_table_prices td.tax {
2020-06-28 01:03:15 +02:00
width: 10%;
}
2020-06-29 00:28:32 +02:00
.article_table_prices th.tax,
.article_table_prices td.tax {
2020-06-28 01:03:15 +02:00
text-align: right;
padding-right: 0;
}
.article_table th.description,
.article_table td.description {
2020-06-29 00:28:32 +02:00
width: 90%;
}
.article_table_prices th.description,
.article_table_prices td.description {
2020-06-28 01:03:15 +02:00
width: 50%;
}
2020-06-29 00:28:32 +02:00
.article_table td.description .artnr,
.article_table_prices td.description .artnr {
2020-06-28 01:03:15 +02:00
font-size: 9px;
}
2020-06-29 00:28:32 +02:00
.article_table_prices th.unitPrice,
.article_table_prices td.unitPrice,
.article_table_prices th.totalPrice,
.article_table_prices td.totalPrice {
2020-06-28 01:03:15 +02:00
width: 15%;
text-align: right;
}
2020-06-29 00:28:32 +02:00
.article_table td.amount,
.article_table_prices td.amount {
2020-06-28 01:03:15 +02:00
text-align: right;
padding-right: 10mm;
}
2020-06-29 00:28:32 +02:00
.article_table_prices td.unitPrice,
.article_table_prices td.totalPrice {
2020-06-28 01:03:15 +02:00
text-align: right;
padding-right: 0;
}
2020-06-29 10:52:29 +02:00
.article_costs_table{
2020-06-29 00:28:32 +02:00
width: 100%;
border-spacing: 0;
border-collapse: collapse;
}
2020-07-02 00:16:45 +02:00
.article_costs_table .indent {
width: 10%;
}
2020-06-29 10:52:29 +02:00
.article_costs_table .description {
2020-07-02 00:16:45 +02:00
width: 75%;
}
.article_costs_table td {
padding-bottom: 5px;
padding-top: 5px;
2020-06-29 10:52:29 +02:00
font-size: 12px;
}
2020-06-29 10:52:29 +02:00
.article_costs_table .values {
2020-07-02 00:16:45 +02:00
width: 15%;
2020-06-29 10:52:29 +02:00
margin-right: -2.2px;
text-align: right;
}
2020-07-02 00:16:45 +02:00
.article_costs_table .sumnetto td {
border-top: solid 0.15mm #000;
}
2020-07-02 00:16:45 +02:00
.article_costs_table .voucherdiscount td,
.article_costs_table .sumbrutto td {
2020-06-29 00:28:32 +02:00
border-bottom: solid 0.15mm #000;
}
2020-07-02 00:16:45 +02:00
.article_costs_table .totalseparator td {
height: 0;
line-height: 0;
}
.article_costs_table .totalseparator td,
.article_costs_table .totalsum td {
2020-07-02 00:16:45 +02:00
border-bottom: solid 0.3mm #000;
2020-06-29 10:52:29 +02:00
font-weight: bold;
2020-06-10 11:42:47 +02:00
}
2020-07-02 01:21:14 +02:00
.conclusion_payment,
.conclusion_thankyou {
margin-top: 5mm;
font-size: 12px;
}
2020-06-29 10:52:29 +02:00
.footer{
width: 173mm;
font-size: 9px;
position: relative;
margin: 0;
padding: 0;
2020-06-12 13:38:31 +02:00
}
2020-06-29 10:52:29 +02:00
.footer table {
border-top: solid 1px #000;
width: 100%;
position: relative;
}
2020-06-29 10:52:29 +02:00
.footerLeft,
.footerCenter,
.footerRight {
width: 33%;
padding: 0 2mm;
}