MediaWiki:Common.css: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 1,591: Line 1,591:


.infoboximg{
.infoboximg{
position: relative;
background-image: url("https://static.miraheze.org/whentheycrywiki/4/42/Wiki_character_background.png");
background-image: url("https://static.miraheze.org/whentheycrywiki/4/42/Wiki_character_background.png");
}

.infoboximg2::before{
content:'';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: var(--infobox-color-primary);
mask-image: url("https://static.miraheze.org/whentheycrywiki/4/42/Wiki_character_background.png")
}
}