Path: blob/master/sandbox/RFinance2014/libraries/highlighters/highlight.js/css/github.css
1436 views
/*12github.com style (c) Vasily Polovnyov <[email protected]>34*/56pre code {7display: block; padding: 0.5em;8color: #000;9background: #f8f8ff10}1112pre .comment,13pre .template_comment,14pre .diff .header,15pre .javadoc {16color: #998;17font-style: italic18}1920pre .keyword,21pre .css .rule .keyword,22pre .winutils,23pre .javascript .title,24pre .lisp .title,25pre .subst,26pre .request,27pre .status {28color: #000;29font-weight: bold30}3132pre .number,33pre .hexcolor {34color: #40a07035}3637pre .string,38pre .tag .value,39pre .phpdoc,40pre .tex .formula {41color: #d1442}4344pre .title,45pre .id {46color: #900;47font-weight: bold48}4950pre .javascript .title,51pre .lisp .title,52pre .subst {53font-weight: normal54}5556pre .class .title,57pre .haskell .type,58pre .vhdl .literal,59pre .tex .command {60color: #458;61font-weight: bold62}6364pre .tag,65pre .tag .title,66pre .rules .property,67pre .django .tag .keyword {68color: #000080;69font-weight: normal70}7172pre .attribute,73pre .variable,74pre .instancevar,75pre .lisp .body {76color: #00808077}7879pre .regexp {80color: #00992681}8283pre .class {84color: #458;85font-weight: bold86}8788pre .symbol,89pre .ruby .symbol .string,90pre .ruby .symbol .keyword,91pre .ruby .symbol .keymethods,92pre .lisp .keyword,93pre .tex .special,94pre .input_number {95color: #99007396}9798pre .builtin,99pre .built_in,100pre .lisp .title {101color: #0086b3102}103104pre .preprocessor,105pre .pi,106pre .doctype,107pre .shebang,108pre .cdata {109color: #999;110font-weight: bold111}112113pre .deletion {114background: #fdd115}116117pre .addition {118background: #dfd119}120121pre .diff .change {122background: #0086b3123}124125pre .chunk {126color: #aaa127}128129pre .tex .formula {130opacity: 0.5;131}132133134