Difference between revisions of "MediaWiki:Common.css"
From CASA Guides
Jump to navigationJump to search (Created page with "→CSS placed here will be applied to all skins: body.page-Main_Page h1.firstHeading { display: none; }") |
(Colorize syntax-highlighted blocks) |
||
Line 2: | Line 2: | ||
body.page-Main_Page h1.firstHeading { display: none; } | body.page-Main_Page h1.firstHeading { display: none; } | ||
+ | |||
+ | .mw-highlight pre { | ||
+ | background-color: #ffebd7; | ||
+ | |||
+ | } |
Latest revision as of 14:30, 1 June 2017
/* CSS placed here will be applied to all skins */
body.page-Main_Page h1.firstHeading { display: none; }
.mw-highlight pre {
background-color: #ffebd7;
}