Created
December 16, 2021 15:56
-
-
Save pilsna/1a7dc11829ed1a0f22be03249fa31e40 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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