Difference between revisions of "MediaWiki:Geshi.css"

From bwHPC Wiki
Jump to: navigation, search
Line 7: Line 7:
 
font-family: monospace, Courier !important;
 
font-family: monospace, Courier !important;
 
}
 
}
  +
.bash.source-bash .co0 {color: #000000; font-family: monospace, Courier !important;}

Revision as of 17:55, 2 September 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;
}
.bash.source-bash .co0 {color: #000000; font-family: monospace, Courier !important;}