MediaWiki:Geshi.css: Difference between revisions

From CASA Guides
Jump to navigationJump to search
(Created page with '→‎CSS placed here will be applied to GeSHi syntax highlighting: div.mw-geshi { background: #ffe4b5; }')
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to GeSHi syntax highlighting */
/* CSS placed here will be applied to GeSHi syntax highlighting */


div.mw-geshi {


     background: #ffe4b5;
pre {
     background-color: #ffe4b5;
}
}

Revision as of 15:00, 5 August 2010

1 /* CSS placed here will be applied to GeSHi syntax highlighting */
2 
3 
4 pre {
5     background-color: #ffe4b5;
6 }