MediaWiki:Monobook.css: Difference between revisions

From WikiBound, your community-driven EarthBound/Mother wiki
Jump to navigationJump to search
No edit summary
(Logo fix)
Line 1: Line 1:
#p-logo a { background: url(https://wikibound.info/w/skins/MonoBook/resources/images/wikibound%20logo.png) 75% 50% no-repeat !important; }
/* Site logo */
#p-logo a:hover { background: url(https://wikibound.info/w/skins/MonoBook/resources/images/wikibound%20logo.png) 75% 50% no-repeat !important; }
#p-logo a { background: url(https://wikibound.info/w/images/thumb/b/bc/WikiBound.png/150px-WikiBound.png) 75% 50% no-repeat !important; }
#p-logo a:hover { background: url(https://wikibound.info/w/images/thumb/b/bc/WikiBound.png/150px-WikiBound.png) 75% 50% no-repeat !important; }


img {
img {

Revision as of 03:32, 8 March 2021

/* Site logo */
#p-logo a { background: url(https://wikibound.info/w/images/thumb/b/bc/WikiBound.png/150px-WikiBound.png) 75% 50% no-repeat !important; }
#p-logo a:hover { background: url(https://wikibound.info/w/images/thumb/b/bc/WikiBound.png/150px-WikiBound.png) 75% 50% no-repeat !important; }

img {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}