Path: blob/master/sandbox/RFinance2014/libraries/highlighters/highlight.js/css/monokai.css
1436 views
/*1Monokai style - ported by Luigi Maselli - http://grigio.org2*/34pre code {5display: block; padding: 0.5em;6background: #272822;7}89pre .params .identifier .keymethods {10color: #FD971F;11}1213pre .tag,14pre .tag .title,15pre .keyword,16pre .literal,17pre .change,18pre .winutils,19pre .flow,20pre .lisp .title,21pre .tex .special {22color: #F92672;23}2425pre code {26color: #DDD;27}2829pre code .constant {30color: #66D9EF;31}3233pre .class .title {34color: white;35}3637pre .attribute,38pre .symbol,39pre .value,40pre .regexp {41color: #BF79DB;42}4344pre .tag .value,45pre .string,46pre .ruby .subst,47pre .title,48pre .haskell .type,49pre .preprocessor,50pre .ruby .instancevar,51pre .ruby .class .parent,52pre .built_in,53pre .sql .aggregate,54pre .django .template_tag,55pre .django .variable,56pre .smalltalk .class,57pre .javadoc,58pre .ruby .string,59pre .django .filter .argument,60pre .smalltalk .localvars,61pre .smalltalk .array,62pre .attr_selector,63pre .pseudo,64pre .addition,65pre .stream,66pre .envvar,67pre .apache .tag,68pre .apache .cbracket,69pre .tex .command,70pre .input_number {71color: #A6E22E;72}7374pre .comment,75pre .java .annotation,76pre .python .decorator,77pre .template_comment,78pre .pi,79pre .doctype,80pre .deletion,81pre .shebang,82pre .apache .sqbracket,83pre .tex .formula {84color: #75715E;85}8687pre .keyword,88pre .literal,89pre .css .id,90pre .phpdoc,91pre .title,92pre .haskell .type,93pre .vbscript .built_in,94pre .sql .aggregate,95pre .rsl .built_in,96pre .smalltalk .class,97pre .diff .header,98pre .chunk,99pre .winutils,100pre .bash .variable,101pre .apache .tag,102pre .tex .special,103pre .request,104pre .status {105font-weight: bold;106}107108pre .coffeescript .javascript,109pre .xml .css,110pre .xml .javascript,111pre .xml .vbscript,112pre .tex .formula {113opacity: 0.5;114}115116117