MediaWiki:Group-bot.css: Difference between revisions
MediaWiki interface page
(Blanked the page) Tag: Blanking |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will affect bots only */ | |||
/* Show the items hidden from anonymous users in the Citizen skin */ | |||
.mw-footer {display: inherit;} | |||
.page-actions {display: grid;} | |||
.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;} | |||
Latest revision as of 10:45, 30 August 2022
/* CSS placed here will affect bots only */
/* Show the items hidden from anonymous users in the Citizen skin */
.mw-footer {display: inherit;}
.page-actions {display: grid;}
.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;}