cuddly/samples/facture/facture.css
2025-02-09 21:07:03 +01:00

152 lines
2.1 KiB
CSS

@page {
size: a4;
margin: .5cm;
margin-bottom: .5cm;
}
html {
font-size: 12pt;
font-family: Ubuntu;
font-weight: 300;
}
body {
margin: 0;
print-color-adjust: exact;
line-height: 1.3;
}
.issuer h2, .client h2 {
font-size: inherit;
font-weight: bold;
margin: 0;
}
.client {
margin-left: auto;
width: 45%;
}
.issuer {
margin-top: .5cm;
}
address {
font-style: normal;
display: flex;
flex-direction: column;
}
.issuer dl.info div {
display: flex;
}
.issuer dl.info dd {
margin-left: .5rem;
}
h1 {
font-weight: 300;
font-size: 1.5rem;
position: absolute;
right: 0;
top: 0;
margin-top: .5cm;
width: 45%;
}
table {
border-collapse: collapse;
border: 2px #d3d3d3 solid;
width: 100%;
margin-top: 1.5rem;
}
thead {
background-color: #d3d3d3;
white-space: nowrap;
}
thead th {
padding: .5rem 0;
text-align: left;
}
table th, table td {
padding-left: .5rem;
padding-right: .5rem;
vertical-align: text-top;
}
table th:not(:first-of-type), table td:not(:first-of-type) {
text-align: right;
}
.total {
display: flex;
white-space: nowrap;
justify-content: end;
}
.total dl {
margin: .5rem;
border: solid 2px transparent;
}
.total dl dd {
margin: 0;
}
.total dl dd, .total dl dt {
text-align: right;
display: inline-block;
width: 150px;
}
.total .including-tax {
font-weight: bold;
}
footer {
position: absolute;
bottom: 0;
width: 100%;
}
footer .legal {
text-align: center;
margin-bottom: 2rem;
}
footer ul.info {
padding: 0;
text-align: center;
}
footer ul.info li {
display: inline-block;
padding: 0;
}
footer ul.info li:not(:first-of-type)::before {
content: '';
display: inline-block;
width: .3rem;
height: .3rem;
border-radius: .15rem;
margin: .25rem .5rem;
background-color: #5b5b5b;
}
footer .bottom-left, footer .bottom-right {
font-size: 9pt;
font-weight: 400;
margin: 0;
position: absolute;
bottom: 0;
}
footer .bottom-right {
right: 0;
}