Last active
September 7, 2016 23:16
-
-
Save mike-ward/df355b23f4ee6c8cff05118c907c2cbf to your computer and use it in GitHub Desktop.
Default styles used by pandoc
This file contains 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
<!-- Default MDE syntax style --> | |
<style type="text/css"> | |
code { font-family: consolas, monospace; background-color: #f7f7f7; padding: .2pt; border-radius: 2pt; line-height: 1.3; } | |
pre { background-color: transparent; } | |
pre code { font-size: 95%; padding: 12pt; display: block; border-radius: 2pt; } | |
</style> | |
<!-- pygments --> | |
<!-- | |
<style type="text/css"> | |
div.sourceCode { overflow-x: auto; } | |
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; } /* Keyword */ | |
code > span.dt { color: #902000; } /* DataType */ | |
code > span.dv { color: #40a070; } /* DecVal */ | |
code > span.bn { color: #40a070; } /* BaseN */ | |
code > span.fl { color: #40a070; } /* Float */ | |
code > span.ch { color: #4070a0; } /* Char */ | |
code > span.st { color: #4070a0; } /* String */ | |
code > span.co { color: #60a0b0; font-style: italic; } /* Comment */ | |
code > span.ot { color: #007020; } /* Other */ | |
code > span.al { color: #ff0000; font-weight: bold; } /* Alert */ | |
code > span.fu { color: #06287e; } /* Function */ | |
code > span.er { color: #ff0000; font-weight: bold; } /* Error */ | |
code > span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */ | |
code > span.cn { color: #880000; } /* Constant */ | |
code > span.sc { color: #4070a0; } /* SpecialChar */ | |
code > span.vs { color: #4070a0; } /* VerbatimString */ | |
code > span.ss { color: #bb6688; } /* SpecialString */ | |
code > span.im { } /* Import */ | |
code > span.va { color: #19177c; } /* Variable */ | |
code > span.cf { color: #007020; font-weight: bold; } /* ControlFlow */ | |
code > span.op { color: #666666; } /* Operator */ | |
code > span.bu { } /* BuiltIn */ | |
code > span.ex { } /* Extension */ | |
code > span.pp { color: #bc7a00; } /* Preprocessor */ | |
code > span.at { color: #7d9029; } /* Attribute */ | |
code > span.do { color: #ba2121; font-style: italic; } /* Documentation */ | |
code > span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */ | |
code > span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */ | |
code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */ | |
</style> | |
--> | |
<!-- kate --> | |
<!-- | |
<style type="text/css"> | |
div.sourceCode { overflow-x: auto; } | |
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; background-color: #dddddd; } | |
td.sourceCode { padding-left: 5px; } | |
code > span.kw { font-weight: bold; } /* Keyword */ | |
code > span.dt { color: #800000; } /* DataType */ | |
code > span.dv { color: #0000ff; } /* DecVal */ | |
code > span.bn { color: #0000ff; } /* BaseN */ | |
code > span.fl { color: #800080; } /* Float */ | |
code > span.ch { color: #ff00ff; } /* Char */ | |
code > span.st { color: #dd0000; } /* String */ | |
code > span.co { color: #808080; font-style: italic; } /* Comment */ | |
code > span.al { color: #00ff00; font-weight: bold; } /* Alert */ | |
code > span.fu { color: #000080; } /* Function */ | |
code > span.er { color: #ff0000; font-weight: bold; } /* Error */ | |
code > span.wa { color: #ff0000; font-weight: bold; } /* Warning */ | |
code > span.cn { color: #000000; } /* Constant */ | |
code > span.sc { color: #ff00ff; } /* SpecialChar */ | |
code > span.vs { color: #dd0000; } /* VerbatimString */ | |
code > span.ss { color: #dd0000; } /* SpecialString */ | |
code > span.im { } /* Import */ | |
code > span.va { } /* Variable */ | |
code > span.cf { } /* ControlFlow */ | |
code > span.op { } /* Operator */ | |
code > span.bu { } /* BuiltIn */ | |
code > span.ex { } /* Extension */ | |
code > span.pp { font-weight: bold; } /* Preprocessor */ | |
code > span.at { } /* Attribute */ | |
code > span.do { color: #808080; font-style: italic; } /* Documentation */ | |
code > span.an { color: #808080; font-weight: bold; font-style: italic; } /* Annotation */ | |
code > span.cv { color: #808080; font-weight: bold; font-style: italic; } /* CommentVar */ | |
code > span.in { color: #808080; font-weight: bold; font-style: italic; } /* Information */ | |
</style> | |
--> | |
<!-- monochrome --> | |
<!-- | |
<style type="text/css"> | |
div.sourceCode { overflow-x: auto; } | |
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; } | |
td.sourceCode { padding-left: 5px; } | |
code > span.kw { font-weight: bold; } /* Keyword */ | |
code > span.dt { text-decoration: underline; } /* DataType */ | |
code > span.co { font-style: italic; } /* Comment */ | |
code > span.al { font-weight: bold; } /* Alert */ | |
code > span.er { font-weight: bold; } /* Error */ | |
code > span.wa { font-style: italic; } /* Warning */ | |
code > span.cf { font-weight: bold; } /* ControlFlow */ | |
code > span.pp { font-weight: bold; } /* Preprocessor */ | |
code > span.do { font-style: italic; } /* Documentation */ | |
code > span.an { font-style: italic; } /* Annotation */ | |
code > span.cv { font-style: italic; } /* CommentVar */ | |
code > span.in { font-style: italic; } /* Information */ | |
</style> | |
--> | |
<!-- expresso --> | |
<!-- | |
<style type="text/css"> | |
div.sourceCode { overflow-x: auto; } | |
table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode { | |
margin: 0; padding: 0; vertical-align: baseline; border: none; } | |
table.sourceCode { width: 100%; line-height: 100%; background-color: #2a211c; color: #bdae9d; } | |
td.lineNumbers { text-align: right; padding-right: 4px; padding-left: 4px; background-color: #2a211c; color: #bdae9d; border-right: 1px solid #bdae9d; } | |
td.sourceCode { padding-left: 5px; } | |
pre, code { color: #bdae9d; background-color: #2a211c; } | |
code > span.kw { color: #43a8ed; font-weight: bold; } /* Keyword */ | |
code > span.dt { text-decoration: underline; } /* DataType */ | |
code > span.dv { color: #44aa43; } /* DecVal */ | |
code > span.bn { color: #44aa43; } /* BaseN */ | |
code > span.fl { color: #44aa43; } /* Float */ | |
code > span.ch { color: #049b0a; } /* Char */ | |
code > span.st { color: #049b0a; } /* String */ | |
code > span.co { color: #0066ff; font-style: italic; } /* Comment */ | |
code > span.al { color: #ffff00; } /* Alert */ | |
code > span.fu { color: #ff9358; font-weight: bold; } /* Function */ | |
code > span.er { color: #ffff00; font-weight: bold; } /* Error */ | |
code > span.wa { color: #ffff00; font-weight: bold; } /* Warning */ | |
code > span.cn { } /* Constant */ | |
code > span.sc { color: #049b0a; } /* SpecialChar */ | |
code > span.vs { color: #049b0a; } /* VerbatimString */ | |
code > span.ss { color: #049b0a; } /* SpecialString */ | |
code > span.im { } /* Import */ | |
code > span.va { } /* Variable */ | |
code > span.cf { color: #43a8ed; font-weight: bold; } /* ControlFlow */ | |
code > span.op { } /* Operator */ | |
code > span.bu { } /* BuiltIn */ | |
code > span.ex { } /* Extension */ | |
code > span.pp { font-weight: bold; } /* Preprocessor */ | |
code > span.at { } /* Attribute */ | |
code > span.do { color: #0066ff; font-style: italic; } /* Documentation */ | |
code > span.an { color: #0066ff; font-weight: bold; font-style: italic; } /* Annotation */ | |
code > span.co { color: #0066ff; font-weight: bold; font-style: italic; } /* Comment */ | |
code > span.in { color: #0066ff; font-weight: bold; font-style: italic; } /* Information */ | |
</style> | |
--> | |
<!-- zenburn --> | |
<!-- | |
<style type="text/css"> | |
div.sourceCode { overflow-x: auto; } | |
table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode { | |
margin: 0; padding: 0; vertical-align: baseline; border: none; } | |
table.sourceCode { width: 100%; line-height: 100%; background-color: #303030; color: #cccccc; } | |
td.lineNumbers { text-align: right; padding-right: 4px; padding-left: 4px; } | |
td.sourceCode { padding-left: 5px; } | |
pre, code { color: #cccccc; background-color: #303030; } | |
code > span.kw { color: #f0dfaf; } /* Keyword */ | |
code > span.dt { color: #dfdfbf; } /* DataType */ | |
code > span.dv { color: #dcdccc; } /* DecVal */ | |
code > span.bn { color: #dca3a3; } /* BaseN */ | |
code > span.fl { color: #c0bed1; } /* Float */ | |
code > span.ch { color: #dca3a3; } /* Char */ | |
code > span.st { color: #cc9393; } /* String */ | |
code > span.co { color: #7f9f7f; } /* Comment */ | |
code > span.ot { color: #efef8f; } /* Other */ | |
code > span.al { color: #ffcfaf; } /* Alert */ | |
code > span.fu { color: #efef8f; } /* Function */ | |
code > span.er { color: #c3bf9f; } /* Error */ | |
code > span.wa { color: #7f9f7f; font-weight: bold; } /* Warning */ | |
code > span.cn { color: #dca3a3; font-weight: bold; } /* Constant */ | |
code > span.sc { color: #dca3a3; } /* SpecialChar */ | |
code > span.vs { color: #cc9393; } /* VerbatimString */ | |
code > span.ss { color: #cc9393; } /* SpecialString */ | |
code > span.im { } /* Import */ | |
code > span.va { } /* Variable */ | |
code > span.cf { color: #f0dfaf; } /* ControlFlow */ | |
code > span.op { color: #f0efd0; } /* Operator */ | |
code > span.bu { } /* BuiltIn */ | |
code > span.ex { } /* Extension */ | |
code > span.pp { color: #ffcfaf; font-weight: bold; } /* Preprocessor */ | |
code > span.at { } /* Attribute */ | |
code > span.do { color: #7f9f7f; } /* Documentation */ | |
code > span.an { color: #7f9f7f; font-weight: bold; } /* Annotation */ | |
code > span.cv { color: #7f9f7f; font-weight: bold; } /* CommentVar */ | |
code > span.in { color: #7f9f7f; font-weight: bold; } /* Information */ | |
</style> | |
--> | |
<!-- haddock --> | |
<!-- | |
<style type="text/css"> | |
div.sourceCode { overflow-x: auto; } | |
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: #0000ff; } /* Keyword */ | |
code > span.ch { color: #008080; } /* Char */ | |
code > span.st { color: #008080; } /* String */ | |
code > span.co { color: #008000; } /* Comment */ | |
code > span.ot { color: #ff4000; } /* Other */ | |
code > span.al { color: #ff0000; } /* Alert */ | |
code > span.er { color: #ff0000; font-weight: bold; } /* Error */ | |
code > span.wa { color: #008000; font-weight: bold; } /* Warning */ | |
code > span.cn { } /* Constant */ | |
code > span.sc { color: #008080; } /* SpecialChar */ | |
code > span.vs { color: #008080; } /* VerbatimString */ | |
code > span.ss { color: #008080; } /* SpecialString */ | |
code > span.im { } /* Import */ | |
code > span.va { } /* Variable */ | |
code > span.cf { color: #0000ff; } /* ControlFlow */ | |
code > span.op { } /* Operator */ | |
code > span.bu { } /* BuiltIn */ | |
code > span.ex { } /* Extension */ | |
code > span.pp { color: #ff4000; } /* Preprocessor */ | |
code > span.do { color: #008000; } /* Documentation */ | |
code > span.an { color: #008000; } /* Annotation */ | |
code > span.cv { color: #008000; } /* CommentVar */ | |
code > span.at { } /* Attribute */ | |
code > span.in { color: #008000; } /* Information */ | |
</style> | |
--> | |
<!-- tango --> | |
<!-- | |
<style type="text/css"> | |
div.sourceCode { overflow-x: auto; } | |
table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode { | |
margin: 0; padding: 0; vertical-align: baseline; border: none; } | |
table.sourceCode { width: 100%; line-height: 100%; background-color: #f8f8f8; } | |
td.lineNumbers { text-align: right; padding-right: 4px; padding-left: 4px; color: #aaaaaa; border-right: 1px solid #aaaaaa; } | |
td.sourceCode { padding-left: 5px; } | |
pre, code { background-color: #f8f8f8; } | |
code > span.kw { color: #204a87; font-weight: bold; } /* Keyword */ | |
code > span.dt { color: #204a87; } /* DataType */ | |
code > span.dv { color: #0000cf; } /* DecVal */ | |
code > span.bn { color: #0000cf; } /* BaseN */ | |
code > span.fl { color: #0000cf; } /* Float */ | |
code > span.ch { color: #4e9a06; } /* Char */ | |
code > span.st { color: #4e9a06; } /* String */ | |
code > span.co { color: #8f5902; font-style: italic; } /* Comment */ | |
code > span.ot { color: #8f5902; } /* Other */ | |
code > span.al { color: #ef2929; } /* Alert */ | |
code > span.fu { color: #000000; } /* Function */ | |
code > span.er { color: #a40000; font-weight: bold; } /* Error */ | |
code > span.wa { color: #8f5902; font-weight: bold; font-style: italic; } /* Warning */ | |
code > span.cn { color: #000000; } /* Constant */ | |
code > span.sc { color: #000000; } /* SpecialChar */ | |
code > span.vs { color: #4e9a06; } /* VerbatimString */ | |
code > span.ss { color: #4e9a06; } /* SpecialString */ | |
code > span.im { } /* Import */ | |
code > span.va { color: #000000; } /* Variable */ | |
code > span.cf { color: #204a87; font-weight: bold; } /* ControlFlow */ | |
code > span.op { color: #ce5c00; font-weight: bold; } /* Operator */ | |
code > span.pp { color: #8f5902; font-style: italic; } /* Preprocessor */ | |
code > span.ex { } /* Extension */ | |
code > span.at { color: #c4a000; } /* Attribute */ | |
code > span.do { color: #8f5902; font-weight: bold; font-style: italic; } /* Documentation */ | |
code > span.an { color: #8f5902; font-weight: bold; font-style: italic; } /* Annotation */ | |
code > span.cv { color: #8f5902; font-weight: bold; font-style: italic; } /* CommentVar */ | |
code > span.in { color: #8f5902; font-weight: bold; font-style: italic; } /* Information */ | |
</style> | |
--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment