Created
January 29, 2013 00:26
-
-
Save johntyree/4660579 to your computer and use it in GitHub Desktop.
Pandoc CSS (light)
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
| /* Generated by pandoc. */ | |
| code { white-space: pre; } | |
| table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode { | |
| margin: 0; | |
| padding: 0; | |
| vertical-align: baseline; | |
| border: none; | |
| } | |
| table.sourceCode { width: 100%; line-height: 100%; } | |
| td.lineNumbers { | |
| text-align: right; | |
| padding-right: 4px; | |
| padding-left: 4px; | |
| color: #aaaaaa; | |
| border-right: 1px solid #aaaaaa; | |
| } | |
| td.sourceCode { padding-left: 5px; } | |
| code > span.kw { color: #007020; font-weight: bold; } | |
| code > span.dt { color: #902000; } | |
| code > span.dv { color: #40a070; } | |
| code > span.bn { color: #40a070; } | |
| code > span.fl { color: #40a070; } | |
| code > span.ch { color: #4070a0; } | |
| code > span.st { color: #4070a0; } | |
| code > span.co { color: #60a0b0; font-style: italic; } | |
| code > span.ot { color: #007020; } | |
| code > span.al { color: #ff0000; font-weight: bold; } | |
| code > span.fu { color: #06287e; } | |
| code > span.er { color: #ff0000; font-weight: bold; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment