MediaWiki:Common.css: Difference between revisions
No edit summary |
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; | ||
} | |||
.my-button-image { | |||
position: absolute; | |||
top: 50%; | |||
left: 50%; | |||
transform: translate(-50%, -50%); | |||
} | } | ||
Revision as of 20:52, 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;
}
.my-button-image {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}