MediaWiki:Common.css

From Drug Information

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 */
#footer-info-lastmod {
    display: none !important;
}
.force-light-mode {
    color-scheme: light !important;
    filter: none !important;
    background-color: white !important;
}

.force-light-mode * {
    color-scheme: light !important;
    filter: none !important;
}

/* Theme override for dark mode: colors remain fixed in dark environments */
@media (prefers-color-scheme: dark) {
    .dm-threshold { background-color: #00FF00 !important; color: black !important; }
    .dm-light     { background-color: #008080 !important; color: white !important; }
    .dm-common    { background-color: #0000FF !important; color: white !important; }
    .dm-strong    { background-color: #800080 !important; color: white !important; }
    .dm-heavy     { background-color: #FF0000 !important; color: white !important; }
}