MediaWiki:Common.css: Difference between revisions
From Posstack.com Documentation
(Remove border bottom of headings) |
No edit summary |
||
Line 3: | Line 3: | ||
.mw-body h1.firstHeading, | .mw-body h1.firstHeading, | ||
.mw-body .mw-parser-output h1:after, | .mw-body .mw-parser-output h1:after, | ||
.mw-body .mw-parser-output h2:after {border-bottom: none;} | .mw-body .mw-parser-output h2:after, | ||
.tools-inline li {border-bottom: none;} | |||
#mw-related-navigation {display:none;} | #mw-related-navigation {display:none;} |
Revision as of 09:03, 9 November 2022
/* CSS placed here will be applied to all skins */ li#ca-history, li#ca-talk, li#ca-viewsource { display: none; } .mw-body h1.firstHeading, .mw-body .mw-parser-output h1:after, .mw-body .mw-parser-output h2:after, .tools-inline li {border-bottom: none;} #mw-related-navigation {display:none;}