Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
.mw-page-title-main .mw-namespace {
display: none;
}
.page-header h1.firstHeading {
display: none;
}
#ca-nstab-main { display: none !important; }
body.mw-anonuser #ca-history {
display: none !important;
}
body.mw-anonuser #ca-view {
display: none !important;
}
body.mw-anonuser #ca-viewsource {
display: none !important;
}
body.mw-anonuser #ca-login {
display: none !important;
}
.mw-ui-button .thumb,
.mw-ui-button .thumbinner,
.mw-ui-button .thumbimage {
margin: 0;
padding: 0;
border: none;
}
/* Ensure the image fills its container */
.mw-ui-button .thumbimage {
display: block;
width: 100%;
height: auto;
}
/* Reset margins and paddings on links wrapping images */
.mw-ui-button a {
margin: 0;
padding: 0;
border: none;
text-decoration: none;
}
/* Remove default font size to eliminate inline whitespace */
.mw-ui-button {
font-size: 0;
}
/* Restore font size for child elements */
.mw-ui-button * {
font-size: initial;
}