azerothcore-armory/static/partials/icons.hbs

22 lines
648 B
Handlebars

<link rel="stylesheet" type="text/css" href="{{websiteRoot}}/css/icons.css">
<style>
.iconlarge .border {
background-image: url("{{websiteRoot}}/img/icon-border/large/default.png");
}
.iconlarge a {
background: url("{{aowow}}/static/images/Icon/large/hilite/default.png") no-repeat 62px 0;
}
.iconmedium .border {
background-image: url("{{websiteRoot}}/img/icon-border/medium/default.png");
}
.iconmedium a {
background: url("{{aowow}}/static/images/Icon/medium/hilite/default.png") no-repeat 38px 0;
}
.iconmedium.icontalent .icon-border {
background-image: url("{{aowow}}/static/images/TalentCalc/border.gif");
}
</style>