1.0.1 • Published 3 months ago

@vivliostyle/theme-bunko v1.0.1

Weekly downloads
3
License
CC0-1.0
Repository
github
Last release
3 months ago

Bunko

npm.io npm: total downloads npm: license

A simple and stylish theme for Vivliostyle.

文庫用のテーマ。

Use

In vivliostyle.config.js:

module.exports = {
  theme: '@vivliostyle/theme-bunko',
};

Available theme CSS variables

:root {
  /**
   *  Number of lines per page/Number of characters per line
   */
  --vs-theme--num-of-line: 15;
  --vs-theme--num-of-character: 39;
  /**
   *  Content to be displayed in the upper left/upper right corner of the page spread
   */
  --vs-theme--page-top-left-content: counter(page) ' ' env(doc-title);
  --vs-theme--page-top-right-content: counter(page);
  /**
   *  Indent size of subsection
   */
  --vs-theme--subsection-text-indent: 3rem;
  /**
   *  Color of anchor texts on screen media
   */
  --vs-theme--anchor-color-body: darkblue;
}

License

CC0 1.0

Original author: Vivliostyle project team

1.0.1

3 months ago

1.0.0

9 months ago

1.0.0-beta.1

1 year ago

0.5.1

2 years ago

0.5.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.0

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago