blob: c65a917297ddd198b0d8c2103e3917eec354dfc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
[general]
trim-footnote-reference-space = true
[FO]
# commands
strict = True
table.space-after = 1in
table.space-before = 1in
table.width = 5in
table-header.font-style = bold
table-header.color = white
table-header.background-color = blue
table-header.alignment = center
table-header-cell.border-bottom = 3 px black solid
table-header-cell.vertical-alignment = bottom
table-header-cell.padding-bottom = 0em
table-body.font-style = normal
table-body.color = green
table-body.background-color = red
table-body.alignment = left
table-body.font-style = normal
table-body.color = green
table-body.background-color = red
table-body.alignment = left
# set the vertical alingment to bottom
# get rid of padding on bottom
table-cell.padding-bottom = 0em
# vertically align text with bottom
table-cell.vertical-alignment = bottom
table-cell.border = .5px solid green
table.column-widths = 10, 40
|