User:Tempest Dawn
Jump to navigation
Jump to search
Projects
- Previously did some CSS rule updates for Template:Special_chat_character
- Currently working on updating table styles for dark themes at User:Tempest_Dawn/Table_Examples
To-do certainly
- ☐ Fix link colors in dark-mode STDT table headers
- ☐ Make sure all alias templates in add screenreader accessible labels
To-do probably
- ☐ Fix the weapon infobox table, see Deepgold Claymore
- ☐ Fix the crafting recipe table, see Deepgold Claymore
To-do maybe
- ☐ Get screenshot for Tamachag
- ☐ Add more info to Qestir Tribe since we've been meaning to do those quests anyways
Temp note: For heading link colors
.mw-parser-output table.stdt__table_v2 th a {
text-decoration: underline;
color: var(--stdt__table-heading-link-color);
}
.mw-parser-output table.stdt__table_v2.mech2 {
--stdt__table-heading-link-color: #224e59;
}
html.view-dark .mw-parser-output table.stdt__table_v2.mech2 {
--stdt__table-heading-link-color: #084f60;
}