2013-12-06 22:14:17 +00:00
|
|
|
/*
|
|
|
|
Docco style used in http://jashkenas.github.com/docco/ converted by Simon Madine (@thingsinjars)
|
|
|
|
*/
|
|
|
|
|
2014-02-16 15:34:48 +00:00
|
|
|
.hljs {
|
2013-12-06 22:14:17 +00:00
|
|
|
display: block; padding: 0.5em;
|
|
|
|
color: #000;
|
|
|
|
background: #f8f8ff
|
|
|
|
}
|
|
|
|
|
2014-02-16 15:34:48 +00:00
|
|
|
.hljs-comment,
|
|
|
|
.hljs-template_comment,
|
|
|
|
.diff .hljs-header,
|
|
|
|
.hljs-javadoc {
|
2013-12-06 22:14:17 +00:00
|
|
|
color: #408080;
|
|
|
|
font-style: italic
|
|
|
|
}
|
|
|
|
|
2014-02-16 15:34:48 +00:00
|
|
|
.hljs-keyword,
|
|
|
|
.assignment,
|
|
|
|
.hljs-literal,
|
|
|
|
.css .rule .hljs-keyword,
|
|
|
|
.hljs-winutils,
|
|
|
|
.javascript .hljs-title,
|
|
|
|
.lisp .hljs-title,
|
|
|
|
.hljs-subst {
|
2013-12-06 22:14:17 +00:00
|
|
|
color: #954121;
|
|
|
|
}
|
|
|
|
|
2014-02-16 15:34:48 +00:00
|
|
|
.hljs-number,
|
|
|
|
.hljs-hexcolor {
|
2013-12-06 22:14:17 +00:00
|
|
|
color: #40a070
|
|
|
|
}
|
|
|
|
|
2014-02-16 15:34:48 +00:00
|
|
|
.hljs-string,
|
|
|
|
.hljs-tag .hljs-value,
|
|
|
|
.hljs-phpdoc,
|
|
|
|
.tex .hljs-formula {
|
2013-12-06 22:14:17 +00:00
|
|
|
color: #219161;
|
|
|
|
}
|
|
|
|
|
2014-02-16 15:34:48 +00:00
|
|
|
.hljs-title,
|
|
|
|
.hljs-id {
|
2013-12-06 22:14:17 +00:00
|
|
|
color: #19469D;
|
|
|
|
}
|
2014-02-16 15:34:48 +00:00
|
|
|
.hljs-params {
|
2013-12-06 22:14:17 +00:00
|
|
|
color: #00F;
|
|
|
|
}
|
|
|
|
|
2014-02-16 15:34:48 +00:00
|
|
|
.javascript .hljs-title,
|
|
|
|
.lisp .hljs-title,
|
|
|
|
.hljs-subst {
|
2013-12-06 22:14:17 +00:00
|
|
|
font-weight: normal
|
|
|
|
}
|
|
|
|
|
2014-02-16 15:34:48 +00:00
|
|
|
.hljs-class .hljs-title,
|
|
|
|
.haskell .hljs-label,
|
|
|
|
.tex .hljs-command {
|
2013-12-06 22:14:17 +00:00
|
|
|
color: #458;
|
|
|
|
font-weight: bold
|
|
|
|
}
|
|
|
|
|
2014-02-16 15:34:48 +00:00
|
|
|
.hljs-tag,
|
|
|
|
.hljs-tag .hljs-title,
|
|
|
|
.hljs-rules .hljs-property,
|
|
|
|
.django .hljs-tag .hljs-keyword {
|
2013-12-06 22:14:17 +00:00
|
|
|
color: #000080;
|
|
|
|
font-weight: normal
|
|
|
|
}
|
|
|
|
|
2014-02-16 15:34:48 +00:00
|
|
|
.hljs-attribute,
|
|
|
|
.hljs-variable,
|
|
|
|
.instancevar,
|
|
|
|
.lisp .hljs-body {
|
2013-12-06 22:14:17 +00:00
|
|
|
color: #008080
|
|
|
|
}
|
|
|
|
|
2014-02-16 15:34:48 +00:00
|
|
|
.hljs-regexp {
|
2013-12-06 22:14:17 +00:00
|
|
|
color: #B68
|
|
|
|
}
|
|
|
|
|
2014-02-16 15:34:48 +00:00
|
|
|
.hljs-class {
|
2013-12-06 22:14:17 +00:00
|
|
|
color: #458;
|
|
|
|
font-weight: bold
|
|
|
|
}
|
|
|
|
|
2014-02-16 15:34:48 +00:00
|
|
|
.hljs-symbol,
|
|
|
|
.ruby .hljs-symbol .hljs-string,
|
|
|
|
.ruby .hljs-symbol .hljs-keyword,
|
|
|
|
.ruby .hljs-symbol .keymethods,
|
|
|
|
.lisp .hljs-keyword,
|
|
|
|
.tex .hljs-special,
|
|
|
|
.input_number {
|
2013-12-06 22:14:17 +00:00
|
|
|
color: #990073
|
|
|
|
}
|
|
|
|
|
2014-02-16 15:34:48 +00:00
|
|
|
.builtin,
|
|
|
|
.constructor,
|
|
|
|
.hljs-built_in,
|
|
|
|
.lisp .hljs-title {
|
2013-12-06 22:14:17 +00:00
|
|
|
color: #0086b3
|
|
|
|
}
|
|
|
|
|
2014-02-16 15:34:48 +00:00
|
|
|
.hljs-preprocessor,
|
|
|
|
.hljs-pragma,
|
|
|
|
.hljs-pi,
|
|
|
|
.hljs-doctype,
|
|
|
|
.hljs-shebang,
|
|
|
|
.hljs-cdata {
|
2013-12-06 22:14:17 +00:00
|
|
|
color: #999;
|
|
|
|
font-weight: bold
|
|
|
|
}
|
|
|
|
|
2014-02-16 15:34:48 +00:00
|
|
|
.hljs-deletion {
|
2013-12-06 22:14:17 +00:00
|
|
|
background: #fdd
|
|
|
|
}
|
|
|
|
|
2014-02-16 15:34:48 +00:00
|
|
|
.hljs-addition {
|
2013-12-06 22:14:17 +00:00
|
|
|
background: #dfd
|
|
|
|
}
|
|
|
|
|
2014-02-16 15:34:48 +00:00
|
|
|
.diff .hljs-change {
|
2013-12-06 22:14:17 +00:00
|
|
|
background: #0086b3
|
|
|
|
}
|
|
|
|
|
2014-02-16 15:34:48 +00:00
|
|
|
.hljs-chunk {
|
2013-12-06 22:14:17 +00:00
|
|
|
color: #aaa
|
|
|
|
}
|
|
|
|
|
2014-02-16 15:34:48 +00:00
|
|
|
.tex .hljs-formula {
|
2013-12-06 22:14:17 +00:00
|
|
|
opacity: 0.5;
|
|
|
|
}
|