MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 508:
/* ======================================================= */
/* GLOBAL HIDE
/* We hide these for everyone, then unhide for logged-in */
/* users in MediaWiki:Group-user.css */
/* ======================================================= */
/* 1. Hide the
#pt-login,
▲body.not-logged-in #vector-user-links,
#pt-userpage,
▲body.not-logged-in #pt-createaccount,
#pt-mytalk,
#pt-preferences,
#pt-watchlist,
#pt-mycontris,
#pt-logout {
display: none !important;
}
/* 2. Hide the
#p-tb, /* Standard Toolbox */
#vector-page-tools, /* Vector 2022 Right Sidebar Tools */
display: none !important;
}
/* 3. (Optional) Hide Edit & History tabs for read-only feel */
#ca-viewsource,
#ca-history,
#ca-talk {
display: none !important;
}
| |||