MediaWiki:Common.css: Difference between revisions
From DFO – Flood Observatory
DFO Kettner (talk | contribs) No edit summary |
DFO Kettner (talk | contribs) No edit summary Tag: Reverted |
||
| Line 3: | Line 3: | ||
img { height: auto; max-width: 100%; } | img { height: auto; max-width: 100%; } | ||
/* Hide | /* Hide Chameleon title container completely */ | ||
. | .page-header { | ||
display: none !important; | display: none !important; | ||
border-bottom: none !important; | |||
box-shadow: none !important; | |||
} | } | ||
/* | /* Also hide title text inside it (fallback for older versions) */ | ||
. | .page-header h1, | ||
.page-header .firstHeading { | |||
display: none !important; | display: none !important; | ||
} | } | ||
/* Hide | /* Hide namespace and separator if Chameleon exposes them */ | ||
.mw-page-title- | .mw-page-title-namespace, | ||
.mw-page-title-separator { | |||
display: none !important; | display: none !important; | ||
} | } | ||
Revision as of 14:03, 2 December 2025
/* CSS placed here will be applied to all skins */
img { height: auto; max-width: 100%; }
/* Hide Chameleon title container completely */
.page-header {
display: none !important;
border-bottom: none !important;
box-shadow: none !important;
}
/* Also hide title text inside it (fallback for older versions) */
.page-header h1,
.page-header .firstHeading {
display: none !important;
}
/* Hide namespace and separator if Chameleon exposes them */
.mw-page-title-namespace,
.mw-page-title-separator {
display: none !important;
}