/*

github.com style (c) Vasily Polovnyov <vast@whiteants.net>

*/

pre code {
    display: block;
    color: #000;
    background: #f8f8ff
}

pre code .comment,
pre code .template_comment,
pre code .diff .header,
pre code .javadoc {
    color: #998;
    font-style: italic
}

pre code .keyword,
pre code .css .rule .keyword,
pre code .winutils,
pre code .javascript .title,
pre code .lisp .title,
pre code .subst {
    color: #000;
    font-weight: bold 
}

pre code .number,
pre code .hexcolor {
    color: #40a070
}

pre code .string,
pre code .attribute .value,
pre code .phpdoc {
    color: #d14
}

pre code .title,
pre code .id {
    color: #900;
    font-weight: bold
}

pre code .javascript .title,
pre code .lisp .title,
pre code .subst {
    font-weight: normal
}

pre code .class .title {
    color: #458;
    font-weight: bold
}

pre code .tag,
pre code .css .keyword,
pre code .html .keyword,
pre code .tag .title,
pre code .django .tag .keyword {
    color: #000080;
    font-weight: normal
}

pre code .attribute,
pre code .variable,
pre code .instancevar,
pre code .lisp .body {
    color: #008080
}

pre code .regexp {
    color: #009926
}

pre code .class {
    color: #458;
    font-weight: bold
}

pre code .symbol,
pre code .lisp .keyword {
    color: #990073
}

pre code .builtin,
pre code .built_in, .lisp .title {
    color: #0086b3
}

pre code .preprocessor,
pre code .pi, .doctype,
pre code .shebang, .cdata {
    color: #999;
    font-weight: bold
}

pre code .deletion {
    background: #fdd
}

pre code .addition {
    background: #dfd
}

pre code .diff .change {
    background: #0086b3
}

pre code .chunk {
    color: #aaa
}

