MediaWiki:Common.css: Difference between revisions

From The Largs to Largs Grand Tour
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: Responsive hero header images: .hero-header-image img { max-width: 100% !important; width: 100% !important; height: auto !important; }"
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Responsive hero header images */
/* Responsive hero header images */
.hero-header-image img {
/* Responsive hero header images */
    max-width: 100% !important;
.hero-header-image .mw-file-element {
    width: 100% !important;
  display: block;
    height: auto !important;
  width: 100%;
  height: auto;
}
}

Latest revision as of 04:45, 15 January 2026

/* CSS placed here will be applied to all skins */

/* Responsive hero header images */
/* Responsive hero header images */
.hero-header-image .mw-file-element {
  display: block;
  width: 100%;
  height: auto;
}