Mercurial > jouvence
diff fontaine/resources/html_styles.css @ 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.css Wed Jan 04 02:56:08 2017 -0800 @@ -0,0 +1,16 @@ +.fontaine-doc { + font-family: "Courier Prime", "Courier New", Courier, sans-serif; } + .fontaine-doc h1, .fontaine-doc .fontaine-title-page-heading { + text-align: center; } + .fontaine-doc .fontaine-scene-heading { + font-weight: bold; } + .fontaine-doc .fontaine-character { + margin: auto 12rem 0 12rem; } + .fontaine-doc .fontaine-parenthetical { + margin: 0 8rem 0 8rem; } + .fontaine-doc .fontaine-dialog { + margin: 0 4rem 0 4rem; } + .fontaine-doc .fontaine-action-centered { + text-align: center; } + +/*# sourceMappingURL=html_styles.css.map */