MediaWiki:Group-user.css: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 47: | Line 47: | ||
.mw-normal-catlinks { |
.mw-normal-catlinks { |
||
display: block !important; |
display: block !important; |
||
} |
|||
/* ======================================================= */ |
|||
/* RESTORE PAGE ACTIONS FOR LOGGED-IN USERS */ |
|||
/* ======================================================= */ |
|||
#p-views, |
|||
.page-actions-menu__list { |
|||
/* Use FLEX because this menu needs horizontal alignment */ |
|||
display: flex !important; |
|||
} |
} |
||
Revision as of 13:45, 7 December 2025
/* CSS placed here will affect registered users only */
/* ========================================================== */
/* RESTORE MENUS FOR LOGGED-IN USERS */
/* This overrides the "Hide" rules in Common.css */
/* ========================================================== */
/* 1. Restore User Links Container */
/* Vector 2022 uses flexbox for the header icons */
#vector-user-links,
.vector-user-links,
#p-personal {
display: flex !important;
}
/* 2. Restore Individual User Buttons */
#pt-userpage,
#pt-mytalk,
#pt-preferences,
#pt-watchlist,
#pt-mycontris,
#pt-logout {
display: block !important;
}
/* 3. Restore Tools (Sidebar & Dropdowns) */
#vector-page-tools,
#vector-page-tools-dropdown,
#p-tb,
.vector-page-tools,
.vector-p-tb,
#p-coll-print_export {
display: block !important;
}
/* 4. Restore Tabs (History, Talk, Edit) */
#ca-viewsource,
#ca-history,
#ca-talk {
display: block !important;
}
/* 5. Restore Categories Bar */
/* Essential if you want to manage categories */
#catlinks,
.catlinks,
.mw-normal-catlinks {
display: block !important;
}
/* ======================================================= */
/* RESTORE PAGE ACTIONS FOR LOGGED-IN USERS */
/* ======================================================= */
#p-views,
.page-actions-menu__list {
/* Use FLEX because this menu needs horizontal alignment */
display: flex !important;
}