Don't like the ads? Then create an account! Users with accounts have more options than anonymous users.

Difference between revisions of "MediaWiki:Common.css"

From Triforce Wiki, a The Legend of Zelda wiki
Jump to navigationJump to search
(thumbnail preview)
(based on how mariowiki does the paper mario in the categories tab...)
Line 1: Line 1:
.catlinks {
background: #f9f9f9 url(linkhead.png) no-repeat center right;
margin-top: 10px;
}
#catlinks li {
margin: 0.28em 0;
line-height: 1em;
}
img {
img {
     image-rendering: optimizeSpeed;
     image-rendering: optimizeSpeed;

Revision as of 04:26, November 28, 2019

.catlinks {
	background: #f9f9f9 url(linkhead.png) no-repeat center right;
	margin-top: 10px;
}
#catlinks li {
	margin: 0.28em 0;
	line-height: 1em;
}
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;
}

.downscale img {
    max-width: 100% !important;
    height: auto !important;
}