User:Keyacom/common.css

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.
html, body
{
font-family: Fira Sans, Trebuchet MS, Arial, sans-serif
}

table.wikitable
{
border-collapse: separate;
background-color: #e4f0f7;
 border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 3px;
    color: black;
}

table.wikitable th, table.wikitable td {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align: middle;
}

table.wikitable th {
    background: #c8c8ff;
    border: none}

table.wikitable td {
    background: #efefef;
    border: none
}