MediaWiki:Common.css
Appearance
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.
.cargoTable {
width: 100%;
border-collapse: collapse;
font-family: 'Segoe UI', sans-serif;
}
.cargoTable th {
background-color: #003366;
color: white;
padding: 10px;
}
.cargoTable td {
padding: 8px;
border: 1px solid #ccc;
}
.cargoTable tr:nth-child(even) {
background-color: #f2f2f2;
}
h1, h2 {
color: #003366;
}
.wikitable {
width: 100%;
font-family: 'Segoe UI', sans-serif;
}
.wikitable th {
background-color: #003366;
color: white;
}
.wikitable tr:nth-child(even) {
background-color: #f2f2f2;
}