diff --git a/themes/V3/5ePHB/snippets/coverpage.gen.js b/themes/V3/5ePHB/snippets/coverpage.gen.js index 0c81fbc3c..7f9d0cd2a 100644 --- a/themes/V3/5ePHB/snippets/coverpage.gen.js +++ b/themes/V3/5ePHB/snippets/coverpage.gen.js @@ -72,7 +72,7 @@ module.exports = { front : function() { return dedent` - {{coverPage }} + {{frontCover}} {{logo ![](/assets/naturalCritLogo.svg)}} @@ -86,7 +86,7 @@ module.exports = { ${_.sample(footnote)} }} - ![background image](https://i.imgur.com/Mqx8Vf7.png) + ![background image](https://i.imgur.com/IwHRrbF.jpg){position:absolute,bottom:0,left:0,height:100%} \page`; }, diff --git a/themes/V3/5ePHB/style.less b/themes/V3/5ePHB/style.less index 460091427..2acbe88bf 100644 --- a/themes/V3/5ePHB/style.less +++ b/themes/V3/5ePHB/style.less @@ -678,9 +678,9 @@ h5 + table{ } } //***************************** -// * COVER PAGE +// * FRONT COVER PAGE // *****************************/ -.page:has(.coverPage) { +.page:has(.frontCover) { columns : 1; text-align : center; &:after { @@ -772,17 +772,9 @@ h5 + table{ width : 100%; } } - .columnWrapper > p img { - position : absolute; - bottom : 0; - left : 0; - height : 100%; - min-width : 100%; - z-index : -1; - } } //***************************** -// * INSIDE COVER PAGE +// * INSIDE COVER PAGE // *****************************/ .page:has(.insideCover) { columns : 1; diff --git a/themes/V3/Blank/snippets/imageMask.gen.js b/themes/V3/Blank/snippets/imageMask.gen.js index 602747b65..323f89a1f 100644 --- a/themes/V3/Blank/snippets/imageMask.gen.js +++ b/themes/V3/Blank/snippets/imageMask.gen.js @@ -2,7 +2,7 @@ const _ = require('lodash'); const dedent = require('dedent-tabs').default; module.exports = { - center :()=>{ + center : ()=>{ return dedent` {{imageMaskCenter${_.random(1, 16)},--offsetX:0%,--offsetY:0%,--rotation:0 ![](https://i.imgur.com/GZfjDWV.png){height:100%}