MediaWiki:Group-bot.css
MediaWiki interface page
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;}