35 lines
1.7 KiB
CSS
35 lines
1.7 KiB
CSS
|
|
code.sourceCode
|
|
{
|
|
background: inherit
|
|
}
|
|
pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; }
|
|
code span.al { color: #CB4B16; font-weight: bold; } /* Alert */
|
|
code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */
|
|
code span.at { color: #7d9029; } /* Attribute */
|
|
code span.bn { color: #D33682; } /* BaseN */
|
|
code span.bu { } /* BuiltIn */
|
|
code span.cf { color: #5F8700; font-weight: bold; } /* ControlFlow */
|
|
code span.ch { color: #16801a; } /* Char */
|
|
code span.cn { color: #880000; } /* Constant */
|
|
code span.co { color: #93A1A1; font-style: italic; } /* Comment */
|
|
code span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */
|
|
code span.do { color: #ba2121; font-style: italic; } /* Documentation */
|
|
code span.dt { background-color: #f8edff; } /* DataType */
|
|
code span.dv { color: #D33682; } /* DecVal */
|
|
code span.er { color: #D30102; font-weight: bold; } /* Error */
|
|
code span.ex { } /* Extension */
|
|
code span.fl { color: #D33682; } /* Float */
|
|
code span.fu { } /* Function */
|
|
code span.im { color: #D70000} /* Import */
|
|
code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */
|
|
code span.kw { font-weight: bold; } /* Keyword */
|
|
code span.op { font-weight: bold; } /* Operator */
|
|
code span.ot { font-weight: bold; } /* Other */
|
|
code span.pp { color: #bc7a00; } /* Preprocessor */
|
|
code span.sc { color: #4070a0; } /* SpecialChar */
|
|
code span.ss { color: #bb6688; } /* SpecialString */
|
|
code span.st { color: #16801a; } /* String */
|
|
code span.va { color: #19177c; } /* Variable */
|
|
code span.vs { color: #4070a0; } /* VerbatimString */
|
|
code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */ |