Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 11: Line 11:
   display: block;
   display: block;
   margin: 0 auto;
   margin: 0 auto;
}
.mw-parser-output img:hover {
    transform: none !important;
}
}

Revision as of 01:25, 11 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;
}