MediaWiki:Common.css: Difference between revisions

mNo edit summary
mNo edit summary
Line 3,163: Line 3,163:
}
}


/********************TESTING URLS*****************/
/*.portal-link-img.article.earthtoken a:hover {
/*.portal-link-img.article.earthtoken a:hover {
     background-image: url("https://wiki.geministation.com/images/2/23/Earth_token.png");
     background-image: url('filepath://Earth_token.png');
     background-size: contain;
     background-size: contain;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
}*/
}*/
/************************************************/


.portal-link-img.article.earthtoken a:hover {
.portal-link-img.article.earthtoken a:hover {
     background-image: url('filepath://Earth_token.png');
     background-image: url("https://wiki.geministation.com/images/2/23/Earth_token.png");
     background-size: contain;
     background-size: contain;
     background-repeat: no-repeat;
     background-repeat: no-repeat;