Difference between revisions of "Template:Team:Groningen/CSS/CODEHIGHLIGHT"

Line 2: Line 2:
  
 
.hljs {
 
.hljs {
display: block;
+
display: block !important;
overflow-x: auto;
+
overflow-x: auto !important;
padding-bottom: 26pt;
+
padding-bottom: 26pt !important;
padding-top: 16pt;
+
padding-top: 16pt !important;
font-size: 14pt;
+
font-size: 14pt !important;
-webkit-text-size-adjust: none;
+
-webkit-text-size-adjust: none !important;
 
}
 
}
  
Line 19: Line 19:
 
.hljs-status,
 
.hljs-status,
 
.clojure .hljs-attribute {
 
.clojure .hljs-attribute {
color: #e3ceab;
+
color: #e3ceab !important;
 
}
 
}
  
Line 25: Line 25:
 
.django .hljs-variable,
 
.django .hljs-variable,
 
.django .hljs-filter .hljs-argument {
 
.django .hljs-filter .hljs-argument {
color: #dcdcdc;
+
color: #dcdcdc !important;
 
}
 
}
  
 
.hljs-number,
 
.hljs-number,
 
.hljs-date {
 
.hljs-date {
color: #8cd0d3;
+
color: #8cd0d3 !important;
 
}
 
}
  
Line 38: Line 38:
 
.apache .hljs-sqbracket,
 
.apache .hljs-sqbracket,
 
.hljs-name {
 
.hljs-name {
color: #efdcbc;
+
color: #efdcbc !important;
 
}
 
}
  
Line 47: Line 47:
 
.hljs-literal,
 
.hljs-literal,
 
.tex .hljs-special {
 
.tex .hljs-special {
color: #efefaf;
+
color: #efefaf !important;
 
}
 
}
  
 
.diff .hljs-chunk,
 
.diff .hljs-chunk,
 
.hljs-subst {
 
.hljs-subst {
color: #8f8f8f;
+
color: #8f8f8f !important;
 
}
 
}
  
Line 65: Line 65:
 
.tex .hljs-command,
 
.tex .hljs-command,
 
.hljs-prompt {
 
.hljs-prompt {
color: #efef8f;
+
color: #efef8f !important;
 
}
 
}
  
Line 72: Line 72:
 
.ruby .hljs-symbol .hljs-string,
 
.ruby .hljs-symbol .hljs-string,
 
.ruby .hljs-string {
 
.ruby .hljs-string {
color: #dca3a3;
+
color: #dca3a3 !important;
 
}
 
}
  
Line 90: Line 90:
 
.tex .hljs-formula,
 
.tex .hljs-formula,
 
.coffeescript .hljs-attribute {
 
.coffeescript .hljs-attribute {
color: #cc9393;
+
color: #cc9393 !important;
 
}
 
}
  
Line 99: Line 99:
 
.hljs-pi,
 
.hljs-pi,
 
.hljs-doctype {
 
.hljs-doctype {
color: #7f9f7f;
+
color: #7f9f7f !important;
 
}
 
}
  
Line 109: Line 109:
 
.xml .css,
 
.xml .css,
 
.xml .hljs-cdata {
 
.xml .hljs-cdata {
opacity: 0.5;
+
opacity: 0.5 !important;
 
}
 
}

Revision as of 14:14, 16 September 2015

@charset "UTF-8";

.hljs { display: block !important; overflow-x: auto !important; padding-bottom: 26pt !important; padding-top: 16pt !important; font-size: 14pt !important; -webkit-text-size-adjust: none !important; }

.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 !important; }

.django .hljs-template_tag, .django .hljs-variable, .django .hljs-filter .hljs-argument { color: #dcdcdc !important; }

.hljs-number, .hljs-date { color: #8cd0d3 !important; }

.dos .hljs-envvar, .dos .hljs-stream, .hljs-variable, .apache .hljs-sqbracket, .hljs-name { color: #efdcbc !important; }

.dos .hljs-flow, .diff .hljs-change, .python .exception, .python .hljs-built_in, .hljs-literal, .tex .hljs-special { color: #efefaf !important; }

.diff .hljs-chunk, .hljs-subst { color: #8f8f8f !important; }

.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 !important; }

.dos .hljs-winutils, .ruby .hljs-symbol, .ruby .hljs-symbol .hljs-string, .ruby .hljs-string { color: #dca3a3 !important; }

.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 !important; }

.hljs-shebang, .diff .hljs-addition, .hljs-comment, .hljs-annotation, .hljs-pi, .hljs-doctype { color: #7f9f7f !important; }

.coffeescript .javascript, .javascript .xml, .tex .hljs-formula, .xml .javascript, .xml .vbscript, .xml .css, .xml .hljs-cdata { opacity: 0.5 !important; }