PublishingCSS:HD Bulletin 2: Difference between revisions
(Created page with " @page { size: 105mm 297mm; margin: 15mm 10mm 25mm 10mm; bleed: 3mm; background-color: white; } @page:left { bleed-right: 0; @top-center { content: string(pubTitle); font-size: 11px; font-family: Authentic, sans-serif; font-weight: 120; } } @page:right { bleed-left: 0; @top-center { content: string(articleTitle); font-size: 11px; font-family: Authentic, sans-serif; font-weight: 400; } } @page { @bottom-cente...") |
(No difference)
|
Latest revision as of 19:20, 29 August 2023
@page {
size: 105mm 297mm;
margin: 15mm 10mm 25mm 10mm;
bleed: 3mm;
background-color: white;
}
@page:left {
bleed-right: 0;
@top-center {
content: string(pubTitle);
font-size: 11px;
font-family: Authentic, sans-serif;
font-weight: 120;
}
}
@page:right {
bleed-left: 0;
@top-center {
content: string(articleTitle);
font-size: 11px;
font-family: Authentic, sans-serif;
font-weight: 400;
}
}
@page {
@bottom-center {
content: counter(page);
font-size: 36px;
font-family: notcourier, sans-serif;
}
}