MediaWiki:Common.css

From Legion TD 2 Wiki
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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');

/* CSS placed here will be applied to all skins */
.mw-spoiler tr{
  background-color: #1f1f1f
}
.mw-collapsed tr{
  background-color: transparent;
}
code{
  background-color: #5c5c5c;
  border: 1px solid #d3d3d3;
  padding: 5px;
}

.stub a{
   color: #404040;
   text-decoration: underline;
}
.stub a:hover{
   text-decoration: none;
}