2011-12-05 03:07:33 +01:00
|
|
|
/*
|
|
|
|
Zenburn style from voldmar.ru (c) Vladimir Epifanov <voldmar@voldmar.ru>
|
|
|
|
based on dark.css by Ivan Sagalaev
|
|
|
|
*/
|
|
|
|
|
2014-02-28 17:22:36 +01:00
|
|
|
.hljs {
|
2015-06-30 09:27:11 +02:00
|
|
|
display: block;
|
|
|
|
overflow-x: auto;
|
|
|
|
padding: 0.5em;
|
|
|
|
background: #3f3f3f;
|
|
|
|
color: #dcdcdc;
|
|
|
|
-webkit-text-size-adjust: none;
|
2011-12-05 03:07:33 +01:00
|
|
|
}
|
|
|
|
|
2014-02-28 17:22:36 +01:00
|
|
|
.hljs-keyword,
|
|
|
|
.hljs-tag,
|
|
|
|
.css .hljs-class,
|
|
|
|
.css .hljs-id,
|
|
|
|
.lisp .hljs-title,
|
|
|
|
.nginx .hljs-title,
|
|
|
|
.hljs-request,
|
|
|
|
.hljs-status,
|
|
|
|
.clojure .hljs-attribute {
|
2015-06-30 09:27:11 +02:00
|
|
|
color: #e3ceab;
|
2011-12-05 03:07:33 +01:00
|
|
|
}
|
|
|
|
|
2014-02-28 17:22:36 +01:00
|
|
|
.django .hljs-template_tag,
|
|
|
|
.django .hljs-variable,
|
|
|
|
.django .hljs-filter .hljs-argument {
|
2015-06-30 09:27:11 +02:00
|
|
|
color: #dcdcdc;
|
2011-12-05 03:07:33 +01:00
|
|
|
}
|
|
|
|
|
2014-02-28 17:22:36 +01:00
|
|
|
.hljs-number,
|
|
|
|
.hljs-date {
|
2015-06-30 09:27:11 +02:00
|
|
|
color: #8cd0d3;
|
2011-12-05 03:07:33 +01:00
|
|
|
}
|
|
|
|
|
2014-02-28 17:22:36 +01:00
|
|
|
.dos .hljs-envvar,
|
|
|
|
.dos .hljs-stream,
|
|
|
|
.hljs-variable,
|
2015-06-30 09:27:11 +02:00
|
|
|
.apache .hljs-sqbracket,
|
|
|
|
.hljs-name {
|
|
|
|
color: #efdcbc;
|
2011-12-05 03:07:33 +01:00
|
|
|
}
|
|
|
|
|
2014-02-28 17:22:36 +01:00
|
|
|
.dos .hljs-flow,
|
|
|
|
.diff .hljs-change,
|
|
|
|
.python .exception,
|
|
|
|
.python .hljs-built_in,
|
|
|
|
.hljs-literal,
|
|
|
|
.tex .hljs-special {
|
2015-06-30 09:27:11 +02:00
|
|
|
color: #efefaf;
|
2011-12-05 03:07:33 +01:00
|
|
|
}
|
|
|
|
|
2014-02-28 17:22:36 +01:00
|
|
|
.diff .hljs-chunk,
|
|
|
|
.hljs-subst {
|
2015-06-30 09:27:11 +02:00
|
|
|
color: #8f8f8f;
|
2011-12-05 03:07:33 +01:00
|
|
|
}
|
|
|
|
|
2014-02-28 17:22:36 +01:00
|
|
|
.dos .hljs-keyword,
|
2015-06-30 09:27:11 +02:00
|
|
|
.hljs-decorator,
|
2014-02-28 17:22:36 +01:00
|
|
|
.hljs-title,
|
2015-06-30 09:27:11 +02:00
|
|
|
.hljs-type,
|
2014-02-28 17:22:36 +01:00
|
|
|
.diff .hljs-header,
|
|
|
|
.ruby .hljs-class .hljs-parent,
|
|
|
|
.apache .hljs-tag,
|
|
|
|
.nginx .hljs-built_in,
|
|
|
|
.tex .hljs-command,
|
|
|
|
.hljs-prompt {
|
2015-06-30 09:27:11 +02:00
|
|
|
color: #efef8f;
|
2011-12-05 03:07:33 +01:00
|
|
|
}
|
|
|
|
|
2014-02-28 17:22:36 +01:00
|
|
|
.dos .hljs-winutils,
|
|
|
|
.ruby .hljs-symbol,
|
|
|
|
.ruby .hljs-symbol .hljs-string,
|
|
|
|
.ruby .hljs-string {
|
2015-06-30 09:27:11 +02:00
|
|
|
color: #dca3a3;
|
2011-12-05 03:07:33 +01:00
|
|
|
}
|
|
|
|
|
2014-02-28 17:22:36 +01:00
|
|
|
.diff .hljs-deletion,
|
|
|
|
.hljs-string,
|
|
|
|
.hljs-tag .hljs-value,
|
|
|
|
.hljs-preprocessor,
|
|
|
|
.hljs-pragma,
|
|
|
|
.hljs-built_in,
|
|
|
|
.smalltalk .hljs-class,
|
|
|
|
.smalltalk .hljs-localvars,
|
|
|
|
.smalltalk .hljs-array,
|
2015-06-30 09:27:11 +02:00
|
|
|
.css .hljs-rule .hljs-value,
|
2014-02-28 17:22:36 +01:00
|
|
|
.hljs-attr_selector,
|
|
|
|
.hljs-pseudo,
|
|
|
|
.apache .hljs-cbracket,
|
|
|
|
.tex .hljs-formula,
|
|
|
|
.coffeescript .hljs-attribute {
|
2015-06-30 09:27:11 +02:00
|
|
|
color: #cc9393;
|
2011-12-05 03:07:33 +01:00
|
|
|
}
|
|
|
|
|
2014-02-28 17:22:36 +01:00
|
|
|
.hljs-shebang,
|
|
|
|
.diff .hljs-addition,
|
|
|
|
.hljs-comment,
|
2015-06-30 09:27:11 +02:00
|
|
|
.hljs-annotation,
|
2014-02-28 17:22:36 +01:00
|
|
|
.hljs-pi,
|
|
|
|
.hljs-doctype {
|
2015-06-30 09:27:11 +02:00
|
|
|
color: #7f9f7f;
|
2011-12-05 03:07:33 +01:00
|
|
|
}
|
|
|
|
|
2014-02-28 17:22:36 +01:00
|
|
|
.coffeescript .javascript,
|
|
|
|
.javascript .xml,
|
|
|
|
.tex .hljs-formula,
|
|
|
|
.xml .javascript,
|
|
|
|
.xml .vbscript,
|
|
|
|
.xml .css,
|
|
|
|
.xml .hljs-cdata {
|
2011-12-05 03:07:33 +01:00
|
|
|
opacity: 0.5;
|
2015-06-30 09:27:11 +02:00
|
|
|
}
|