55 lines
905 B
CSS
55 lines
905 B
CSS
#item-slot-template {
|
|
display: none;
|
|
}
|
|
|
|
.iconlarge {
|
|
width: 68px;
|
|
height: 68px;
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
|
|
.iconlarge .inventory-slot {
|
|
width: 56px;
|
|
height: 56px;
|
|
left: 6px;
|
|
top: 6px;
|
|
position: absolute;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.iconlarge .icon {
|
|
width: 56px;
|
|
height: 56px;
|
|
left: 6px;
|
|
top: 6px;
|
|
position: absolute;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.iconlarge .border {
|
|
width: 68px;
|
|
height: 68px;
|
|
background-image: url("https://wotlkdb.com/static/images/Icon/large/border/default.png");
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.iconlarge a {
|
|
width: 62px;
|
|
height: 62px;
|
|
background: url("https://wotlkdb.com/static/images/Icon/large/hilite/default.png") no-repeat 62px 0;
|
|
position: absolute;
|
|
left: 3px;
|
|
top: 3px;
|
|
}
|
|
|
|
.iconlarge a:hover {
|
|
background-position: 0 0;
|
|
}
|
|
|
|
.wowhead-tooltip .whtt-sellprice {
|
|
display: none;
|
|
}
|