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 480: Line 480:
         max-width: 100%;
         max-width: 100%;
     }
     }
}
/* =========================================
  FIX: Skill top band nested tables must fill the cell
  (GameSkills uses .sv-topband-table + .sv-type-table)
  ========================================= */
table.spiritvale-skill-infobox .sv-topband-table {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    table-layout: fixed;
    background: transparent !important;
    display: table !important;
}
table.spiritvale-skill-infobox .sv-topband-table > tbody > tr > td {
    width: 50%;
    padding: 0.75em 0.9em;
    vertical-align: middle;
}
table.spiritvale-skill-infobox .sv-topband-table > tbody > tr > td:first-child {
    border-right: 1px solid rgba(148, 163, 184, 0.25);
}
/* Keep the type table from picking up wikitable quirks */
table.spiritvale-skill-infobox .sv-type-table {
    width: 100%;
    margin: 0 !important;
    border: 0 !important;
    border-collapse: collapse !important;
    background: transparent !important;
}
}