CSS Reference
Base CSS (built-in)
/* Variables */
:root {
/* overall page dimensions */
--firstPageTopMargin: 10mm;
--firstPageBottomMargin: 10mm;
--pageTopMargin: 10mm;
--pageBottomMargin: 10mm;
--height: 297mm;
--mediaPrintTopMargin: 20mm !important; /* page header */
--mediaPrintBottomMargin: 20mm !important; /* page footer */
/* to set a background, use url(https://path/to/your/background.png) */
--letterheadFile: none;
/* margins for the letter content */
--topMargin: 20mm;
--leftMargin: 0mm;
--rightMargin: 0mm;
/* address positioning from top left of page */
--addressLeft: 20mm;
--addressTop: 80mm;
}Additional CSS (customisable)
Last updated
Was this helpful?
