feat(character): add mounts
This commit is contained in:
parent
d0eb86daa7
commit
b19bd0b0a3
11 changed files with 239 additions and 121 deletions
|
|
@ -1,14 +1,8 @@
|
|||
#item-slot-template {
|
||||
#item-slot-template,
|
||||
#mount-template {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.iconlarge {
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.iconlarge .inventory-slot {
|
||||
width: 56px;
|
||||
height: 56px;
|
||||
|
|
@ -16,38 +10,18 @@
|
|||
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;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.iconlarge a {
|
||||
width: 62px;
|
||||
height: 62px;
|
||||
position: absolute;
|
||||
left: 3px;
|
||||
top: 3px;
|
||||
}
|
||||
|
||||
.iconlarge a:hover {
|
||||
background-position: 0 0;
|
||||
z-index: -2;
|
||||
}
|
||||
|
||||
.wowhead-tooltip .whtt-sellprice {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#mounts {
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
#char-options td {
|
||||
vertical-align: top;
|
||||
padding-right: 32px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue