MediaWiki:Monobook.css: Difference between revisions
From The Mana World
A bit of style for syntax highlighting |
Refinements |
||
| Line 4: | Line 4: | ||
** Syntax highlighting | ** Syntax highlighting | ||
*/ | */ | ||
span.keyword { color: | span.keyword { color: #a52b2b; font-weight: bold; } | ||
span. | span.comment { color: #028102; font-style: italic; } | ||
span.string { color: #810181; } | |||