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; } |
Revision as of 01:19, 10 July 2005
/* edit this file to customize the monobook skin for the entire site */
/*
** Syntax highlighting
*/
span.keyword { color: #a52b2b; font-weight: bold; }
span.comment { color: #028102; font-style: italic; }
span.string { color: #810181; }