view 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 source

.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 */