5 kx
5 kx /**********************************************************************************************
5 kx Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name>
5 kx */
5 kx .hljs {
5 kx display: block;
5 kx overflow-x: auto;
5 kx padding: 0.5em;
5 kx background: white;
5 kx color: black;
5 kx /*
5 kx display: block;
5 kx overflow-x: auto;
5 kx padding: 0.5em 0.5em 0.5em 1.5em;
5 kx color: #424242;
5 kx background: #fcfcfc;
5 kx border: 1px solid #f9f9f9;
5 kx border-radius: 4px;
5 kx */
5 kx }
5 kx
5 kx .hljs-comment,
5 kx .hljs-quote,
5 kx .hljs-variable {
5 kx color: #008000;
5 kx }
5 kx
5 kx .hljs-keyword,
5 kx .hljs-selector-tag,
5 kx .hljs-built_in,
5 kx .hljs-name,
5 kx .hljs-tag {
5 kx color: #00f;
5 kx }
5 kx
5 kx .hljs-string,
5 kx .hljs-title,
5 kx .hljs-section,
5 kx .hljs-attribute,
5 kx .hljs-literal,
5 kx .hljs-template-tag,
5 kx .hljs-template-variable,
5 kx .hljs-type,
5 kx .hljs-addition {
5 kx color: #a31515;
5 kx }
5 kx
5 kx .hljs-deletion,
5 kx .hljs-selector-attr,
5 kx .hljs-selector-pseudo,
5 kx .hljs-meta {
5 kx color: #2b91af;
5 kx }
5 kx
5 kx .hljs-doctag {
5 kx color: #808080;
5 kx }
5 kx
5 kx .hljs-attr {
5 kx color: #f00;
5 kx }
5 kx
5 kx .hljs-symbol,
5 kx .hljs-bullet,
5 kx .hljs-link {
5 kx color: #00b0e8;
5 kx }
5 kx
5 kx
5 kx .hljs-emphasis {
5 kx font-style: italic;
5 kx }
5 kx
5 kx .hljs-strong {
5 kx font-weight: bold;
5 kx }