2013-11-08 08:06:09 +00:00
|
|
|
/* These sprites are oversized until a move to 105 avatar box happens*/
|
|
|
|
|
.weapon_7, .head_6 {
|
2013-11-07 21:10:11 +00:00
|
|
|
width: 105px;
|
|
|
|
|
height: 105px;
|
|
|
|
|
margin-left: -3px;
|
|
|
|
|
margin-top: -18px;
|
|
|
|
|
}
|
2013-11-08 08:06:09 +00:00
|
|
|
|
|
|
|
|
.armor_6, .shield_6 {
|
|
|
|
|
width: 90px;
|
|
|
|
|
height: 90px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* This is oversized until a move to 105 avatar box happens*/
|
|
|
|
|
.weapon_8 {
|
2013-11-07 21:10:11 +00:00
|
|
|
width: 105px;
|
|
|
|
|
height: 105px;
|
|
|
|
|
margin-left: -9px;
|
|
|
|
|
margin-top: -15px;
|
2013-08-27 01:24:48 +00:00
|
|
|
}
|
2013-11-08 08:06:09 +00:00
|
|
|
.armor_7, .head_7, .shield_7 {
|
|
|
|
|
width: 90px;
|
|
|
|
|
height: 90px;
|
|
|
|
|
}
|
2013-08-27 01:24:48 +00:00
|
|
|
|
|
|
|
|
.head_6 {
|
2013-11-07 21:10:11 +00:00
|
|
|
background: url("../img/sprites/backer-only/BackerOnly-Equip-ShadeHelmet.gif") no-repeat;
|
|
|
|
|
}
|
|
|
|
|
.head_7 {
|
|
|
|
|
background: url("../img/sprites/backer-only/ContributorOnly-Equip-CrystalHelmet.gif") no-repeat;
|
2013-08-27 01:24:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.armor_6 {
|
2013-11-07 21:10:11 +00:00
|
|
|
background: url("../img/sprites/backer-only/BackerOnly-Equip-ShadeArmor.gif") no-repeat;
|
|
|
|
|
}
|
|
|
|
|
.armor_7 {
|
|
|
|
|
background: url("../img/sprites/backer-only/ContributorOnly-Equip-CrystalArmor.gif") no-repeat;
|
2013-08-27 01:24:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.shield_6 {
|
2013-11-07 21:10:11 +00:00
|
|
|
background: url("../img/sprites/backer-only/BackerOnly-Shield-TormentedSkull.gif") no-repeat;
|
|
|
|
|
}
|
|
|
|
|
.shield_7 {
|
|
|
|
|
background: url("../img/sprites/backer-only/ContributorOnly-Shield-Crystal.png") no-repeat;
|
2013-08-27 01:24:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.weapon_7 {
|
2013-11-07 21:10:11 +00:00
|
|
|
background: url("../img/sprites/backer-only/BackerOnly-Weapon-DarkSoulsBlade.gif") no-repeat;
|
|
|
|
|
}
|
|
|
|
|
.weapon_8 {
|
|
|
|
|
background: url("../img/sprites/backer-only/ContributorOnly-Weapon-CrystalBlade.png") no-repeat;
|
2013-08-27 01:24:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.Pet-Wolf-Cerberus {
|
2013-11-07 21:10:11 +00:00
|
|
|
width: 105px;
|
|
|
|
|
height: 72px;
|
|
|
|
|
background: url("../img/sprites/backer-only/BackerOnly-Pet-CerberusPup.gif") no-repeat;
|
2013-08-27 01:24:48 +00:00
|
|
|
}
|
2013-10-28 02:16:18 +00:00
|
|
|
.Pet-Dragon-Hydra {
|
2013-11-07 21:10:11 +00:00
|
|
|
width: 106px;
|
|
|
|
|
height: 89px;
|
|
|
|
|
background: url("../img/sprites/backer-only/ContributorOnly-Pet-Hydra.png") no-repeat;
|
2013-12-04 23:11:24 +00:00
|
|
|
}
|