Join the PidgiNet Discord! https://discord.gg/Eg9QahqpXf

Difference between revisions of "User:Immewnity/fluent.css"

on PidgiWiki, the video game media repository
Line 1: Line 1:
 
li.gallerybox div.thumb {
 
li.gallerybox div.thumb {
 
     transition: background-color 0.5s;
 
     transition: background-color 0.5s;
     background-image: url(/resources/src/mediawiki.action/images/checker.png?bdcf5);
+
     background-image: url(/wiki/resources/src/mediawiki.action/images/checker.png);
 
     background-repeat: repeat;
 
     background-repeat: repeat;
 
}
 
}

Revision as of 01:22, 14 October 2022

li.gallerybox div.thumb {
    transition: background-color 0.5s;
    background-image: url(/wiki/resources/src/mediawiki.action/images/checker.png);
    background-repeat: repeat;
}
li.gallerybox div.thumb:hover {
    background-color: #EBEDEF;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.