mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-31 19:20:25 +00:00
Merge pull request #14 from paglias/add-zzz
Add zzz classes and light version
This commit is contained in:
commit
d7db4a91de
4 changed files with 71 additions and 28 deletions
|
|
@ -1,8 +1,8 @@
|
|||
[class^="shop_"] {
|
||||
[class^="shop_"], [class^="zzz"] {
|
||||
background: url("../img/sprites/shop_sprites.png") no-repeat;
|
||||
}
|
||||
|
||||
[class^="shop_weapon_"], [class^="shop_shield_"], [class^="shop_head_"], [class^="shop_armor_"] {
|
||||
[class^="shop_weapon_"], [class^="shop_shield_"], [class^="shop_head_"], [class^="shop_armor_"], [class^="zzz"] {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
|
|
@ -33,3 +33,5 @@
|
|||
.shop_copper {background-position: -923px -8px; width: 32px; height: 22px}
|
||||
.shop_silver {background-position: -963px -8px; width: 32px; height: 22px}
|
||||
.shop_gold {background-position: -1003px -8px; width: 32px; height: 22px}
|
||||
.zzz{background-position: -1200px 0}
|
||||
.zzz_light{background-position: -1280px 0}
|
||||
83
dist/habitrpg-shared.js
vendored
83
dist/habitrpg-shared.js
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 10 KiB |
|
|
@ -426,11 +426,11 @@
|
|||
.armor_0_v2 {background-position: -6570px 0; width: 90px; height: 90px}
|
||||
.armor_0_v1 {background-position: -6660px 0; width: 90px; height: 90px}
|
||||
.armor_0_v0 {background-position: -6750px 0; width: 90px; height: 90px}
|
||||
[class^="shop_"] {
|
||||
[class^="shop_"], [class^="zzz"] {
|
||||
background: url('img/sprites/shop_sprites.png') no-repeat;
|
||||
}
|
||||
|
||||
[class^="shop_weapon_"], [class^="shop_shield_"], [class^="shop_head_"], [class^="shop_armor_"] {
|
||||
[class^="shop_weapon_"], [class^="shop_shield_"], [class^="shop_head_"], [class^="shop_armor_"], [class^="zzz"] {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
|
|
@ -461,3 +461,5 @@
|
|||
.shop_copper {background-position: -923px -8px; width: 32px; height: 22px}
|
||||
.shop_silver {background-position: -963px -8px; width: 32px; height: 22px}
|
||||
.shop_gold {background-position: -1003px -8px; width: 32px; height: 22px}
|
||||
.zzz{background-position: -1200px 0}
|
||||
.zzz-light{background-position: -1280px 0}
|
||||
Loading…
Reference in a new issue