Path: blob/master/sandbox/RFinance2014/libraries/highlighters/highlight.js/css/zenburn.css
1436 views
/*12Zenburn style from voldmar.ru (c) Vladimir Epifanov <[email protected]>3based on dark.css by Ivan Sagalaev45*/67pre code {8display: block; padding: 0.5em;9background: #3F3F3F;10color: #DCDCDC;11}1213pre .keyword,14pre .tag,15pre .css .class,16pre .css .id,17pre .lisp .title,18pre .request,19pre .status {20color: #E3CEAB;21}2223pre .django .template_tag,24pre .django .variable,25pre .django .filter .argument {26color: #DCDCDC;27}2829pre .number,30pre .date {31color: #8CD0D3;32}3334pre .dos .envvar,35pre .dos .stream,36pre .variable,37pre .apache .sqbracket {38color: #EFDCBC;39}4041pre .dos .flow,42pre .diff .change,43pre .python .exception,44pre .python .built_in,45pre .literal,46pre .tex .special {47color: #EFEFAF;48}4950pre .diff .chunk,51pre .ruby .subst {52color: #8F8F8F;53}5455pre .dos .keyword,56pre .python .decorator,57pre .title,58pre .haskell .type,59pre .diff .header,60pre .ruby .class .parent,61pre .apache .tag,62pre .nginx .built_in,63pre .tex .command,64pre .input_number {65color: #efef8f;66}6768pre .dos .winutils,69pre .ruby .symbol,70pre .ruby .symbol .string,71pre .ruby .symbol .keyword,72pre .ruby .symbol .keymethods,73pre .ruby .string,74pre .ruby .instancevar {75color: #DCA3A3;76}7778pre .diff .deletion,79pre .string,80pre .tag .value,81pre .preprocessor,82pre .built_in,83pre .sql .aggregate,84pre .javadoc,85pre .smalltalk .class,86pre .smalltalk .localvars,87pre .smalltalk .array,88pre .css .rules .value,89pre .attr_selector,90pre .pseudo,91pre .apache .cbracket,92pre .tex .formula {93color: #CC9393;94}9596pre .shebang,97pre .diff .addition,98pre .comment,99pre .java .annotation,100pre .template_comment,101pre .pi,102pre .doctype {103color: #7F9F7F;104}105106pre .coffeescript .javascript,107pre .xml .css,108pre .xml .javascript,109pre .xml .vbscript,110pre .tex .formula {111opacity: 0.5;112}113114115116