MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
body.page-Main_Page h1.firstHeading { | body.page-Main_Page h1.firstHeading { | ||
display: none; | display: none; | ||
} | |||
.mw-references-wrap { | |||
pointer-events: none !important; | |||
background-color: #f8f9fa; | |||
border: 1px solid #eaecf0; | |||
border-radius: 2px; | |||
padding: 1px 4px; | |||
opacity: 0.1 !important; | |||
} | } |
Revision as of 09:46, 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: none !important; background-color: #f8f9fa; border: 1px solid #eaecf0; border-radius: 2px; padding: 1px 4px; opacity: 0.1 !important; }