Difference between revisions of "MediaWiki:Geshi.css"

From TSG Doc
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to GeSHi syntax highlighting: div.mw-geshi div,pre { font-family: monospace, "Courier New" !important; font-size:1.0em; }")
 
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,pre {
 
div.mw-geshi div,pre {
 
  font-family: monospace, "Courier New" !important;
 
  font-family: monospace, "Courier New" !important;
 
  font-size:1.0em;
 
  font-size:1.0em;
 +
}*/
 +
 +
div.mw-geshi div
 +
div.mw-geshi div pre,
 +
span.mw-geshi,
 +
pre.source-css,
 +
pre.source-javascript {
 +
  font-family: monospace, "Courier New" !important;
 
}
 
}

Revision as of 12:53, 28 April 2015

/* CSS placed here will be applied to GeSHi syntax highlighting 
div.mw-geshi div,pre {
 font-family: monospace, "Courier New" !important;
 font-size:1.0em;
}*/

div.mw-geshi div
div.mw-geshi div pre,
span.mw-geshi,
pre.source-css,
pre.source-javascript {
  font-family: monospace, "Courier New" !important;
}