comparison 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
comparison
equal deleted inserted replaced
8:02d2e4d8b0c1 9:a5488b474c6b
1 .fontaine-doc {
2 font-family: "Courier Prime", "Courier New", Courier, sans-serif;
3
4 h1, .fontaine-title-page-heading {
5 text-align: center;
6 }
7
8 .fontaine-scene-heading {
9 font-weight: bold;
10 }
11
12 .fontaine-transition {
13 }
14
15 .fontaine-character {
16 margin: auto 3 * 4rem 0 3 * 4rem;
17 }
18
19 .fontaine-parenthetical {
20 margin: 0 2 * 4rem 0 2 * 4rem;
21 }
22
23 .fontaine-dialog {
24 margin: 0 4rem 0 4rem;
25 }
26
27 .fontaine-action-centered {
28 text-align: center;
29 }
30 }