5 kx
5 kx /****************************************************************************
5 kx Original highlight.js style (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
5 kx */
5 kx
5 kx .hljs {
5 kx display: block;
5 kx overflow-x: auto;
5 kx padding: 0.5em;
5 kx background: #F0F0F0;
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
5 kx /* Base color: saturation 0; */
5 kx
5 kx .hljs,
5 kx .hljs-subst {
5 kx color: #444;
5 kx }
5 kx
5 kx .hljs-comment {
5 kx color: #888888;
5 kx }
5 kx
5 kx .hljs-keyword,
5 kx .hljs-attribute,
5 kx .hljs-selector-tag,
5 kx .hljs-meta-keyword,
5 kx .hljs-doctag,
5 kx .hljs-name {
5 kx font-weight: bold;
5 kx }
5 kx
5 kx
5 kx /* User color: hue: 0 */
5 kx
5 kx .hljs-type,
5 kx .hljs-string,
5 kx .hljs-number,
5 kx .hljs-selector-id,
5 kx .hljs-selector-class,
5 kx .hljs-quote,
5 kx .hljs-template-tag,
5 kx .hljs-deletion {
5 kx color: #880000;
5 kx }
5 kx
5 kx .hljs-title,
5 kx .hljs-section {
5 kx color: #880000;
5 kx font-weight: bold;
5 kx }
5 kx
5 kx .hljs-regexp,
5 kx .hljs-symbol,
5 kx .hljs-variable,
5 kx .hljs-template-variable,
5 kx .hljs-link,
5 kx .hljs-selector-attr,
5 kx .hljs-selector-pseudo {
5 kx color: #BC6060;
5 kx }
5 kx
5 kx
5 kx /* Language color: hue: 90; */
5 kx
5 kx .hljs-literal {
5 kx color: #78A960;
5 kx }
5 kx
5 kx .hljs-built_in,
5 kx .hljs-bullet,
5 kx .hljs-code,
5 kx .hljs-addition {
5 kx color: #397300;
5 kx }
5 kx
5 kx
5 kx /* Meta color: hue: 200 */
5 kx
5 kx .hljs-meta {
5 kx color: #1f7199;
5 kx }
5 kx
5 kx .hljs-meta-string {
5 kx color: #4d99bf;
5 kx }
5 kx
5 kx
5 kx /* Misc effects */
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 }