Difference between revisions of "MediaWiki:Geshi.css"

From TSG Doc
Jump to navigation Jump to search
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 div,
 
div.mw-geshi div pre,
 
span.mw-geshi,
 
pre.source-css,
 
pre.source-javascript {
 
  font-family: monospace, "Courier New" !important;
 
  font-size:1.0em;
 
}
 

Revision as of 13:32, 28 April 2015

/* CSS placed here will be applied to GeSHi syntax highlighting */