MediaWiki:Group-user.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1:
/* CSS placed here will affect registered users only */
display: block !important;▼
}▼
/* ========================================================== */
/* 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,
display: flex !important; /* Vector 2022 uses flexbox here */▼
}
/* 2. Restore Individual User Buttons */
▲#p-personal,
#pt-userpage,
#pt-mytalk,
Line 24:
}
/*
#vector-page-tools,
#vector-page-tools-dropdown,
#p-tb,
.vector-page-tools,
.vector-p-tb,
#p-coll-print_export {
display: block !important;
}
/*
#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;
}
| |||