Difference between revisions of "MediaWiki:Geshi.css"

From bwHPC Wiki
Jump to: navigation, search
Line 1: Line 1:
/* CSS placed here will be applied to GeSHi syntax highlighting */
+
/* CSS placed here will be applied to all skins */
  +
div.mw-geshi div
source {
 
  +
div.mw-geshi div pre,
/*font-size:1.6em;*/
 
  +
span.mw-geshi,
font-size:13px;
 
  +
pre.source-css,
border:1px dotted #808080;
 
  +
pre.source-javascript {
 
font-family: monospace, Courier !important;
 
font-family: monospace, Courier !important;
 
}
 
}

Revision as of 17:44, 17 July 2015

/* CSS placed here will be applied to all skins */
div.mw-geshi div
div.mw-geshi div pre,
span.mw-geshi,
pre.source-css,
pre.source-javascript {
  font-family: monospace, Courier !important;
}