Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Group-user.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 22: Line 22:
#ca-edit {
#ca-edit {
     display: block !important;
     display: block !important;
}
/* ==========================================================
  RESTORE DRAWER MENU FOR LOGGED-IN USERS
  ========================================================== */
.citizen-header__item.citizen-drawer,
.citizen-header__item.citizen-dropdown {
    display: flex !important; /* Citizen uses flexbox for header items */
}
#citizen-drawer-toggle {
    display: block !important; /* Or inline-block depending on exact skin version */
}
}

Revision as of 04:19, 27 January 2026

/* 1. Unhide the TOOLS & ACTIONS MENUS (Boxes) */
#p-tb,
#p-cactions,
#citizen-page-more-dropdown,
.mw-portlet-cactions,
.page-actions-menu {
    display: block !important;
}

/* 2. Unhide SIDEBAR LINKS */
#n-recentchanges, 
#t-specialpages {
    display: list-item !important;
}

/* 3. Unhide PAGE TABS */
#ca-viewsource, 
#ca-viewsource-sticky-header, 
#ca-ve-edit-sticky-header, 
#ca-history-sticky-header, 
#ca-history, 
#ca-edit {
    display: block !important;
}

/* ==========================================================
   RESTORE DRAWER MENU FOR LOGGED-IN USERS
   ========================================================== */
.citizen-header__item.citizen-drawer,
.citizen-header__item.citizen-dropdown {
    display: flex !important; /* Citizen uses flexbox for header items */
}

#citizen-drawer-toggle {
    display: block !important; /* Or inline-block depending on exact skin version */
}