Template:Infobox hero/styles.css: Difference between revisionsGive feedback
Gammaton32 (talk | contribs) padding |
Make the collapsible toggle brackets follow the dropdown header's link color instead of the theme text color (with help from vergir-bot LLM) |
||
| (9 intermediate revisions by 4 users not shown) | |||
| Line 120: | Line 120: | ||
font-size: 22px; | font-size: 22px; | ||
font-weight: bold; | font-weight: bold; | ||
text-align: center; | |||
text-shadow: 1.2px 2px 3px black, 1.2px 1.2px 0.1px #A5A5A5; | |||
} | |||
.infobox-h-title-regular{ | |||
color: var(--th-heroinfobox-text-title); | |||
font-size: 22px; | |||
font-weight: normal; | |||
text-align: center; | text-align: center; | ||
text-shadow: 1.2px 2px 3px black, 1.2px 1.2px 0.1px #A5A5A5; | text-shadow: 1.2px 2px 3px black, 1.2px 1.2px 0.1px #A5A5A5; | ||
| Line 308: | Line 316: | ||
vertical-align: top; | vertical-align: top; | ||
} | } | ||
.infobox-h-subsection tr > td:first-child | .infobox-h-subsection tr > td:first-child .infobox-h-stat-label{ | ||
color: var(--th-heroinfobox-stats-text); | color: var(--th-heroinfobox-stats-text); | ||
text-decoration: underline; | |||
} | } | ||
.infobox-h-subsection tr > td:last-child{ | .infobox-h-subsection tr > td:last-child{ | ||
| Line 363: | Line 372: | ||
.infobox-h-dropdown-header button .mw-collapsible-text:hover{ | .infobox-h-dropdown-header button .mw-collapsible-text:hover{ | ||
color: white; | color: white; | ||
} | |||
.infobox-h-dropdown-header > button::before, | |||
.infobox-h-dropdown-header > button::after{ | |||
color: inherit; | |||
} | } | ||
| Line 433: | Line 447: | ||
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 -------------------*/ | |||
/* Headroom for a section's first row when it carries a scaling icon. */ | |||
.infobox-h .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 .infobox-h-dropdown .infobox-h-subsection-child tr > td.infobox-h-stat-value-padded{ | |||
padding-right: 5px; | |||
} | } | ||