Difference between revisions of "Template:Team:Groningen/CSS/CODEHIGHLIGHT"
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
@charset "UTF-8"; | @charset "UTF-8"; | ||
+ | .raw code, | ||
.hljs { | .hljs { | ||
− | display: block | + | display: block; |
− | overflow-x: auto | + | overflow-x: auto; |
− | padding-bottom: 26pt | + | padding-bottom: 26pt; |
− | padding-top: 16pt | + | padding-top: 16pt; |
− | font-size: 14pt | + | font-size: 14pt; |
− | -webkit-text-size-adjust: none | + | white-space: pre; |
+ | color: inherit; | ||
+ | -webkit-text-size-adjust: none; | ||
} | } | ||
Line 19: | Line 22: | ||
.hljs-status, | .hljs-status, | ||
.clojure .hljs-attribute { | .clojure .hljs-attribute { | ||
− | color: #e3ceab | + | color: #e3ceab; |
} | } | ||
Line 25: | Line 28: | ||
.django .hljs-variable, | .django .hljs-variable, | ||
.django .hljs-filter .hljs-argument { | .django .hljs-filter .hljs-argument { | ||
− | color: #dcdcdc | + | color: #dcdcdc; |
} | } | ||
.hljs-number, | .hljs-number, | ||
.hljs-date { | .hljs-date { | ||
− | color: #8cd0d3 | + | color: #8cd0d3; |
} | } | ||
Line 38: | Line 41: | ||
.apache .hljs-sqbracket, | .apache .hljs-sqbracket, | ||
.hljs-name { | .hljs-name { | ||
− | color: #efdcbc | + | color: #efdcbc; |
} | } | ||
Line 47: | Line 50: | ||
.hljs-literal, | .hljs-literal, | ||
.tex .hljs-special { | .tex .hljs-special { | ||
− | color: #efefaf | + | color: #efefaf; |
} | } | ||
.diff .hljs-chunk, | .diff .hljs-chunk, | ||
.hljs-subst { | .hljs-subst { | ||
− | color: #8f8f8f | + | color: #8f8f8f; |
} | } | ||
Line 65: | Line 68: | ||
.tex .hljs-command, | .tex .hljs-command, | ||
.hljs-prompt { | .hljs-prompt { | ||
− | color: #efef8f | + | color: #efef8f; |
} | } | ||
Line 72: | Line 75: | ||
.ruby .hljs-symbol .hljs-string, | .ruby .hljs-symbol .hljs-string, | ||
.ruby .hljs-string { | .ruby .hljs-string { | ||
− | color: #dca3a3 | + | color: #dca3a3; |
} | } | ||
Line 90: | Line 93: | ||
.tex .hljs-formula, | .tex .hljs-formula, | ||
.coffeescript .hljs-attribute { | .coffeescript .hljs-attribute { | ||
− | color: #cc9393 | + | color: #cc9393; |
} | } | ||
Line 99: | Line 102: | ||
.hljs-pi, | .hljs-pi, | ||
.hljs-doctype { | .hljs-doctype { | ||
− | color: #7f9f7f | + | color: #7f9f7f; |
} | } | ||
Line 109: | Line 112: | ||
.xml .css, | .xml .css, | ||
.xml .hljs-cdata { | .xml .hljs-cdata { | ||
− | opacity: 0.5 | + | opacity: 0.5; |
} | } |
Latest revision as of 16:43, 16 September 2015
@charset "UTF-8";
.raw code, .hljs { display: block; overflow-x: auto; padding-bottom: 26pt; padding-top: 16pt; font-size: 14pt; white-space: pre; color: inherit; -webkit-text-size-adjust: none; }
.hljs-keyword, .hljs-tag, .css .hljs-class, .css .hljs-id, .lisp .hljs-title, .nginx .hljs-title, .hljs-request, .hljs-status, .clojure .hljs-attribute { color: #e3ceab; }
.django .hljs-template_tag, .django .hljs-variable, .django .hljs-filter .hljs-argument { color: #dcdcdc; }
.hljs-number, .hljs-date { color: #8cd0d3; }
.dos .hljs-envvar, .dos .hljs-stream, .hljs-variable, .apache .hljs-sqbracket, .hljs-name { color: #efdcbc; }
.dos .hljs-flow, .diff .hljs-change, .python .exception, .python .hljs-built_in, .hljs-literal, .tex .hljs-special { color: #efefaf; }
.diff .hljs-chunk, .hljs-subst { color: #8f8f8f; }
.dos .hljs-keyword, .hljs-decorator, .hljs-title, .hljs-type, .diff .hljs-header, .ruby .hljs-class .hljs-parent, .apache .hljs-tag, .nginx .hljs-built_in, .tex .hljs-command, .hljs-prompt { color: #efef8f; }
.dos .hljs-winutils, .ruby .hljs-symbol, .ruby .hljs-symbol .hljs-string, .ruby .hljs-string { color: #dca3a3; }
.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, .css .hljs-rule .hljs-value, .hljs-attr_selector, .hljs-pseudo, .apache .hljs-cbracket, .tex .hljs-formula, .coffeescript .hljs-attribute { color: #cc9393; }
.hljs-shebang, .diff .hljs-addition, .hljs-comment, .hljs-annotation, .hljs-pi, .hljs-doctype { color: #7f9f7f; }
.coffeescript .javascript, .javascript .xml, .tex .hljs-formula, .xml .javascript, .xml .vbscript, .xml .css, .xml .hljs-cdata { opacity: 0.5; }