2022-08-08 19:59:28 +00:00
|
|
|
/* type selectors */
|
|
|
|
|
|
|
|
#type-box {
|
|
|
|
cursor: pointer;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
#type-box > div {
|
|
|
|
display: inline-block;
|
|
|
|
width: calc(100% / 12);
|
|
|
|
float: left;
|
2021-01-26 09:19:44 +00:00
|
|
|
}
|
|
|
|
|
2022-08-08 19:59:28 +00:00
|
|
|
.type-selected {
|
|
|
|
background-color: #0a0;
|
2021-01-26 09:19:44 +00:00
|
|
|
}
|
|
|
|
|
2022-08-08 19:59:28 +00:00
|
|
|
/* rarity selectors */
|
|
|
|
|
2023-01-31 02:55:25 +00:00
|
|
|
#tier-box {
|
2022-08-08 19:59:28 +00:00
|
|
|
cursor: pointer;
|
|
|
|
width: 58.33%;
|
|
|
|
}
|
2023-01-31 02:55:25 +00:00
|
|
|
#tier-box > div {
|
2022-08-08 19:59:28 +00:00
|
|
|
width: calc(100% / 7);
|
|
|
|
aspect-ratio: 1/1;
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2023-01-31 02:55:25 +00:00
|
|
|
#tier-box > div > b {
|
2022-08-08 19:59:28 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
2021-01-26 09:19:44 +00:00
|
|
|
}
|
2023-01-31 02:55:25 +00:00
|
|
|
#tier-box > div.tier-selected > b {
|
2022-08-08 19:59:28 +00:00
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2023-01-31 02:55:25 +00:00
|
|
|
#tier-normal { color: #FFFFFF; }
|
|
|
|
#tier-normal.tier-selected { background-color: #FFFFFF; }
|
|
|
|
#tier-unique { color: #FFFF55; }
|
|
|
|
#tier-unique.tier-selected { background-color: #FFFF55; }
|
|
|
|
#tier-set { color: #55FF55; }
|
|
|
|
#tier-set.tier-selected { background-color: #55FF55; }
|
|
|
|
#tier-rare { color: #FF55FF; }
|
|
|
|
#tier-rare.tier-selected { background-color: #FF55FF; }
|
|
|
|
#tier-legendary { color: #55FFFF; }
|
|
|
|
#tier-legendary.tier-selected { background-color: #55FFFF; }
|
|
|
|
#tier-fabled { color: #FF5555; }
|
|
|
|
#tier-fabled.tier-selected { background-color: #FF5555; }
|
|
|
|
#tier-mythic { color: #AA00AA; }
|
|
|
|
#tier-mythic.tier-selected { background-color: #AA00AA; }
|
|
|
|
|
|
|
|
#tier-zero { color: #FFFFFF; }
|
|
|
|
#tier-zero.tier-selected { background-color: #FFFFFF; }
|
|
|
|
#tier-one { color: #FFFFBB; }
|
|
|
|
#tier-one.tier-selected { background-color: #FFFFBB; }
|
|
|
|
#tier-two { color: #FFFF88; }
|
|
|
|
#tier-two.tier-selected { background-color: #FFFF88; }
|
|
|
|
#tier-three { color: #FFFF55; }
|
|
|
|
#tier-three.tier-selected { background-color: #FFFF55; }
|
2021-01-26 09:19:44 +00:00
|
|
|
|
2022-08-08 19:59:28 +00:00
|
|
|
/* filters */
|
2022-08-26 21:07:07 +00:00
|
|
|
.filter-row {
|
|
|
|
border: 1px solid #121212;
|
|
|
|
}
|
|
|
|
.filter-dragged-over {
|
|
|
|
border: 1px solid white;
|
|
|
|
}
|
|
|
|
|
2022-08-08 19:59:28 +00:00
|
|
|
.reorder-filter {
|
2022-08-29 21:01:10 +00:00
|
|
|
height: 2ch;
|
2022-08-08 19:59:28 +00:00
|
|
|
cursor: pointer;
|
2021-01-26 09:19:44 +00:00
|
|
|
}
|
|
|
|
|
2022-08-19 00:15:17 +00:00
|
|
|
input.filter-input {
|
|
|
|
width: 27ch!important;
|
2022-08-29 21:01:10 +00:00
|
|
|
max-width: 90%;
|
2022-08-19 00:15:17 +00:00
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2022-08-08 19:59:28 +00:00
|
|
|
.asc-icon {
|
|
|
|
opacity: 0.25;
|
2022-08-29 21:01:10 +00:00
|
|
|
width: 1.75ch;
|
2022-08-08 19:59:28 +00:00
|
|
|
}
|
|
|
|
.desc-icon {
|
|
|
|
opacity: 0.25;
|
2022-08-29 21:01:10 +00:00
|
|
|
width: 1.75ch;
|
2022-08-08 19:59:28 +00:00
|
|
|
transform: rotate(180deg);
|
|
|
|
}
|
|
|
|
img.asc-sel {
|
|
|
|
opacity: 0.85;
|
2022-08-19 00:15:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.min-max-input {
|
|
|
|
width: 6ch!important;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2022-09-13 18:50:00 +00:00
|
|
|
.delete-filter {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2022-09-13 19:11:14 +00:00
|
|
|
#filter-container > div > div > *, #exclude-container > div > div > * {
|
2022-08-19 00:15:17 +00:00
|
|
|
margin: 0 2px;
|
2022-08-29 21:01:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* item display */
|
|
|
|
@media (min-width: 576px) and (max-width: 991px) {
|
|
|
|
div.col-sm-6 {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2022-08-08 19:59:28 +00:00
|
|
|
}
|