MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 27: | Line 27: | ||
width: 100%; | width: 100%; | ||
font-family: 'Segoe UI', sans-serif; | font-family: 'Segoe UI', sans-serif; | ||
border-collapse: collapse; | |||
} | } | ||
.wikitable th { | .wikitable th { | ||
background-color: # | background-color: #111827; | ||
color: white; | color: white; | ||
padding: 10px; | |||
} | |||
.wikitable td { | |||
padding: 8px; | |||
border: 1px solid #ddd; | |||
vertical-align: top; | |||
} | } | ||
.wikitable tr:nth-child(even) { | .wikitable tr:nth-child(even) { | ||
background-color: # | background-color: #f3f4f6; | ||
} | |||
.wikitable img { | |||
border-radius: 6px; | |||
} | } | ||
Revision as of 07:59, 27 March 2026
.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;
}
//Colour for the Achievement tables
.wikitable {
width: 100%;
font-family: 'Segoe UI', sans-serif;
border-collapse: collapse;
}
.wikitable th {
background-color: #111827;
color: white;
padding: 10px;
}
.wikitable td {
padding: 8px;
border: 1px solid #ddd;
vertical-align: top;
}
.wikitable tr:nth-child(even) {
background-color: #f3f4f6;
}
.wikitable img {
border-radius: 6px;
}