Mercurial > jouvence
comparison 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 |
comparison
equal
deleted
inserted
replaced
8:02d2e4d8b0c1 | 9:a5488b474c6b |
---|---|
1 .fontaine-doc { | |
2 font-family: "Courier Prime", "Courier New", Courier, sans-serif; } | |
3 .fontaine-doc h1, .fontaine-doc .fontaine-title-page-heading { | |
4 text-align: center; } | |
5 .fontaine-doc .fontaine-scene-heading { | |
6 font-weight: bold; } | |
7 .fontaine-doc .fontaine-character { | |
8 margin: auto 12rem 0 12rem; } | |
9 .fontaine-doc .fontaine-parenthetical { | |
10 margin: 0 8rem 0 8rem; } | |
11 .fontaine-doc .fontaine-dialog { | |
12 margin: 0 4rem 0 4rem; } | |
13 .fontaine-doc .fontaine-action-centered { | |
14 text-align: center; } | |
15 | |
16 /*# sourceMappingURL=html_styles.css.map */ |