MediaWiki:Monobook.css: Difference between revisions
From The Mana World
A bit of style for syntax highlighting |
m Maybe not italic |
||
| (One intermediate revision by the same user not shown) | |||
| Line 4: | Line 4: | ||
** Syntax highlighting | ** Syntax highlighting | ||
*/ | */ | ||
span.keyword { color: | span.keyword { color: #a52b2b; font-weight: bold; } | ||
span. | span.comment { color: #028102; } | ||
span.string { color: #810181; } | |||