MediaWiki:Common.css: Difference between revisions
From Project Nakagami
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
.item-icon { | .item-icon { | ||
background-image: url(/images/ | background-image: url(/images/0/06/ItemIcons.png); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
display: inline-block; | display: inline-block; | ||
Revision as of 07:23, 31 January 2022
/* CSS placed here will be applied to all skins */
.item-icon {
background-image: url(/images/0/06/ItemIcons.png);
background-repeat: no-repeat;
display: inline-block;
vertical-align: middle;
image-rendering: crisp-edges;
image-rendering: pixelated;
}