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 |
||
Line 2: | Line 2: | ||
#p-tb { | #p-tb { | ||
display: none !important; | 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; | |||
} | } |
Revision as of 23:13, 9 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; }