55 lines
2.2 KiB
CSS
55 lines
2.2 KiB
CSS
/* ==============================================================================
|
|
Monochrome (pandoc built-in style)
|
|
==============================================================================
|
|
Style with no colors.
|
|
|
|
This stylesheet was produced using Pandoc v2.7.2.
|
|
|
|
Pandoc is (c) 2006-2017 John MacFarlane (jgm@berkeley.edu).
|
|
Released under the GPL, version 2 or greater.
|
|
------------------------------------------------------------------------------
|
|
*/
|
|
a.sourceLine { display: inline-block; line-height: 1.25; }
|
|
a.sourceLine { pointer-events: none; color: inherit; text-decoration: inherit; }
|
|
a.sourceLine:empty { height: 1.2em; }
|
|
.sourceCode { overflow: visible; }
|
|
code.sourceCode { white-space: pre; position: relative; }
|
|
div.sourceCode { margin: 1em 0; }
|
|
pre.sourceCode { margin: 0; }
|
|
@media screen {
|
|
div.sourceCode { overflow: auto; }
|
|
}
|
|
@media print {
|
|
code.sourceCode { white-space: pre-wrap; }
|
|
a.sourceLine { text-indent: -1em; padding-left: 1em; }
|
|
}
|
|
pre.numberSource a.sourceLine
|
|
{ position: relative; left: -4em; }
|
|
pre.numberSource a.sourceLine::before
|
|
{ content: attr(title);
|
|
position: relative; left: -1em; text-align: right; vertical-align: baseline;
|
|
border: none; pointer-events: all; display: inline-block;
|
|
-webkit-touch-callout: none; -webkit-user-select: none;
|
|
-khtml-user-select: none; -moz-user-select: none;
|
|
-ms-user-select: none; user-select: none;
|
|
padding: 0 4px; width: 4em;
|
|
}
|
|
pre.numberSource { margin-left: 3em; padding-left: 4px; }
|
|
div.sourceCode
|
|
{ }
|
|
@media screen {
|
|
a.sourceLine::before { text-decoration: underline; }
|
|
}
|
|
code span.al { font-weight: bold; } /* Alert */
|
|
code span.an { font-style: italic; } /* Annotation */
|
|
code span.cf { font-weight: bold; } /* ControlFlow */
|
|
code span.co { font-style: italic; } /* Comment */
|
|
code span.cv { font-style: italic; } /* CommentVar */
|
|
code span.do { font-style: italic; } /* Documentation */
|
|
code span.dt { text-decoration: underline; } /* DataType */
|
|
code span.er { font-weight: bold; } /* Error */
|
|
code span.in { font-style: italic; } /* Information */
|
|
code span.kw { font-weight: bold; } /* Keyword */
|
|
code span.pp { font-weight: bold; } /* Preprocessor */
|
|
code span.wa { font-style: italic; } /* Warning */
|