Skip to content

Instantly share code, notes, and snippets.

@pilsna
Created December 16, 2021 15:56
Show Gist options
  • Select an option

  • Save pilsna/1a7dc11829ed1a0f22be03249fa31e40 to your computer and use it in GitHub Desktop.

Select an option

Save pilsna/1a7dc11829ed1a0f22be03249fa31e40 to your computer and use it in GitHub Desktop.
@page
{
margin: 15mm;
padding: 1em;
@top-left
{
content: element(header);
}
@bottom-left
{
content: element(footer);
}
/*The A4 paper size is 210 mm wide by 297 mm long*/
size: 210mm 297mm;
}
body
{
margin: 0;
padding: 0;
font-family: Times New Roman, serif;
}
h1.pagetitle
{
page-break-before: always;
}
body,p,li,td,table,tr,.bodytext,.stepfield
{
font-size: 10pt;
/*line-height: 1.1;*/
color: #000;
font-weight: normal;
}
img
{
page-break-inside: avoid;
-fs-fit-images-to-width:6in;
}
table img.confluence-embedded-image {
-fs-fit-images-to-width: 100% !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment