add quest comparison page

This commit is contained in:
smthbh 2025-04-28 20:27:30 -04:00
parent cf903daa71
commit e6b1d1b09b
5 changed files with 302 additions and 1 deletions

View file

@ -105,4 +105,40 @@
.category-header:not(.expanded) .collapse-icon {
transform: rotate(-90deg);
}
.quest-comparison-header {
margin-bottom: 20px;
text-align: center;
max-width: 500px;
}
.quest-comparison-header .characters {
font-size: 1.2em;
margin-top: 10px;
}
.quest-comparison-header .char1,
.quest-comparison-header .char2 {
font-weight: bold;
}
tr.quest-diff {
background-color: rgba(255, 255, 0, 0.2) !important;
}
tr.quest-missing-1 td:nth-child(3) {
background-color: rgba(255, 0, 0, 0.2) !important;
}
tr.quest-missing-2 td:nth-child(4) {
background-color: rgba(255, 0, 0, 0.2) !important;
}
.quest-compare-section {
max-width: 500px;
}
.quest-compare-section .select select {
min-width: 200px;
}