MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
(improved styling for limited banners in bannertable)
Line 789: Line 789:
.bannertable .image {
.bannertable .image {
width: 300px;
width: 300px;
position: relative;
}
}


Line 796: Line 797:


.bannertable tr.limited {
.bannertable tr.limited {
background-color: #ecf5f9;
background-color: #fff2ed;
}

.limited td.image::after {
content: " ";
display: block;
position: absolute;
height: 40px;
width: 63px;
top: 18px;
right: -40px;
background-image: url(https://static.miraheze.org/bluearchivewiki/f/f3/Limited_tag.png);
background-size: contain;
background-repeat: no-repeat;
}
}