* feat: add website root path settings * fix: disable cloudflare rocket-loader for iframe-resizer
22 lines
656 B
Handlebars
22 lines
656 B
Handlebars
<link rel="stylesheet" type="text/css" href="{{websiteRoot}}/css/icons.css">
|
|
<style>
|
|
.iconlarge .border {
|
|
background-image: url("{{aowow}}/static/images/Icon/large/border/default.png");
|
|
}
|
|
|
|
.iconlarge a {
|
|
background: url("{{aowow}}/static/images/Icon/large/hilite/default.png") no-repeat 62px 0;
|
|
}
|
|
|
|
.iconmedium .border {
|
|
background-image: url("{{aowow}}/static/images/Icon/medium/border/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>
|