MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
HollowLeaf (talk | contribs) Created page with "→Hide the toolbox from the sidebar: #p-tb { display: none !important; }" |
HollowLeaf (talk | contribs) No edit summary Tag: Manual revert |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* Hide the toolbox from the sidebar */ | /* Hide the toolbox from the sidebar */ | ||
#p-tb { | #p-tb { | ||
display: none !important; | |||
} | |||
/* === Full-width responsive images for Chessboard Magic === */ | |||
.fullwidth img { | |||
width: 100% !important; | |||
height: auto !important; | |||
max-width: 100% !important; | |||
display: block; | |||
margin: 0 auto; | |||
} | |||
.mw-parser-output img:hover { | |||
transform: none !important; | |||
} | |||
/* Hide Special pages and Upload from Citizen sidebar */ | |||
#t-specialpages, | |||
#t-upload { | |||
display: none !important; | |||
} | |||
.citizen-siteStats { | |||
display: none !important; | display: none !important; | ||
} | } |
Latest revision as of 01:20, 12 October 2025
/* Hide the toolbox from the sidebar */ #p-tb { display: none !important; } /* === Full-width responsive images for Chessboard Magic === */ .fullwidth img { width: 100% !important; height: auto !important; max-width: 100% !important; display: block; margin: 0 auto; } .mw-parser-output img:hover { transform: none !important; } /* Hide Special pages and Upload from Citizen sidebar */ #t-specialpages, #t-upload { display: none !important; } .citizen-siteStats { display: none !important; }