MediaWiki:Common.css
MediaWiki interface page
More actions
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* === Map Container === */
.lw-map {
height: 70vh;
border: 1px solid #e5e7eb;
border-radius: 12px;
overflow: hidden;
margin: 24px 0;
}
/* === Map Fullscreen Overlay (disabled for now) === */
.lw-map-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.85);
z-index: 9999;
}
/* === Fix gap above lead text === */
.mw-parser-output > p:first-of-type,
.mw-parser-output > section:first-of-type > p:first-of-type {
margin-top: 0;
}
.mw-parser-output > section:first-of-type {
margin-top: 0;
padding-top: 0;
}