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...")
 
(Blanked the page)
Tag: Blanking
Line 1: Line 1:
/* 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;}

Revision as of 10:41, 30 August 2022