From 6e23617c85342096ac33330073b716aef809e169 Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Fri, 3 Jul 2020 11:55:53 +0200 Subject: [PATCH] add footer for news pages 2-n --- screenless/bureau/publications/news.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/screenless/bureau/publications/news.html b/screenless/bureau/publications/news.html index a030c2b..2444b94 100644 --- a/screenless/bureau/publications/news.html +++ b/screenless/bureau/publications/news.html @@ -8,6 +8,26 @@ @page { size: A4; margin: 0.5cm 1cm 1cm 1cm; + @bottom-left { + content: counter(page); + font-family: "Cormorant SC"; + } + @bottom-center { + content: "Yesterday's Tomorrows"; + font-family: "Cormorant SC"; + } + @bottom-right { + content: '${date}'; + font-family: "Cormorant SC"; + } + } + @page first { + @top-left { + content: none; } + @top-center { + content: none; } + @top-right { + content: none; } } } html {