MediaWiki:Common.css: Difference between revisions
From DFO – Flood Observatory
DFO Kettner (talk | contribs) No edit summary |
DFO Kettner (talk | contribs) No edit summary |
||
| Line 10: | Line 10: | ||
/* Hide namespace prefix (e.g., "Discharge:") */ | /* Hide namespace prefix (e.g., "Discharge:") */ | ||
.mw-page-title-namespace { | .mw-page-title-namespace { | ||
display: none !important; | |||
} | |||
#content hr, | |||
#mw-content-text hr:first-of-type, | |||
.mw-body-content > hr:first-child { | |||
display: none !important; | display: none !important; | ||
} | } | ||
Revision as of 13:57, 2 December 2025
/* CSS placed here will be applied to all skins */
img { height: auto; max-width: 100%; }
/* Hide page title */
.mw-page-title-main {
display: none !important;
}
/* Hide namespace prefix (e.g., "Discharge:") */
.mw-page-title-namespace {
display: none !important;
}
#content hr,
#mw-content-text hr:first-of-type,
.mw-body-content > hr:first-child {
display: none !important;
}