mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-22 11:08:10 +00:00
credits to alt text
This commit is contained in:
@@ -97,8 +97,7 @@ export default {
|
|||||||
${_.sample(footnote)}
|
${_.sample(footnote)}
|
||||||
}}
|
}}
|
||||||
|
|
||||||
{position:absolute,bottom:0,right:-400px,height:100%}
|
{position:absolute,bottom:0,right:-400px,height:100%}
|
||||||
<!-- ARt: The Departure, 1837, by Thomas Cole -->
|
|
||||||
|
|
||||||
\page`;
|
\page`;
|
||||||
},
|
},
|
||||||
@@ -112,9 +111,8 @@ export default {
|
|||||||
___
|
___
|
||||||
|
|
||||||
{{imageMaskCenter${_.random(1, 16)},--offsetX:0%,--offsetY:0%,--rotation:0
|
{{imageMaskCenter${_.random(1, 16)},--offsetX:0%,--offsetY:0%,--rotation:0
|
||||||
{position:absolute,bottom:100px,right:70px,height:70%}
|
{position:absolute,bottom:100px,right:70px,height:70%}
|
||||||
}}
|
}}
|
||||||
<!-- Art: The Spirit of War, 1851, by Jasper Francis Cropsey -->
|
|
||||||
|
|
||||||
{{logo }}
|
{{logo }}
|
||||||
|
|
||||||
@@ -129,9 +127,8 @@ export default {
|
|||||||
## ${_.sample(subtitles)}
|
## ${_.sample(subtitles)}
|
||||||
|
|
||||||
{{imageMaskEdge${_.random(1, 8)},--offset:10cm,--rotation:180
|
{{imageMaskEdge${_.random(1, 8)},--offset:10cm,--rotation:180
|
||||||
{position:absolute,bottom:0,right:0,height:100%}
|
{position:absolute,bottom:0,right:0,height:100%}
|
||||||
}}
|
}}
|
||||||
<!-- Art: The United States Frigate "President" Engaging the British Squadron, 1815, 1850, by Fitz Henry Lane -->
|
|
||||||
|
|
||||||
\page`;
|
\page`;
|
||||||
},
|
},
|
||||||
@@ -147,8 +144,7 @@ export default {
|
|||||||
|
|
||||||
For use with any fantasy roleplaying ruleset. Play the best game of your life!
|
For use with any fantasy roleplaying ruleset. Play the best game of your life!
|
||||||
|
|
||||||
{position:absolute,bottom:0,right:-250px,height:100%}
|
{position:absolute,bottom:0,right:-250px,height:100%}
|
||||||
<!-- Art: Italian Coast Scene with Ruined Tower, 1838, by Thomas Cole -->
|
|
||||||
|
|
||||||
{{logo
|
{{logo
|
||||||

|

|
||||||
|
|||||||
@@ -646,8 +646,7 @@ export default [
|
|||||||
name : 'Image',
|
name : 'Image',
|
||||||
icon : 'fas fa-image',
|
icon : 'fas fa-image',
|
||||||
gen : dedent`
|
gen : dedent`
|
||||||
 {width:325px}
|
 {width:325px}`
|
||||||
<!-- Bird with autumn foliage by L. Prang & Co.-->`
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name : 'Image Wrap Left',
|
name : 'Image Wrap Left',
|
||||||
|
|||||||
@@ -37,8 +37,7 @@ export default {
|
|||||||
}[side];
|
}[side];
|
||||||
return dedent`
|
return dedent`
|
||||||
{{imageMaskEdge${_.random(1, 8)},--offset:10%,--rotation:${rotation}
|
{{imageMaskEdge${_.random(1, 8)},--offset:10%,--rotation:${rotation}
|
||||||
${styles()}
|
${styles()}
|
||||||
<!-- Art: The Roman Theater at Taormina, 1828, by Louise-Joséphine sarazin de Belmont -->
|
|
||||||
}}
|
}}
|
||||||
<!-- Use --offset to shift the mask away from page center (can use cm instead of %)
|
<!-- Use --offset to shift the mask away from page center (can use cm instead of %)
|
||||||
Use --rotation to set rotation angle in degrees. -->\n\n`;
|
Use --rotation to set rotation angle in degrees. -->\n\n`;
|
||||||
@@ -49,8 +48,7 @@ export default {
|
|||||||
const offsetY = (y == 'top' ? '50%' : '-50%');
|
const offsetY = (y == 'top' ? '50%' : '-50%');
|
||||||
return dedent`
|
return dedent`
|
||||||
{{imageMaskCorner${_.random(1, 37)},--offsetX:${offsetX},--offsetY:${offsetY},--rotation:0
|
{{imageMaskCorner${_.random(1, 37)},--offsetX:${offsetX},--offsetY:${offsetY},--rotation:0
|
||||||
{height:100%}
|
{height:100%}
|
||||||
<!-- Art: The Roman Theater at Taormina, 1828, by Louise-Joséphine sarazin de Belmont -->
|
|
||||||
}}
|
}}
|
||||||
<!-- Use --offsetX to shift the mask left or right (can use cm instead of %)
|
<!-- Use --offsetX to shift the mask left or right (can use cm instead of %)
|
||||||
Use --offsetY to shift the mask up or down
|
Use --offsetY to shift the mask up or down
|
||||||
|
|||||||
Reference in New Issue
Block a user