Difference between revisions of "MediaWiki:Common.css"

280 bytes added ,  17:46, December 4, 2021
Fixed
(remove)
(Fixed)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Image thumbs */
html .thumbimage { background-color: #fff; }
/* Image classes */
img.blackbg { background: #000 !important; }
img.graybg, img.greybg { background: #808080 !important; }
/* Pixelated gallery/interface image upscaling */
ul.gallery img, table.filehistory img, table.listfiles img {
image-rendering: crisp-edges;
image-rendering: pixelated;
}
.pixelated, .pixelart, .sprites, .sprite {
image-rendering: crisp-edges;
        image-rendering: pixelated;
}


/* links */
/* links */
Line 424: Line 442:
top: -17px;
top: -17px;
right: 1px;
right: 1px;
}
img, .results .list-thumb:not(.list-thumb-none),
.ext-related-articles-card-thumb:not(.ext-related-articles-card-thumb-placeholder) {
image-rendering: crisp-edges;
image-rendering: pixelated;
}
}


15,584

edits