PublishingCSS:HD Bulletin 2

From H&D Publishing Wiki
Revision as of 19:20, 29 August 2023 by Hd-onions (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
@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;
  }
}