diff --git a/themes/V3/5ePHB/style.less b/themes/V3/5ePHB/style.less index 59e010c91..bb406b152 100644 --- a/themes/V3/5ePHB/style.less +++ b/themes/V3/5ePHB/style.less @@ -403,15 +403,9 @@ } } .pageNumber { - position : absolute; right : 2px; bottom : 22px; - width : 50px; - font-size : 0.9em; color : var(--HB_Color_Footnotes); - text-align : center; - text-indent : 0; - &.auto::after { content : counter(page-numbers); } } .footnote { position : absolute; diff --git a/themes/V3/Blank/style.less b/themes/V3/Blank/style.less index 4a84167ba..1d6b1b0aa 100644 --- a/themes/V3/Blank/style.less +++ b/themes/V3/Blank/style.less @@ -465,12 +465,10 @@ body { counter-reset : page-numbers; } //*****************************/ .page { - - .pageNumber { position : absolute; - right : 2px; - bottom : 22px; + right : 30px; + bottom : 30px; width : 50px; font-size : 0.9em; text-align : center; @@ -478,6 +476,6 @@ body { counter-reset : page-numbers; } } &:nth-child(even) { - .pageNumber { left : 2px; } + .pageNumber { left : 30px; } } } diff --git a/themes/V3/Journal/style.less b/themes/V3/Journal/style.less index b9d83b3f1..b8ed3ce8f 100644 --- a/themes/V3/Journal/style.less +++ b/themes/V3/Journal/style.less @@ -374,17 +374,9 @@ } .pageNumber{ font-family : FrederickaTheGreat; - position : absolute; right : 3cm; bottom : 1.25cm; - width : 50px; - font-size : 0.9em; color : var(--HB_Color_HeaderText); - text-align : center; - text-indent : 0; - &.auto::after { - content : counter(page-numbers); - } } .footnote{ position : absolute;