Views
Difference between revisions of "MediaWiki:Common.css"
From bwHPC Wiki
(Created page with "→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, Cour...") |
|||
Line 6: | Line 6: | ||
pre.source-javascript { | pre.source-javascript { | ||
font-family: monospace, Courier !important; | font-family: monospace, Courier !important; | ||
+ | } | ||
+ | #f-copyrightico { | ||
+ | margin-left: 50px; | ||
+ | height: 1%; | ||
+ | } | ||
+ | |||
+ | #ca-history { | ||
+ | display: none !important; | ||
} | } |
Latest revision as of 01:41, 27 April 2019
/* 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;
}
#f-copyrightico {
margin-left: 50px;
height: 1%;
}
#ca-history {
display: none !important;
}