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