123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- /*
- Original highlight.js style (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
- */
- .highlight
- color: #444
- background: #F0F0F0
- .code
- .subst
- color: #444
- .keyword,
- .attribute,
- .selector-tag,
- .meta-keyword,
- .doctag,
- .name
- font-weight: bold
- .built_in,
- .literal,
- .bullet,
- .code,
- .addition
- color: #1F811F
- .regexp,
- .symbol,
- .variable,
- .template-variable,
- .link,
- .selector-attr,
- .selector-pseudo
- color: #BC6060
- .type,
- .string,
- .number,
- .selector-id,
- .selector-class,
- .quote,
- .template-tag,
- .deletion
- color: #880000
- .title,
- .section
- color: #880000
- font-weight: bold
- .comment
- color: #888888
- .meta
- color: #2B6EA1
- .emphasis
- font-style: italic
- .strong
- font-weight: bold
|