MediaWiki:Common.css: Difference between revisions
No edit summary Tag: Manual revert |
No edit summary Tag: Reverted |
||
| Line 24: | Line 24: | ||
body.mw-anonuser #ca-login { | body.mw-anonuser #ca-login { | ||
display: none !important; | display: none !important; | ||
} | |||
.mw-ui-button a, | |||
.mw-ui-button a img { | |||
display: block; | |||
width: 100%; | |||
height: auto; | |||
margin: 0; | |||
padding: 0; | |||
border: none; | |||
} | } | ||
Revision as of 21:48, 24 September 2024
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 a,
.mw-ui-button a img {
display: block;
width: 100%;
height: auto;
margin: 0;
padding: 0;
border: none;
}