mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 22:52:39 +00:00
Fix snippet more, add link to imgur image
This commit is contained in:
@@ -5,19 +5,19 @@ module.exports = {
|
|||||||
edge : ()=>{
|
edge : ()=>{
|
||||||
return dedent`
|
return dedent`
|
||||||
{{imageMask${_.random(1, 8)},--offset:0cm,--rotation:0
|
{{imageMask${_.random(1, 8)},--offset:0cm,--rotation:0
|
||||||
{height:100%}
|
{height:100%}
|
||||||
|
}}
|
||||||
<!-- Use offset to shift the edge up or down from the page center. Use rotation to set rotation angle in degrees. -->
|
<!-- Use --offset to shift the edge up or down from the page center.
|
||||||
}}\n\n`;
|
Use --rotation to set rotation angle in degrees. -->\n\n`;
|
||||||
},
|
},
|
||||||
|
|
||||||
corner : ()=>{
|
corner : ()=>{
|
||||||
return dedent`
|
return dedent`
|
||||||
{{imageMask_Corner${_.random(1, 8)},--offset:0cm,bottom,left
|
{{imageMask_Corner${_.random(1, 8)},--offset:0cm,bottom,left
|
||||||
{height:100%}
|
{height:100%}
|
||||||
|
}}
|
||||||
<!-- Use offset to shift the edge up or down. Use top, bottom, left, and right to select a corner -->
|
<!-- Use offset to shift the edge up or down.
|
||||||
}}\n\n`;
|
Use top, bottom, left, and right to select a corner -->\n\n`;
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -174,7 +174,6 @@
|
|||||||
page-break-inside : avoid;
|
page-break-inside : avoid;
|
||||||
break-inside : avoid;
|
break-inside : avoid;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/* Watermark */
|
/* Watermark */
|
||||||
.watermark {
|
.watermark {
|
||||||
@@ -325,6 +324,7 @@
|
|||||||
.imageMask_Corner6 { --wc : url(/assets/waterColorMasks/corner/0010.webp); }
|
.imageMask_Corner6 { --wc : url(/assets/waterColorMasks/corner/0010.webp); }
|
||||||
.imageMask_Corner7 { --wc : url(/assets/waterColorMasks/corner/0016.webp); }
|
.imageMask_Corner7 { --wc : url(/assets/waterColorMasks/corner/0016.webp); }
|
||||||
.imageMask_Corner8 { --wc : url(/assets/waterColorMasks/corner/0017.webp); }
|
.imageMask_Corner8 { --wc : url(/assets/waterColorMasks/corner/0017.webp); }
|
||||||
|
}
|
||||||
|
|
||||||
//*****************************
|
//*****************************
|
||||||
// * DEFINITION LISTS
|
// * DEFINITION LISTS
|
||||||
|
|||||||
Reference in New Issue
Block a user