From The Mana World
Revision as of 10:32, 18 June 2020 by EJlol (talk | contribs) (Added padding to tables and added styling for input)

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.
#mw-content h1, #mw-content h2 {
    border-bottom: solid 2px #900;
}

td {
    padding: 0 1em;
}

kbd {
    display: inline-block;
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem;
    margin: .1em 0;
}