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 all skins */
 
/* CSS placed here will be applied to all skins */
  +
{font-family: monospace, Courier !important;}
div.mw-geshi div
 
div.mw-geshi div pre,
 
span.mw-geshi,
 
pre.source-css,
 
pre.source-javascript,
 
pre.source-bash {
 
font-family: monospace, Courier !important;
 
}
 
.source-bash {font-family: monospace, Courier !important;}
 

Revision as of 18:11, 2 September 2015

/* CSS placed here will be applied to all skins */
{font-family: monospace, Courier !important;}