Difference between revisions of "MediaWiki:Common.css"

From Emagtech Wiki
Jump to: navigation, search
(Created page with "/* CSS placed here will be applied to all skins */ CSS placed here will be applied to all skins: .mw-highlight pre { font-size: 1em; }")
 
 
(5 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 */
  
/* CSS placed here will be applied to all skins */
+
div.mw-geshi div
.mw-highlight pre {
+
div.mw-geshi div pre,
font-size: 1em;
+
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%;
}