Page Actions

User

TomHutchison/pivot.css

From ISOGG Wiki

< User:TomHutchison

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: 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.
table.wikitable.DNA-results th {
  background: lightgreen;
  font-weight: bold;
}

table.wikitable.DNA-results td {
  background: #fff;
}

table.wikitable.DNA-results {
  font-size:16px;
}

table.wikitable> td {
    vertical-align: top;
}

table.wikitable>tbody>tr>th {
    font-weight: bold;
}
table.wikitable >  tbody > tr > th {
    background-color: #f9f9f9;
}

table.wikitable>tbody>tr:nth-child(even), table.wikitable > tbody > th:nth-child(even) {
    background-color: #eef;
}

table.wikitable > tbody > tr:nth-child(even) > th {
    background-color: #eef;
}

table.wikitable > tbody > tr >th {
    text-align:left;
}