Path: blob/master/sandbox/RFinance2014/libraries/highlighters/highlight.js/css/school_book.css
1436 views
/*12School Book style from goldblog.com.ua (c) Zaripov Yura <[email protected]>34*/56pre code {7display: block; padding: 15px 0.5em 0.5em 30px;8font-size: 11px !important;9line-height:16px !important;10}1112pre{13background:#f6f6ae url(./school_book.png);14border-top: solid 2px #d2e8b9;15border-bottom: solid 1px #d2e8b9;16}1718pre .keyword,19pre .literal,20pre .change,21pre .winutils,22pre .flow,23pre .lisp .title,24pre .tex .special {25color:#005599;26font-weight:bold;27}2829pre code,30pre .ruby .subst,31pre .tag .keyword {32color: #3E5915;33}3435pre .string,36pre .title,37pre .haskell .type,38pre .tag .value,39pre .css .rules .value,40pre .preprocessor,41pre .ruby .symbol,42pre .ruby .symbol .string,43pre .ruby .symbol .keyword,44pre .ruby .symbol .keymethods,45pre .ruby .instancevar,46pre .ruby .class .parent,47pre .built_in,48pre .sql .aggregate,49pre .django .template_tag,50pre .django .variable,51pre .smalltalk .class,52pre .javadoc,53pre .ruby .string,54pre .django .filter .argument,55pre .smalltalk .localvars,56pre .smalltalk .array,57pre .attr_selector,58pre .pseudo,59pre .addition,60pre .stream,61pre .envvar,62pre .apache .tag,63pre .apache .cbracket,64pre .nginx .built_in,65pre .tex .command {66color: #2C009F;67}6869pre .comment,70pre .java .annotation,71pre .python .decorator,72pre .template_comment,73pre .pi,74pre .doctype,75pre .deletion,76pre .shebang,77pre .apache .sqbracket {78color: #E60415;79}8081pre .keyword,82pre .literal,83pre .css .id,84pre .phpdoc,85pre .title,86pre .haskell .type,87pre .vbscript .built_in,88pre .sql .aggregate,89pre .rsl .built_in,90pre .smalltalk .class,91pre .xml .tag .title,92pre .diff .header,93pre .chunk,94pre .winutils,95pre .bash .variable,96pre .apache .tag,97pre .tex .command,98pre .request,99pre .status {100font-weight: bold;101}102103pre .coffeescript .javascript,104pre .xml .css,105pre .xml .javascript,106pre .xml .vbscript,107pre .tex .formula {108opacity: 0.5;109}110111112