12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- /*
- Description: Magula style for highligh.js
- Author: Ruslan Keba <rukeba@gmail.com>
- Website: http://rukeba.com/
- Version: 1.0
- Date: 2009-01-03
- Music: Aphex Twin / Xtal
- */
- .highlight
- background-color: #f4f4f4
- .code
- .highlight,
- .subst
- color: black
- .string,
- .title,
- .symbol,
- .bullet,
- .attribute,
- .addition,
- .variable,
- .template-tag,
- .template-variable
- color: #050
- .comment,
- .quote
- color: #777
- .number,
- .regexp,
- .literal,
- .type,
- .link
- color: #800
- .deletion,
- .meta
- color: #00e
- .keyword,
- .selector-tag,
- .doctag,
- .title,
- .section,
- .built_in,
- .tag,
- .name
- font-weight: bold
- color: navy
- .emphasis
- font-style: italic
- .strong
- font-weight: bold
|