13 Articles
Project Nakagami

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 3: Line 3:


.item-icon {
.item-icon {
     background-image: url(/images/7/79/Items16.png);
     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;
}
 
.block-icon {
    background-image: url(/images/8/8f/Blocks64.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;
}