@import url("Page.css"); @page { margin-top: 0.625in; content: flow(header-following-pages); counter-reset: footnote; } @page:first { margin-top: 1in; @top { content: flow(header-first-page); } } @page drawing { size: us-letter landscape; margin: 0.25in 0.5in 0.25in 0.4375in; @top { content: normal; } @left { content: flow(footer-landscape); } @bottom{ content: normal; } } @page document { margin-top: 0.25in; margin-bottom: 0.625in; @top { content: normal; } @bottom { content: flow(footer-document); } } @page document-confidential { margin-top: 0.25in; margin-bottom: 0.625in; background: url(../../Images/watermark-confidential.svg) center no-repeat; @top { content: normal; } @bottom { content: flow(footer-document); } } @page document-preliminary { margin-top: 0.25in; margin-bottom: 0.625in; background: url(../../Images/watermark-preliminary.svg) center no-repeat; @top { content: normal; } @bottom { content: flow(footer-document); } } @page document-sample { margin-top: 0.25in; margin-bottom: 0.625in; background: url(../../Images/watermark-sample.svg) center no-repeat; @top { content: normal; } @bottom { content: flow(footer-document); } }