From f53edda5e1aacb16eea9721f0474e82b98669e60 Mon Sep 17 00:00:00 2001 From: Stephen Kerr Date: Thu, 23 Mar 2023 21:38:32 +0100 Subject: [PATCH] a wee bit of css --- web/00-booklet/print_style.css | 28 ++++++++++++++++++++++++++-- web/worry-dolls/index.md | 4 +++- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/web/00-booklet/print_style.css b/web/00-booklet/print_style.css index b9432dc..1c9dbfe 100644 --- a/web/00-booklet/print_style.css +++ b/web/00-booklet/print_style.css @@ -52,10 +52,32 @@ } @page:left { margin-right: 30mm; + @bottom-left { + font-family: 'worksans'; + font-size: 9px; + top: -3mm; + position: relative; + content: counter(page); + } } @page:right { margin-left: 30mm; + @bottom-right { + font-family: 'worksans'; + font-size: 9px; + top: -3mm; + position: relative; + right:0mm; + content: counter(page); + } + /* @left-top { + font-family: 'worksans'; + font-size: 9px; + overflow-x: visible; + transform: rotate(90deg); + content: "DOCUMENTATION OF GAMES AND RITUALS, KICK OFF SESSIONS"; + } */ } } @@ -127,10 +149,12 @@ section{ float: right; } +#worry-dolls figcaption{display: none;} #worry-dolls img{ + break-before: page; display: block; position: relative; - top: 90mm; + top: 130mm; left: 5mm; - width: 5mm; + width: 10mm; } \ No newline at end of file diff --git a/web/worry-dolls/index.md b/web/worry-dolls/index.md index 33e3df2..cd04acf 100644 --- a/web/worry-dolls/index.md +++ b/web/worry-dolls/index.md @@ -12,6 +12,8 @@ Worry dolls (also called trouble dolls; in Spanish, Muñeca quitapena) are tiny, The story of the worry doll is about a local Mayan legend. The origin refers to a Mayan princess named Ixmucane. The princess received a special gift from the sun god that allowed her to solve any problem a human could ever worry about. The worry doll represents the princess and the wisdom she carries. With this wisdom, humans will be able to overcome their troubles. - +:::::{#worry-dolls} ![Worry Dolls](worry-doll.png) + +::::: \ No newline at end of file