12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- /*
- Brown Paper style from goldblog.com.ua (c) Zaripov Yura <yur4ik7@ukr.net>
- */
- .highlight
- color: #363c69
- background:#b7a68e url(./brown-papersq.png)
- .code
- .keyword,
- .selector-tag,
- .literal
- color:#005599
- font-weight:bold
- .highlight,
- .subst
- color: #363c69
- .string,
- .title,
- .section,
- .type,
- .attribute,
- .symbol,
- .bullet,
- .built_in,
- .addition,
- .variable,
- .template-tag,
- .template-variable,
- .link,
- .name
- color: #2c009f
- .comment,
- .quote,
- .meta,
- .deletion
- color: #802022
- .keyword,
- .selector-tag,
- .literal,
- .doctag,
- .title,
- .section,
- .type,
- .name,
- .strong
- font-weight: bold
- .emphasis
- font-style: italic
|