File: //home/arjun/projects/buyercall_forms/buyercall/buyercall/static/style_pdf.css
body {
font: .75em Roboto, Fontin, serif
}
nav {
font-size: .7em
}
table {
width: 100%;
}
th {
border: 1px solid black;
background: #000;
color: #fff;
padding: 5px;
}
.notes {
border-bottom: 1px solid black;
}
.tos {
font-size: .7em;
text-transform: uppercase;
}
.signature {
font-size: .7em;
}
img {
width: 20%;
}
@page {
size: A4;
margin: 0.5cm;
@bottom-right{
content: "Page " counter(page) " of " counter(pages);
font-size: .7em;
margin-bottom: 0.5cm;
};
@bottom-center{
content: "Confidential Information";
font-size: .7em;
margin-bottom: 0.5cm;
}
}
@media print {
nav { display: none }
}