MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Pool tags in charactertable)
mNo edit summary
Line 123: Line 123:
right: 0;
right: 0;
height: 11px;
height: 11px;
background-color: rgb(162 169 177 / 75%);
background-color: rgb(162 169 177 / 66%);
color: white;
color: white;
font-size: 10px;
font-size: 10px;
Line 131: Line 131:
.pool-event td.rarity::after {
.pool-event td.rarity::after {
content: "Event";
content: "Event";
background-color: rgb(162 169 177 / 50%);
}
}
.pool-limited td.rarity::after {
.pool-limited td.rarity::after {
Line 138: Line 137:
.pool-anniversary td.rarity::after {
.pool-anniversary td.rarity::after {
content: "Anniversary";
content: "Anniversary";
background: radial-gradient(ellipse at top, rgb(28 182 217 / 50%), transparent), rgb(162 169 177 / 75%);
text-shadow: 0 0 1px #a2a9b1;
}
}