38 lines
802 B
YAML
38 lines
802 B
YAML
extends: default
|
|
page:
|
|
layout: portrait
|
|
margin: [ 0.75in, 0.8in, 0.75in, 0.8in ]
|
|
size: [5.5in, 8.5in]
|
|
role:
|
|
love:
|
|
font-color: E0245E
|
|
wild:
|
|
font-color: 222222
|
|
text-transform: uppercase
|
|
font-style: italic
|
|
background-color: BCD637
|
|
border-offset: 1.5
|
|
header:
|
|
font_color: 999999
|
|
height: 0.5in
|
|
recto:
|
|
columns: "<40% =20% >40%"
|
|
right:
|
|
content: '_{organization}_'
|
|
center:
|
|
content: image:sample-logo.jpg[pdfwidth=0.25in]
|
|
verso:
|
|
columns: $header_recto_columns
|
|
left:
|
|
content: $header_recto_right_content
|
|
center:
|
|
content: $header_recto_center_content
|
|
footer:
|
|
height: 0.45in
|
|
recto:
|
|
right:
|
|
content: '{section-or-chapter-title} | {page-number}'
|
|
verso:
|
|
left:
|
|
content: '{page-number} | {chapter-title}'
|