@font-face {
    font-family: TICELarge;
    src: url(/forum/styles/TICELarge.woff); /* From https://jacobly.com/fonts/ */
}

.hljs {
  display: block; padding: 0.5em;
  background: #fff; color: black;
}


.method,
.hljs-list .hljs-title,
.hljs-tag .hljs-title,
.setting .hljs-value,
.hljs-winutils,
.tex .hljs-command,
.http .hljs-title,
.hljs-request,
.hljs-status {
  color: #008;
}

.hljs-envvar,
.tex .hljs-special {
  color: #660;
}

.hljs-string {
  color: #3C3;
}

.hljs-tag .hljs-value,
.hljs-cdata,
.hljs-filter .hljs-argument,
.hljs-attr_selector,
.apache .hljs-cbracket,
.hljs-date,
.hljs-regexp {
  color: #080;
}

.hljs-variable {
 color: #3f6e74;
}
.css .hljs-tag,
.hljs-rules .hljs-property,
.hljs-pseudo,
.hljs-subst {
  color: #000;
}

.css .hljs-class,
.css .hljs-id {
  color: #9B703F;
}

.hljs-value .hljs-important {
  color: #ff7700;
  font-weight: bold;
}

.hljs-rules .hljs-keyword {
  color: #C5AF75;
}

.hljs-annotation,
.apache .hljs-sqbracket,
.nginx .hljs-built_in {
  color: #9B859D;
}

.hljs-preprocessor,
.hljs-preprocessor *,
.hljs-pragma {
  color: #C4A90D;
}

.tex .hljs-formula {
  background-color: #EEE;
  font-style: italic;
}

.diff .hljs-header,
.hljs-chunk {
  color: #808080;
  font-weight: bold;
}

.diff .hljs-change {
  background-color: #BCCFF9;
}

.hljs-addition {
  background-color: #BAEEBA;
}

.hljs-deletion {
  background-color: #FFC8BD;
}

.hljs-comment .hljs-yardoctag {
  font-weight: bold;
}

.method .hljs-id {
  color: #000;
}

dl.codebox code, code.code {
color: #FFFFFF;
background-color: rgb(61, 61, 61);
font-family: monospace;
}

.hljs-literal {
color: #6FF;
}

.hljs-keyword, .nginx .hljs-title {
color: #66AFFF;
font-weight: bold;
}


.hljs-sub .hljs-identifier,
.hljs-pi,
.hljs-tag,
.hljs-tag .hljs-keyword,
.hljs-decorator,
.ini .hljs-title,
.hljs-shebang,
.hljs-prompt,
.hljs-hexcolor,
.hljs-rules .hljs-value,
.css .hljs-value .hljs-number,
.hljs-symbol,
.hljs-symbol .hljs-string,
.hljs-number,
.css .hljs-function,
.clojure .hljs-title,
.clojure .hljs-built_in,
.hljs-function .hljs-title,
.coffeescript .hljs-attribute {
color: #FFB838;
}

.hljs-class .hljs-title,
.haskell .hljs-type,
.smalltalk .hljs-class,
.hljs-javadoctag,
.hljs-yardoctag,
.hljs-phpdoc,
.hljs-typename,
.hljs-tag .hljs-attribute,
.hljs-doctype,
.hljs-class .hljs-id,
.hljs-built_in,
.setting,
.hljs-params,
.clojure .hljs-attribute {
color: #FF9696;
}

.hljs-comment, .hljs-template_comment, .hljs-javadoc, .hljs-comment * {
color: #888;
font-style: italic;
}

code.hljs span.hljs-comment.line-number {
    width:29px;
    display: inline-block;
    text-align:right;
    color: #999;
    background-color: #474747;
    padding: 0 3px;
    margin-right: 7px;
    margin-left:-5px
}
code.hljs span.hljs-comment.line-number:before {
    content: attr(data-line);
}

code.hljs.basic-z80,
code.hljs.zero-basic {
    font-family: 'TICELarge', monospace;
    font-size: 11px !important;
    line-height: 11px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Disabled for inline code */
code.inline.hljs.basic-z80,
code.inline.hljs.zero-basic {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
    font-family: Monaco,'Andale Mono','Courier New',Courier,monospace !important;
    font-size: 12px !important;
    font-style: normal !important;
    line-height: 1.3em !important;
}

code.hljs.basic-z80  span.hljs-comment.line-number,
code.hljs.zero-basic span.hljs-comment.line-number {
    font-family: monospace;
    line-height: 14px;
}
