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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Custom styles for wikitable */
.wikitable {
width: 100%;
border-collapse: collapse;
margin: 10px 0;
font-size: 14px;
}
.wikitable th, .wikitable td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
}
.wikitable th {
background-color: #f2f2f2;
font-weight: bold;
}
.wikitable tr:nth-child(even) {
background-color: #f9f9f9;
}
.wikitable tr:hover {
background-color: #f1f1f1;
}