/* Epsilon Markdown Theme for Typora */ /* Author: Gustavo Moraes */ #write { max-width: 990px; padding-top: 20px; } html { font-size: 19px; } body { font-family: Times, serif; } h1, h2, h3, h4, h5, h6 { color: steelblue; font-variant: small-caps; margin-top: 0px; } h1 { font-size: 5em; text-align: center; } h2 { font-size: 1.75em; } h3 { font-size: 1.5em; } h4 { font-size: 1.25em; } h5 { font-size: 1.125em; } h6 { font-size: 1em; } p { text-indent: 2em; text-align: justify; } blockquote, pre { padding: 1em; } blockquote { background: #eee; border-left: 1em solid #d6d6d6; margin-left: 0px; } blockquote>p, section.footnotes p { text-indent: initial; color: initial; } p img { display: block; border: solid #ccc 1px; width: max-content; margin-left: auto; margin-right: auto; } pre { border-radius: 1em; } pre span { font-family: inherit; } pre, table { width: max-content; } table>tbody tr:nth-child(even) { background-color: #eee; } blockquote, img, pre, table { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1); }