Path: blob/master/sandbox/RFinance2014/libraries/highlighters/highlight.js/css/pojoaque.css
1436 views
/*12Pojoaque Style by Jason Tate3http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html4Based on Solarized Style from http://ethanschoonover.com/solarized56*/78pre code {9display: block; padding: 0.5em;10color: #DCCF8F;11background: url(./pojoaque.jpg) repeat scroll left top #181914;12}1314pre .comment,15pre .template_comment,16pre .diff .header,17pre .doctype,18pre .lisp .string,19pre .javadoc {20color: #586e75;21font-style: italic;22}2324pre .keyword,25pre .css .rule .keyword,26pre .winutils,27pre .javascript .title,28pre .method,29pre .addition,30pre .css .tag,31pre .lisp .title {32color: #B64926;33}3435pre .number,36pre .command,37pre .string,38pre .tag .value,39pre .phpdoc,40pre .tex .formula,41pre .regexp,42pre .hexcolor {43color: #468966;44}4546pre .title,47pre .localvars,48pre .function .title,49pre .chunk,50pre .decorator,51pre .builtin,52pre .built_in,53pre .lisp .title,54pre .identifier,55pre .title .keymethods,56pre .id {57color: #FFB03B;58}5960pre .attribute,61pre .variable,62pre .instancevar,63pre .lisp .body,64pre .smalltalk .number,65pre .constant,66pre .class .title,67pre .parent,68pre .haskell .type {69color: #b58900;70}7172pre .css .attribute {73color: #b89859;74}7576pre .css .number,pre .css .hexcolor{77color: #DCCF8F;78}7980pre .css .class {81color: #d3a60c;82}8384pre .preprocessor,85pre .pi,86pre .shebang,87pre .symbol,88pre .diff .change,89pre .special,90pre .keymethods,91pre .attr_selector,92pre .important,93pre .subst,94pre .cdata {95color: #cb4b16;96}9798pre .deletion {99color: #dc322f;100}101102pre .tex .formula {103background: #073642;104}105106107