47 lines
1.1 KiB
YAML
47 lines
1.1 KiB
YAML
#extends: base
|
|
# extends: default
|
|
extends: default
|
|
page:
|
|
layout: portrait
|
|
margin: [ 0.75in, 0.8in, 0.75in, 0.8in ]
|
|
size: [5.5in, 8.5in]
|
|
base:
|
|
background-color: #FFFFFF
|
|
font-color: #333333
|
|
font-family: Times-Roman
|
|
font-size: 9
|
|
line-height-length: 14.5
|
|
line-height: $base-line-height-length / $base-font-size
|
|
vertical-spacing: $base-line-height-length
|
|
heading:
|
|
font-color: #262626
|
|
font-size: 12
|
|
font-style: bold
|
|
line-height: 1.2
|
|
chapter_break_before: false
|
|
margin-bottom: $vertical-spacing + 2
|
|
link:
|
|
font-color: #002FA7
|
|
outline-list:
|
|
indent: $base-font-size * 1.5
|
|
footer:
|
|
height: $base-line-height-length * 2.5
|
|
line-height: 1
|
|
recto:
|
|
right:
|
|
content: '{page-number}'
|
|
verso:
|
|
left:
|
|
content: $footer-recto-right-content
|
|
|
|
example:
|
|
# border_color: $base_border_color
|
|
border_color: #000000
|
|
border_radius: $base_border_radius
|
|
border_width: 0.75
|
|
background_color: #eeeeee
|
|
# FIXME reenable padding bottom once margin collapsing is implemented
|
|
padding: [ $vertical_rhythm, $horizontal_rhythm, 0, $horizontal_rhythm ]
|
|
|
|
quote:
|
|
font-size: 11 |