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 955: Line 955:
     padding: 0.85em;
     padding: 0.85em;
     box-sizing: border-box;
     box-sizing: border-box;
}
table.spiritvale-passive-infobox .module-passive-effects .sv-slot__body {
    align-items: stretch;
    justify-content: stretch;
    text-align: left;
}
}


Line 988: Line 994:
     display: flex;
     display: flex;
     flex-direction: column;
     flex-direction: column;
     gap: 0;
     gap: 0.35em;
     border: 1px solid var(--sv-gridline);
     box-sizing: border-box;
    border-radius: 8px;
     padding: 0.05em 0;
    overflow: hidden;
     background: var(--sv-surface);
}
}


table.spiritvale-passive-infobox .module-passive-effects .sv-pe-row {
table.spiritvale-passive-infobox .module-passive-effects .sv-pe-row {
    width: 100%;
     display: grid;
     display: grid;
     grid-template-columns: minmax(9em, 1fr) minmax(6em, 1fr);
     grid-template-columns: minmax(0, 1fr) max-content;
     gap: 0.45em 0.70em;
     column-gap: 0.75em;
    row-gap: 0.05em;
     align-items: center;
     align-items: center;
    justify-items: stretch;
    padding: 0.55em 0.85em;
}
table.spiritvale-passive-infobox .module-passive-effects .sv-pe-row + .sv-pe-row {
    border-top: 1px solid var(--sv-gridline);
}
}


Line 1,014: Line 1,014:
     letter-spacing: 0.01em;
     letter-spacing: 0.01em;
     opacity: 0.95;
     opacity: 0.95;
    min-width: 0;
    overflow-wrap: anywhere;
}
}


Line 1,019: Line 1,021:
     font-weight: 650;
     font-weight: 650;
     text-align: right;
     text-align: right;
    font-size: 1.02em;
    min-width: 0;
    justify-self: end;
     overflow-wrap: anywhere;
     overflow-wrap: anywhere;
    word-break: break-word;
    font-size: 1.02em;
}
}