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.
37 lines
730 B
CSS
37 lines
730 B
CSS
@media print {
|
|
@page {
|
|
size: a4 portrait;
|
|
}
|
|
body {
|
|
-webkit-print-color-adjust:exact !important;
|
|
print-color-adjust:exact !important;
|
|
}
|
|
td,th{
|
|
font-size: 12pt !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;
|
|
}
|
|
}
|
|
|
|
} |