MediaWiki:Group-bot.css: Difference between revisions
MediaWiki interface page
(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...") |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will affect bots only */ | /* CSS placed here will affect bots only */ | ||
/* Show the items hidden from anonymous users in the Citizen skin */ | /* Show the items hidden from anonymous users in the Citizen skin */ | ||
.mw-footer {display: inherit;} | .mw-footer {display: inherit;} | ||
.page-actions {display: | .page-actions {display: grid;} | ||
.citizen-personalMenu {display: inherit;} | .citizen-personalMenu {display: inherit;} | ||
.citizen-drawer__button {display: grid;} | .citizen-drawer__button {display: grid;} | ||
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;}