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
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 {
.hero-header-image img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
}
.hero-header-image .mw-file-element {
     max-width: 100% !important;
     max-width: 100% !important;
     width: 100% !important;
     width: 100% !important;
     height: auto !important;
     height: auto !important;
}
}

Revision as of 04:31, 15 January 2026

/* 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;
}
.hero-header-image .mw-file-element {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
}