diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-05-19 01:52:10 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-05-19 01:52:10 -0600 |
| commit | c6793a3487360c3222ed7014d55ccedbb2528bf9 (patch) | |
| tree | 7d2fd7535c02057c33f35fbcb817f1eecb89cc64 | |
| parent | 06da23f9d90e25f6e65661850e5fff552e29afb9 (diff) | |
move info about font keys per position in running content to corresponding section
| -rw-r--r-- | docs/modules/theme/pages/running-content.adoc | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/docs/modules/theme/pages/running-content.adoc b/docs/modules/theme/pages/running-content.adoc index 696dd040..89899470 100644 --- a/docs/modules/theme/pages/running-content.adoc +++ b/docs/modules/theme/pages/running-content.adoc @@ -472,10 +472,7 @@ To make the background color and border span the width of the page, set the marg The `columns` key can also be defined one level up (on `header` or `footer`), in which case the setting will be inherited. Where the page sides fall in relation to the physical or printed page number is controlled using the `pdf-folio-placement` attribute (except when `media=prepress`, which implies `physical`). -The column rules are only added if the `columns` key is specified. - -TIP: Although not listed in the table above, you can control the font settings (`font-family`, `font-size`, `font-color`, `font-style`, `text-transform`) that get applied to the running content in each column position for each page side (e.g., `header-<side>-<position>-font-color`). -For example, you can set the font color used for the right-hand column on recto pages by setting `header-recto-right-font-color: 6CC644`. +The column rules between columns are only added if the `columns` key is specified. [#height] == height @@ -503,6 +500,18 @@ The `<side>` in the `<side>-columns`, `<side>-margin`, `<side>-content-margin`, The `<position>` in the `<side>-<position>-content` key is specified as `left`, `center` or `right`. +Although not listed in the tables above, you can control the font settings (`font-family`, `font-size`, `font-color`, `font-style`, `text-transform`) for each column position per page side (e.g., `header-<side>-<position>-font-color`). +For example, you can set the font color used for the right-hand column on recto pages as follows: + +[,yaml] +---- +header: + recto: + right: + font-color: #6CC644 + content: content with font color +---- + [#running-content] == running-content |
