MediaWiki:Timeless.css

From Path of Diablo Wiki
Revision as of 17:23, 31 March 2025 by GreenDude (talk | contribs)
Jump to navigation Jump to search

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.
/* All CSS here will be loaded for users of the Timeless skin */
.mw-body {
    margin-left: 0em;
}
#mw-content {
    padding: 0 0px;
}
.mw-body h1.firstHeading {
    border-bottom: solid 4px #813636;
}
.tools-inline li.selected {
    border-bottom-color: #813636;
}
#mw-content-container {
    border-bottom: solid 4px #813636;
}
.tools-inline li[id^='ca-nstab-'] a {
filter: invert(100%);
}
#ca-edit a {
filter: invert(100%);
}
#ca-watch a {
filter: invert(100%);
}
#ca-talk a {
filter: invert(100%);
}
#ca-history a {
filter: invert(100%);
}
#ca-more span {
filter: invert(100%);
}
.dropdown-toggle::after {
filter: invert(100%);
}