Editing Template:Infobox hero/styles.cssGive feedback
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 316: | Line 316: | ||
vertical-align: top; | vertical-align: top; | ||
} | } | ||
.infobox-h-subsection tr > td:first-child | .infobox-h-subsection tr > td:first-child span{ | ||
color: var(--th-heroinfobox-stats-text); | color: var(--th-heroinfobox-stats-text); | ||
text-decoration: underline; | text-decoration: underline; | ||
| Line 372: | Line 372: | ||
.infobox-h-dropdown-header button .mw-collapsible-text:hover{ | .infobox-h-dropdown-header button .mw-collapsible-text:hover{ | ||
color: white; | color: white; | ||
} | } | ||
| Line 451: | Line 446: | ||
/* ------------ Stat Cell Modifiers -------------------*/ | /* ------------ Stat Cell Modifiers -------------------*/ | ||
/* Applied by [[Module:InfoboxHero]] in place of inline styles. | |||
The leading .infobox-h keeps these ahead of | |||
'.infobox-h-dropdown .infobox-h-subsection-child tr:first-child > td', | |||
which they would otherwise merely tie with, leaving them dependent on | |||
source order. */ | |||
/* Headroom for a section's first row when it carries a scaling icon. */ | /* Headroom for a section's first row when it carries a scaling icon. */ | ||