Jump to content

MediaWiki:Common.css: Difference between revisions

From CivicAchievements
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 11: Line 11:
     color: #003366;
     color: #003366;
}
}
== {{{Game}}} Achievements ==
<div class="achievement-list">
{{#cargo_query:
tables=Achievements
|fields=Achievement,Points,Difficulty,Description
|where=Game="{{{Game}}}"
|limit=50
}}
</div>

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;
}