Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Join the Playtest on Steam Now: SpiritVale

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 155: Line 155:
table.spiritvale-passive-infobox tbody tr:nth-child(odd) th:not(.spiritvale-infobox-section-header) {
table.spiritvale-passive-infobox tbody tr:nth-child(odd) th:not(.spiritvale-infobox-section-header) {
     background-color: rgba(148, 163, 184, 0.05);
     background-color: rgba(148, 163, 184, 0.05);
}
/* Section headers inside infobox (e.g. "General", "Type", "Mechanics") */
.spiritvale-infobox-section-header {
    background: linear-gradient(135deg, #5a4e7c, #372b54);
    color: #fff;
    text-align: left;
    padding: 0.5em 0.9em;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
}