Path: blob/master/sandbox/RFinance2014/libraries/highlighters/highlight.js/css/idea.css
1436 views
/*12Intellij Idea-like styling (c) Vasily Polovnyov <[email protected]>34*/56pre code {7display: block; padding: 0.5em;8color: #000;9background: #fff;10}1112pre .subst,13pre .title {14font-weight: normal;15color: #000;16}1718pre .comment,19pre .template_comment,20pre .javadoc,21pre .diff .header {22color: #808080;23font-style: italic;24}2526pre .annotation,27pre .decorator,28pre .preprocessor,29pre .doctype,30pre .pi,31pre .chunk,32pre .shebang,33pre .apache .cbracket,34pre .input_number,35pre .http .title {36color: #808000;37}3839pre .tag,40pre .pi {41background: #efefef;42}4344pre .tag .title,45pre .id,46pre .attr_selector,47pre .pseudo,48pre .literal,49pre .keyword,50pre .hexcolor,51pre .css .function,52pre .ini .title,53pre .css .class,54pre .list .title,55pre .tex .command,56pre .request,57pre .status {58font-weight: bold;59color: #000080;60}6162pre .attribute,63pre .rules .keyword,64pre .number,65pre .date,66pre .regexp,67pre .tex .special {68font-weight: bold;69color: #0000ff;70}7172pre .number,73pre .regexp {74font-weight: normal;75}7677pre .string,78pre .value,79pre .filter .argument,80pre .css .function .params,81pre .apache .tag {82color: #008000;83font-weight: bold;84}8586pre .symbol,87pre .ruby .symbol .string,88pre .ruby .symbol .keyword,89pre .ruby .symbol .keymethods,90pre .char,91pre .tex .formula {92color: #000;93background: #d0eded;94font-style: italic;95}9697pre .phpdoc,98pre .yardoctag,99pre .javadoctag {100text-decoration: underline;101}102103pre .variable,104pre .envvar,105pre .apache .sqbracket,106pre .nginx .built_in {107color: #660e7a;108}109110pre .addition {111background: #baeeba;112}113114pre .deletion {115background: #ffc8bd;116}117118pre .diff .change {119background: #bccff9;120}121122123