rc-web@42: /* rc-web@42: rc-web@42: Zenburn style from voldmar.ru (c) Vladimir Epifanov rc-web@42: based on dark.css by Ivan Sagalaev rc-web@42: rc-web@42: */ rc-web@42: rc-web@42: pre code { rc-web@42: display: block; padding: 0.5em; rc-web@42: background: #3F3F3F; rc-web@42: color: #DCDCDC; rc-web@42: } rc-web@42: rc-web@42: pre .keyword, rc-web@42: pre .tag, rc-web@42: pre .django .tag, rc-web@42: pre .django .keyword, rc-web@42: pre .css .class, rc-web@42: pre .css .id, rc-web@42: pre .lisp .title { rc-web@42: color: #E3CEAB; rc-web@42: } rc-web@42: rc-web@42: pre .django .template_tag, rc-web@42: pre .django .variable, rc-web@42: pre .django .filter .argument { rc-web@42: color: #DCDCDC; rc-web@42: } rc-web@42: rc-web@42: pre .number, rc-web@42: pre .date { rc-web@42: color: #8CD0D3; rc-web@42: } rc-web@42: rc-web@42: pre .dos .envvar, rc-web@42: pre .dos .stream, rc-web@42: pre .variable, rc-web@42: pre .apache .sqbracket { rc-web@42: color: #EFDCBC; rc-web@42: } rc-web@42: rc-web@42: pre .dos .flow, rc-web@42: pre .diff .change, rc-web@42: pre .python .exception, rc-web@42: pre .python .built_in, rc-web@42: pre .literal, rc-web@42: pre .tex .special { rc-web@42: color: #EFEFAF; rc-web@42: } rc-web@42: rc-web@42: pre .diff .chunk, rc-web@42: pre .ruby .subst { rc-web@42: color: #8F8F8F; rc-web@42: } rc-web@42: rc-web@42: pre .dos .keyword, rc-web@42: pre .python .decorator, rc-web@42: pre .class .title, rc-web@42: pre .haskell .label, rc-web@42: pre .function .title, rc-web@42: pre .ini .title, rc-web@42: pre .diff .header, rc-web@42: pre .ruby .class .parent, rc-web@42: pre .apache .tag, rc-web@42: pre .nginx .built_in, rc-web@42: pre .tex .command, rc-web@42: pre .input_number { rc-web@42: color: #efef8f; rc-web@42: } rc-web@42: rc-web@42: pre .dos .winutils, rc-web@42: pre .ruby .symbol, rc-web@42: pre .ruby .symbol .string, rc-web@42: pre .ruby .symbol .keyword, rc-web@42: pre .ruby .symbol .keymethods, rc-web@42: pre .ruby .string, rc-web@42: pre .ruby .instancevar { rc-web@42: color: #DCA3A3; rc-web@42: } rc-web@42: rc-web@42: pre .diff .deletion, rc-web@42: pre .string, rc-web@42: pre .tag .value, rc-web@42: pre .preprocessor, rc-web@42: pre .built_in, rc-web@42: pre .sql .aggregate, rc-web@42: pre .javadoc, rc-web@42: pre .smalltalk .class, rc-web@42: pre .smalltalk .localvars, rc-web@42: pre .smalltalk .array, rc-web@42: pre .css .rules .value, rc-web@42: pre .attr_selector, rc-web@42: pre .pseudo, rc-web@42: pre .apache .cbracket, rc-web@42: pre .tex .formula { rc-web@42: color: #CC9393; rc-web@42: } rc-web@42: rc-web@42: pre .shebang, rc-web@42: pre .diff .addition, rc-web@42: pre .comment, rc-web@42: pre .java .annotation, rc-web@42: pre .template_comment, rc-web@42: pre .pi, rc-web@42: pre .doctype { rc-web@42: color: #7F9F7F; rc-web@42: } rc-web@42: rc-web@42: pre .xml .css, rc-web@42: pre .xml .javascript, rc-web@42: pre .xml .vbscript, rc-web@42: pre .tex .formula { rc-web@42: opacity: 0.5; rc-web@42: } rc-web@42: