/*

Intellij Idea-like styling (c) Vasily Polovnyov <vast@whiteants.net>

*/

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

pre .subst, pre .title {
    font-weight: normal;
    color: #000;
}

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

pre .annotation, pre .decorator, pre .preprocessor, pre .doctype, pre .pi, pre .chunk, pre .shebang, pre .apache .cbracket {
    color: #808000;
}

pre .tag, pre .pi {
    background: #efefef;
}

pre .tag .title, pre .id, pre .attr_selector, pre .pseudo, pre .literal, pre .keyword, pre .hexcolor, pre .css .function, pre .ini .title, pre .css .class, pre .list .title {
    font-weight: bold;
    color: #000080;
}

pre .attribute, pre .rules .keyword, pre .number, pre .date, pre .regexp {
    font-weight: bold;
    color: #0000ff;
}

pre .number, pre .regexp {
    font-weight: normal;
}

pre .string, pre .value, pre .filter .argument, pre .css .function .params, pre .apache .tag {
    color: #008000;
    font-weight: bold;
}

pre .symbol, pre .char {
    color: #000;
    background: #d0eded;
    font-style: italic;
}

pre .phpdoc, pre .javadoctag {
    text-decoration: underline;
}

pre .variable, pre .envvar, pre .apache .sqbracket {
    color: #660e7a;
}

pre .addition {
    background: #baeeba;
}

pre .deletion {
    background: #ffc8bd;
}

pre .diff .change {
    background: #bccff9;
}

