Path: blob/master/sandbox/RFinance2014/libraries/highlighters/highlight.js/css/googlecode.css
1436 views
/*12Google Code style (c) Aahan Krish <[email protected]>34*/56pre code {7display: block; padding: 0.5em;8background: white; color: black;9}1011pre .comment,12pre .template_comment,13pre .javadoc,14pre .comment * {15color: #800;16}1718pre .keyword,19pre .method,20pre .list .title,21pre .tag .title,22pre .setting .value,23pre .winutils,24pre .tex .command,25pre .http .title,26pre .request,27pre .status {28color: #008;29}3031pre .envvar,32pre .tex .special {33color: #660;34}3536pre .string,37pre .tag .value,38pre .cdata,39pre .filter .argument,40pre .attr_selector,41pre .apache .cbracket,42pre .date,43pre .regexp {44color: #080;45}4647pre .sub .identifier,48pre .pi,49pre .tag,50pre .tag .keyword,51pre .decorator,52pre .ini .title,53pre .shebang,54pre .input_number,55pre .hexcolor,56pre .rules .value,57pre .css .value .number,58pre .literal,59pre .symbol,60pre .ruby .symbol .string,61pre .ruby .symbol .keyword,62pre .ruby .symbol .keymethods,63pre .number,64pre .css .function {65color: #066;66}6768pre .class .title,69pre .haskell .type,70pre .smalltalk .class,71pre .javadoctag,72pre .yardoctag,73pre .phpdoc,74pre .typename,75pre .tag .attribute,76pre .doctype,77pre .class .id,78pre .built_in,79pre .setting,80pre .params,81pre .variable {82color: #606;83}8485pre .css .tag,86pre .rules .property,87pre .pseudo,88pre .subst {89color: #000;90}9192pre .css .class, pre .css .id {93color: #9B703F;94}9596pre .value .important {97color: #ff7700;98font-weight: bold;99}100101pre .rules .keyword {102color: #C5AF75;103}104105pre .annotation,106pre .apache .sqbracket,107pre .nginx .built_in {108color: #9B859D;109}110111pre .preprocessor,112pre .preprocessor * {113color: #444;114}115116pre .tex .formula {117background-color: #EEE;118font-style: italic;119}120121pre .diff .header,122pre .chunk {123color: #808080;124font-weight: bold;125}126127pre .diff .change {128background-color: #BCCFF9;129}130131pre .addition {132background-color: #BAEEBA;133}134135pre .deletion {136background-color: #FFC8BD;137}138139pre .comment .yardoctag {140font-weight: bold;141}142143144