Template:Infobox hero/styles.css: Difference between revisions

No edit summary
Vergir (talk | contribs)
Add stat cell modifier classes, replacing inline styles in the hero infobox (with help from vergir-bot LLM)
Line 442: Line 442:
text-shadow: 1.1px 2px 2px black, 1.2px 1.2px 0.2px #7a7369;
text-shadow: 1.1px 2px 2px black, 1.2px 1.2px 0.2px #7a7369;
font-size: 18px;
font-size: 18px;
}
/* ------------ Stat Cell Modifiers -------------------*/
/* Applied by [[Module:InfoboxHero]] in place of inline styles.
  Both selectors must out-specify
  '.infobox-h-dropdown .infobox-h-subsection-child tr:first-child > td',
  which would otherwise win. */
/* Headroom for a section's first row when it carries a scaling icon. */
.infobox-h-dropdown .infobox-h-subsection-child tr > td.infobox-h-stat-label-scaled{
padding-top: 8px;
}
/* Breathing room for value cells whose scaling icon sits near the edge. */
.infobox-h-dropdown .infobox-h-subsection-child tr > td.infobox-h-stat-value-padded{
padding-right: 5px;
}
}