Difference between revisions of "MediaWiki:Common.css"

From Emagtech Wiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
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.python.source-python,
 +
.python,
 +
.source-python,
 +
pre.source-javascript {
 +
font-family: monospace, Courier !important;
 +
line-height: 90%;
 +
}

Latest revision as of 14:02, 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.python.source-python,
.python,
.source-python,
pre.source-javascript {
font-family: monospace, Courier !important;
line-height: 90%;
}