MediaWiki:Monobook.css: Difference between revisions
From The Mana World
No edit summary |
A bit of style for syntax highlighting |
||
| Line 1: | Line 1: | ||
/* edit this file to customize the monobook skin for the entire site */ | /* edit this file to customize the monobook skin for the entire site */ | ||
/* | |||
** Syntax highlighting | |||
*/ | |||
span.keyword { color: red; font-weight: bold; } | |||
span.class { color: blue; font-weight: bold; } | |||