Mercurial > jouvence
diff fontaine/resources/html_styles.scss @ 9:a5488b474c6b
Add HTML renderer.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 04 Jan 2017 02:56:08 -0800 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fontaine/resources/html_styles.scss Wed Jan 04 02:56:08 2017 -0800 @@ -0,0 +1,30 @@ +.fontaine-doc { + font-family: "Courier Prime", "Courier New", Courier, sans-serif; + + h1, .fontaine-title-page-heading { + text-align: center; + } + + .fontaine-scene-heading { + font-weight: bold; + } + + .fontaine-transition { + } + + .fontaine-character { + margin: auto 3 * 4rem 0 3 * 4rem; + } + + .fontaine-parenthetical { + margin: 0 2 * 4rem 0 2 * 4rem; + } + + .fontaine-dialog { + margin: 0 4rem 0 4rem; + } + + .fontaine-action-centered { + text-align: center; + } +}