MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary Tag: Reverted |
||
| 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:33, 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;
}
== {{{Game}}} Achievements ==
<div class="achievement-list">
{{#cargo_query:
tables=Achievements
|fields=Achievement,Points,Difficulty,Description
|where=Game="{{{Game}}}"
|limit=50
}}
</div>