MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: body.page-Main_Page h1.firstHeading { display: none; }") |
No edit summary |
||
| (7 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 */ | ||
body.page-Main_Page h1.firstHeading { display: none; } | body.page-Main_Page h1.firstHeading { | ||
display: none; | |||
} | |||
.mw-references-wrap { | |||
pointer-events: auto !important; | |||
opacity: 1 !important; | |||
background-color: #fff; | |||
border: 0px solid #fff; | |||
border-radius: 0px; | |||
padding: 0px; | |||
} | |||
Latest revision as of 09:50, 5 November 2022
/* CSS placed here will be applied to all skins */
body.page-Main_Page h1.firstHeading {
display: none;
}
.mw-references-wrap {
pointer-events: auto !important;
opacity: 1 !important;
background-color: #fff;
border: 0px solid #fff;
border-radius: 0px;
padding: 0px;
}