MediaWiki:Common.css: Difference between revisions

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

1 /* CSS placed here will be applied to all skins */
2 
3 body.page-Main_Page h1.firstHeading { display: none; }
4 
5 .mw-highlight pre {
6     background-color: #ffebd7;
7 
8 }