Difference between revisions of "MediaWiki:Common.css"

From Emagtech 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 */
 +
 +
div.mw-geshi div
 +
div.mw-geshi div pre,
 +
span.mw-geshi,
 +
pre.source-css,
 +
pre.source-python,
 +
pre.source-javascript {
 +
font-family: monospace, Courier !important;
 +
line-height: 1px;
 +
}

Revision as of 13:59, 16 August 2016

/* 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-python,
pre.source-javascript {
font-family: monospace, Courier !important;
line-height: 1px;
}