You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
837 B
CSS

@media print {
@page {
size: a4 portrait;
margin-top:3rem;
margin-bottom:3rem;
margin-left:1.5rem;
margin-right:1.5rem;
}
body {
-webkit-print-color-adjust:exact !important;
print-color-adjust:exact !important;
}
td,th{
color: black !important;
}
@page:right{
@bottom-left {
margin: 10pt 0 30pt 0;
border-top: .25pt solid #666;
content: "Our Cats";
font-size: 9pt;
color: #333;
}
@bottom-right {
margin: 10pt 0 30pt 0;
border-top: .25pt solid #666;
content: counter(page);
font-size: 9pt;
}
@top-right {
content: string(doctitle);
margin: 30pt 0 10pt 0;
font-size: 9pt;
color: #333;
}
}
}