/*

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

*/

pre code {
    font: 12px "Monospaced", monospace;
    color: #535353;
}

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

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

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

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

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

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

.string, .value, .filter .argument, .css .function .params {
    color: #5DBC01;
    font-weight: normal;
}

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

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

.variable {
    color: #004080;
}