HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
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 }
}