Created
May 18, 2018 07:31
-
-
Save rosatravels/aa9d9fc31a45be34b6647e7fe0a9860a to your computer and use it in GitHub Desktop.
New format for Secret Trail
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@charset "utf-8"; | |
body, body.tei.tei-text { | |
color: black; | |
background-color: white; | |
margin: 0.5em; | |
width: auto; | |
border: 0; | |
padding: 0 | |
} | |
div, p, pre, h1, h2, h3, h4, h5, h6 { | |
margin-left: 0; | |
margin-right: 0 | |
} | |
div.pgebub-root-div { | |
margin: 0 | |
} | |
h2 { | |
page-break-before: always; | |
padding-top: 1em | |
} | |
div.figcenter span.caption { | |
display: block | |
} | |
.pgmonospaced { | |
font-family: monospace; | |
font-size: 0.9em | |
} | |
a.pgkilled { | |
text-decoration: none | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment