User:Bugman/common.css

From FlightGear 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.
/* Class for the elegant formatting of keyboard shortcut tables */
table.keytable {
    margin: 1em 1em 1em 0;
    border-top: 1px #aaa solid;
    border-bottom: 1px #aaa solid;
    border-collapse: collapse;
}

.keytable th, .keytable td {
    padding: 0.2em;
}

.keytable th {
    text-align: center;
    font-weight: bold;
    border-bottom: 1px #aaa solid;
}

.keytable tr:nth-child(odd)
}

.keytable caption {
    font-weight: bold;
}