MediaWiki:Group-bot.css

MediaWiki interface page
Revision as of 09:33, 26 August 2022 by NC (talk | contribs) (Created page with "→‎CSS placed here will affect bots only: →‎Show the items hidden from anonymous users in the Vector skin: .mw-sidebar {display: inherit;} #mw-head {display: inherit;} #mw-sidebar-button {display: inherit;} .vector-user-links {display: flex;} →‎Show the items hidden from anonymous users in the Citizen skin: .mw-footer {display: inherit;} .page-actions {display: inherit;} .citizen-personalMenu {display: inherit;} .citizen-drawer__button {display: grid;} /* Re-e...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect bots only */

/* Show the items hidden from anonymous users in the Vector skin */
.mw-sidebar {display: inherit;}
#mw-head {display: inherit;}
#mw-sidebar-button {display: inherit;}
.vector-user-links {display: flex;}

/* Show the items hidden from anonymous users in the Citizen skin */
.mw-footer {display: inherit;}
.page-actions {display: inherit;}
.citizen-personalMenu {display: inherit;}
.citizen-drawer__button {display: grid;}

/* Re-enable image links so admins can update images more easily */
.image {pointer-events: auto;}

/* Re-enable clickable logo in top-left corner */
.citizen-drawer__button {pointer-events: auto;}

/* Show the toolbar on the Main Page but not the title */
.page-Main_Page .mw-body-header {display: flex;}
.page-Main_Page .firstHeading {display: none;}