MediaWiki:Common.css
From The Taylor Archive
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.
/* Strip the background and styling from empty sidebar wrapper containers in Timeless */
#mw-site-navigation .sidebar-inner:empty,
#mw-site-navigation .sidebar-chunk:empty,
#p-lang-sidebar,
#p-lang {
display: none !important;
}
/* Fallback: Make the bottom container transparent if it contains no links */
#mw-site-navigation .sidebar-inner {
background: transparent !important;
border: none !important;
box-shadow: none !important;
}
#mw-site-navigation .sidebar-chunk {
background: #ffffff;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}