pdf_theme.yml 675 B

123456789101112131415161718192021222324252627282930
  1. page:
  2. layout: portrait
  3. margin: [0.75in, 1in, 0.75in, 1in]
  4. size: Letter
  5. base:
  6. font-color: #333333
  7. font-family: Times-Roman
  8. font-size: 12
  9. line-height-length: 17
  10. line-height: $base-line-height-length / $base-font-size
  11. vertical-spacing: $base-line-height-length
  12. heading:
  13. font-color: #262626
  14. font-size: 17
  15. font-style: bold
  16. line-height: 1.2
  17. margin-bottom: $vertical-spacing
  18. link:
  19. font-color: #002FA7
  20. outline-list:
  21. indent: $base-font-size * 1.5
  22. footer:
  23. height: $base-line-height-length * 2.5
  24. line-height: 1
  25. recto:
  26. right:
  27. content: '{page-number}'
  28. verso:
  29. left:
  30. content: $footer-recto-right-content