MediaWiki:Monobook.css: Difference between revisions

From The Mana World
No edit summary
 
Bjørn (talk | contribs)
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; }

Revision as of 00:38, 10 July 2005

/* 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; }