13 Articles
Project Nakagami

MediaWiki:Common.css: Difference between revisions

(Created page with "→‎CSS placed here will be applied to all skins: .item-icon { background-image: url(/images/5/5b/VanillaItemsTest.png); background-repeat: no-repeat; display: inline-block; background-size: 256px; vertical-align: middle; image-rendering: crisp-edges; image-rendering: pixelated; }")
 
No edit summary
Line 3: Line 3:


.item-icon {
.item-icon {
     background-image: url(/images/5/5b/VanillaItemsTest.png);
     background-image: url(/images/7/79/Items16.png);
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     display: inline-block;
     display: inline-block;

Revision as of 07:54, 21 January 2022

/* CSS placed here will be applied to all skins */


.item-icon {
    background-image: url(/images/7/79/Items16.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 256px;
    vertical-align: middle;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}