MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(compensating layout shifting)
(unwatched icon is collected strawberry)
Line 643: Line 643:
/* Strawberry watch icon */
/* Strawberry watch icon */
.vector-menu-tabs .mw-watchlink.icon a:before{
.vector-menu-tabs .mw-watchlink.icon a:before{
background-image: url(https://static.miraheze.org/celestewiki/a/a1/Strawberry_ingame.png) !important;
background-size: contain;
background-size: contain;
height: 19.5px;
height: 19.5px;
Line 653: Line 652:
.vector-menu-tabs #ca-watch.icon a:hover:before,
.vector-menu-tabs #ca-watch.icon a:hover:before,
.vector-menu-tabs #ca-unwatch.icon a:hover:before {
.vector-menu-tabs #ca-unwatch.icon a:hover:before {
background-image: url(https://static.miraheze.org/celestewiki/a/a1/Strawberry_ingame.png) !important;
filter: sepia(1);
filter: sepia(1);
}
}


.vector-menu-tabs #ca-watch.icon a:before {
.vector-menu-tabs #ca-watch.icon a:before {
background-image: url(https://static.miraheze.org/celestewiki/2/20/Strawberry_collected.png) !important;
filter: grayscale(1);
}
}


.vector-menu-tabs #ca-unwatch.icon a:before {
.vector-menu-tabs #ca-unwatch.icon a:before {
background-image: url(https://static.miraheze.org/celestewiki/a/a1/Strawberry_ingame.png) !important;
filter: none;
}
}