User:Pathoschild/common.css

From Stardew Valley Wiki
< User:Pathoschild
Revision as of 18:40, 19 February 2021 by Pathoschild (talk | contribs) (copy from old wiki: https://stardewcommunitywiki.com/User:Pathoschild/common.css (I'm the only editor in the previous edit history))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After saving, 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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* show missing talk page as redlink */
.vectorTabs li.new a {
    color: #a55858 !important;
}

/* more opaque backgrounds */
.mw-body {
  background-color: rgba(209, 248, 255, 0.85);
}

div.vectorMenu div.menu {
  background-color: rgba(30, 17, 102, 0.85);
}

div#mw-panel {
  background-color: rgba(209, 248, 255, 0.85);
}