MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| Line 11: | Line 11: | ||
color: #003366; | color: #003366; | ||
} | } | ||
Revision as of 03:35, 27 March 2026
/* CSS placed here will be applied to all skins */
/* Make all Cargo tables striped */
.cargoTable tr:nth-child(even) {
background-color: #f0f0f0;
}
/* Make headings bold and larger */
h1, h2, h3 {
font-family: 'Segoe UI', sans-serif;
color: #003366;
}