habitica/website/client/assets/css/sprites/spritesmith-largeSprites-1.css

307 lines
8.5 KiB
CSS
Raw Normal View History

2017-04-26 01:57:19 +00:00
.promo_rainbow_armor {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1488px -1341px;
width: 92px;
height: 103px;
}
.promo_seasonal_shop_fall_2016 {
2017-04-20 19:39:19 +00:00
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -301px -1207px;
2017-04-26 01:57:19 +00:00
width: 279px;
height: 147px;
}
.promo_shimmer_hair {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -581px -1207px;
2017-04-20 19:39:19 +00:00
width: 330px;
height: 83px;
}
2017-04-18 22:43:33 +00:00
.promo_shimmer_potions {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-26 01:57:19 +00:00
background-position: -934px 0px;
2017-04-18 22:43:33 +00:00
width: 141px;
height: 441px;
}
.promo_shinySeeds {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-26 01:57:19 +00:00
background-position: -792px 0px;
2017-04-18 22:43:33 +00:00
width: 141px;
height: 441px;
}
2017-04-06 19:35:16 +00:00
.promo_splashyskins {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-20 19:39:19 +00:00
background-position: -1488px -1082px;
2017-04-06 19:35:16 +00:00
width: 198px;
height: 91px;
}
.customize-option.promo_splashyskins {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-20 19:39:19 +00:00
background-position: -1513px -1097px;
2017-04-06 19:35:16 +00:00
width: 60px;
height: 60px;
}
v3.84.0 - Backgrounds and Armoire 2017/04 (#8652) * Release Mergeback (#8644) * Remove email addresses from translatable strings (#8448) * Fix User > Profile showing {getProgressDisplay()} * Remove bad nextRewardAt check * 1st iteration of issue #8385 - more pending * #8385 config and jade fixes, tests pending * #8385 fixing lint errors * Fix faqs string and test * Fix faq.jade and add workaround for faq.js * Fixing accidental checking for faq.js * fix emails in faq.js * fetch emails once in auth.js * Fixing community manager email in auth.js (cherry picked from commit 842fbe42a8ada502d09ad5754755bb7c40e64af9) * chore(i18n): update locales (cherry picked from commit b2225f05e52b026d6c476b999943bc9b8094f270) * Merge branch 'stripe-webhook' into develop (cherry picked from commit 30f514e46fb8cc79ca7203c442d72c345ff3a22c) * add recent Grand Gala seasonal special equipment names (#8606) This is to help translators add good glossary entries now for keeping the current wiki pages consistent with future additions to the website's seasonal shop. (cherry picked from commit 4846bc57692a8fc709a5cf86098053db4347edf2) * stripe webhook for unpaid subs: add 3 days of remaining time (cherry picked from commit 1d7b7337591b49c8a1c3de87490b3068309662d6) * New default background (#8597) * feat(bgs): new default background * feat(bgs): backfill migration * fix(migration): extraneous imports, bad paths * fix(bgs): address comments * fix(test): assert equality (cherry picked from commit 03088f1d9f1d18e74aa6a02e27203dd36ed1c967) * chore(sprites): compile (cherry picked from commit 831b122ce2f9978f0b0db2212eb6ab504799118c) * chore(i18n): update locales (cherry picked from commit be1754ab073653fdec3b243de66a18b992f1163e) * chore(public-docs): Community Guidelines update Also Bailey announcement (cherry picked from commit 565d50dd99ba277403e839cde67a7dcc3d088ba0) * chore(i18n): update locales (cherry picked from commit d4198f8913f241bfc928efee4dd44678b81ac788) * 3.83.0 (cherry picked from commit ea184899913e1ba7636c3618e3a0ed660e33abf3) * chore(news): Bailey * rebuild shrinkwrap (cherry picked from commit 96ce948e1a941cda4ee921095d3c072191348541) * stripe webhook: fix handling of automatic requests (cherry picked from commit c4463f991b8a6e7c46a40a43151cdd6aa9cf808b) * 3.83.1 * v3.83.2 - April Fools 2017 (#8632) * feat(event): April Fools 2017 * feat(event): NPCs and Bailey * fix(event): tweak NPCs, add challenge link * chore(sprites): compile * 3.83.2 * v3.83.3 Fooling Fix (#8633) * fix(fooling): add logic to party and member modals * 3.83.3 * v3.83.4 Export fooling (#8634) * fix(fooling): allow export * 3.83.4 * v3.83.5 End Fooling (#8638) * chore(event): no more foolin * chore(sprites): compile * 3.83.5 * fix(merge-conflict): prefer develop for config.json.example * fix(merge-conflict): fewer istanbul deps * Replace golden rock mount body sprite * feat(content): BGs and Armoire 2017-04 Also fixes a positioning issue on Spring Healer headgear. * chore(sprites): compile * chore(i18n): update locales * 3.84.0
2017-04-04 20:49:05 +00:00
.promo_spooky_sparkles_fall_2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-18 22:43:33 +00:00
background-position: -1217px -377px;
v3.84.0 - Backgrounds and Armoire 2017/04 (#8652) * Release Mergeback (#8644) * Remove email addresses from translatable strings (#8448) * Fix User > Profile showing {getProgressDisplay()} * Remove bad nextRewardAt check * 1st iteration of issue #8385 - more pending * #8385 config and jade fixes, tests pending * #8385 fixing lint errors * Fix faqs string and test * Fix faq.jade and add workaround for faq.js * Fixing accidental checking for faq.js * fix emails in faq.js * fetch emails once in auth.js * Fixing community manager email in auth.js (cherry picked from commit 842fbe42a8ada502d09ad5754755bb7c40e64af9) * chore(i18n): update locales (cherry picked from commit b2225f05e52b026d6c476b999943bc9b8094f270) * Merge branch 'stripe-webhook' into develop (cherry picked from commit 30f514e46fb8cc79ca7203c442d72c345ff3a22c) * add recent Grand Gala seasonal special equipment names (#8606) This is to help translators add good glossary entries now for keeping the current wiki pages consistent with future additions to the website's seasonal shop. (cherry picked from commit 4846bc57692a8fc709a5cf86098053db4347edf2) * stripe webhook for unpaid subs: add 3 days of remaining time (cherry picked from commit 1d7b7337591b49c8a1c3de87490b3068309662d6) * New default background (#8597) * feat(bgs): new default background * feat(bgs): backfill migration * fix(migration): extraneous imports, bad paths * fix(bgs): address comments * fix(test): assert equality (cherry picked from commit 03088f1d9f1d18e74aa6a02e27203dd36ed1c967) * chore(sprites): compile (cherry picked from commit 831b122ce2f9978f0b0db2212eb6ab504799118c) * chore(i18n): update locales (cherry picked from commit be1754ab073653fdec3b243de66a18b992f1163e) * chore(public-docs): Community Guidelines update Also Bailey announcement (cherry picked from commit 565d50dd99ba277403e839cde67a7dcc3d088ba0) * chore(i18n): update locales (cherry picked from commit d4198f8913f241bfc928efee4dd44678b81ac788) * 3.83.0 (cherry picked from commit ea184899913e1ba7636c3618e3a0ed660e33abf3) * chore(news): Bailey * rebuild shrinkwrap (cherry picked from commit 96ce948e1a941cda4ee921095d3c072191348541) * stripe webhook: fix handling of automatic requests (cherry picked from commit c4463f991b8a6e7c46a40a43151cdd6aa9cf808b) * 3.83.1 * v3.83.2 - April Fools 2017 (#8632) * feat(event): April Fools 2017 * feat(event): NPCs and Bailey * fix(event): tweak NPCs, add challenge link * chore(sprites): compile * 3.83.2 * v3.83.3 Fooling Fix (#8633) * fix(fooling): add logic to party and member modals * 3.83.3 * v3.83.4 Export fooling (#8634) * fix(fooling): allow export * 3.83.4 * v3.83.5 End Fooling (#8638) * chore(event): no more foolin * chore(sprites): compile * 3.83.5 * fix(merge-conflict): prefer develop for config.json.example * fix(merge-conflict): fewer istanbul deps * Replace golden rock mount body sprite * feat(content): BGs and Armoire 2017-04 Also fixes a positioning issue on Spring Healer headgear. * chore(sprites): compile * chore(i18n): update locales * 3.84.0
2017-04-04 20:49:05 +00:00
width: 140px;
height: 294px;
}
.promo_spring_classes_2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-18 22:43:33 +00:00
background-position: -282px -1091px;
v3.84.0 - Backgrounds and Armoire 2017/04 (#8652) * Release Mergeback (#8644) * Remove email addresses from translatable strings (#8448) * Fix User > Profile showing {getProgressDisplay()} * Remove bad nextRewardAt check * 1st iteration of issue #8385 - more pending * #8385 config and jade fixes, tests pending * #8385 fixing lint errors * Fix faqs string and test * Fix faq.jade and add workaround for faq.js * Fixing accidental checking for faq.js * fix emails in faq.js * fetch emails once in auth.js * Fixing community manager email in auth.js (cherry picked from commit 842fbe42a8ada502d09ad5754755bb7c40e64af9) * chore(i18n): update locales (cherry picked from commit b2225f05e52b026d6c476b999943bc9b8094f270) * Merge branch 'stripe-webhook' into develop (cherry picked from commit 30f514e46fb8cc79ca7203c442d72c345ff3a22c) * add recent Grand Gala seasonal special equipment names (#8606) This is to help translators add good glossary entries now for keeping the current wiki pages consistent with future additions to the website's seasonal shop. (cherry picked from commit 4846bc57692a8fc709a5cf86098053db4347edf2) * stripe webhook for unpaid subs: add 3 days of remaining time (cherry picked from commit 1d7b7337591b49c8a1c3de87490b3068309662d6) * New default background (#8597) * feat(bgs): new default background * feat(bgs): backfill migration * fix(migration): extraneous imports, bad paths * fix(bgs): address comments * fix(test): assert equality (cherry picked from commit 03088f1d9f1d18e74aa6a02e27203dd36ed1c967) * chore(sprites): compile (cherry picked from commit 831b122ce2f9978f0b0db2212eb6ab504799118c) * chore(i18n): update locales (cherry picked from commit be1754ab073653fdec3b243de66a18b992f1163e) * chore(public-docs): Community Guidelines update Also Bailey announcement (cherry picked from commit 565d50dd99ba277403e839cde67a7dcc3d088ba0) * chore(i18n): update locales (cherry picked from commit d4198f8913f241bfc928efee4dd44678b81ac788) * 3.83.0 (cherry picked from commit ea184899913e1ba7636c3618e3a0ed660e33abf3) * chore(news): Bailey * rebuild shrinkwrap (cherry picked from commit 96ce948e1a941cda4ee921095d3c072191348541) * stripe webhook: fix handling of automatic requests (cherry picked from commit c4463f991b8a6e7c46a40a43151cdd6aa9cf808b) * 3.83.1 * v3.83.2 - April Fools 2017 (#8632) * feat(event): April Fools 2017 * feat(event): NPCs and Bailey * fix(event): tweak NPCs, add challenge link * chore(sprites): compile * 3.83.2 * v3.83.3 Fooling Fix (#8633) * fix(fooling): add logic to party and member modals * 3.83.3 * v3.83.4 Export fooling (#8634) * fix(fooling): allow export * 3.83.4 * v3.83.5 End Fooling (#8638) * chore(event): no more foolin * chore(sprites): compile * 3.83.5 * fix(merge-conflict): prefer develop for config.json.example * fix(merge-conflict): fewer istanbul deps * Replace golden rock mount body sprite * feat(content): BGs and Armoire 2017-04 Also fixes a positioning issue on Spring Healer headgear. * chore(sprites): compile * chore(i18n): update locales * 3.84.0
2017-04-04 20:49:05 +00:00
width: 362px;
height: 102px;
}
2017-03-23 19:45:05 +00:00
.promo_spring_classes_2017 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-26 01:57:19 +00:00
background-position: -589px -916px;
2017-03-23 19:45:05 +00:00
width: 309px;
height: 147px;
}
.promo_springclasses2014 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-26 01:57:19 +00:00
background-position: -1488px -91px;
2017-03-23 19:45:05 +00:00
width: 288px;
height: 90px;
}
.promo_springclasses2015 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-26 01:57:19 +00:00
background-position: -1488px 0px;
2017-03-23 19:45:05 +00:00
width: 288px;
height: 90px;
}
.promo_staff_spotlight_Lemoness {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-20 19:39:19 +00:00
background-position: -1639px -330px;
2017-03-23 19:45:05 +00:00
width: 102px;
height: 146px;
}
2017-03-20 18:36:37 +00:00
.promo_staff_spotlight_Viirus {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-20 19:39:19 +00:00
background-position: -1645px -182px;
2017-03-20 18:36:37 +00:00
width: 119px;
height: 147px;
}
2017-03-23 19:45:05 +00:00
.promo_staff_spotlight_paglias {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-20 19:39:19 +00:00
background-position: -1639px -481px;
2017-03-23 19:45:05 +00:00
width: 99px;
height: 147px;
}
2017-03-20 18:36:37 +00:00
.promo_steampunk_3017 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-20 19:39:19 +00:00
background-position: -141px -765px;
2017-03-20 18:36:37 +00:00
width: 140px;
height: 441px;
}
2017-03-15 00:17:10 +00:00
.promo_summer_classes_2014 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-06 19:35:16 +00:00
background-position: -340px -220px;
2017-03-15 00:17:10 +00:00
width: 429px;
height: 102px;
}
2017-03-10 02:06:18 +00:00
.promo_summer_classes_2015 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-20 19:39:19 +00:00
background-position: 0px -1358px;
2017-03-10 02:06:18 +00:00
width: 300px;
height: 88px;
}
.promo_summer_classes_2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-18 22:43:33 +00:00
background-position: -282px -765px;
2017-03-10 02:06:18 +00:00
width: 400px;
height: 150px;
}
.promo_takeThis_gear {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-26 01:57:19 +00:00
background-position: -1639px -783px;
2017-03-10 02:06:18 +00:00
width: 114px;
height: 87px;
}
.promo_takethis_armor {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-26 01:57:19 +00:00
background-position: -1639px -632px;
width: 114px;
height: 87px;
}
2017-02-08 20:38:40 +00:00
.promo_task_planning {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-18 22:43:33 +00:00
background-position: -1217px -181px;
2017-02-08 20:38:40 +00:00
width: 240px;
height: 195px;
}
2017-02-02 17:31:43 +00:00
.promo_turkey_day_2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-26 01:57:19 +00:00
background-position: 0px -765px;
2017-02-02 17:31:43 +00:00
width: 140px;
height: 441px;
}
.promo_unconventional_armor {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-20 19:39:19 +00:00
background-position: -1639px -720px;
2017-02-02 17:31:43 +00:00
width: 60px;
height: 60px;
}
.promo_unconventional_armor2 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-20 19:39:19 +00:00
background-position: -1687px -1082px;
2017-02-02 17:31:43 +00:00
width: 70px;
height: 74px;
}
.promo_updos {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-20 19:39:19 +00:00
background-position: -1488px -182px;
2017-02-02 17:31:43 +00:00
width: 156px;
height: 147px;
}
.promo_veteran_pets {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-20 19:39:19 +00:00
background-position: -1627px -934px;
2017-02-02 17:31:43 +00:00
width: 146px;
height: 75px;
}
2017-01-24 21:37:57 +00:00
.promo_winter_classes_2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-18 22:43:33 +00:00
background-position: -645px -1091px;
2017-01-24 21:37:57 +00:00
width: 360px;
height: 90px;
}
2017-01-19 20:22:32 +00:00
.promo_winter_classes_2017 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: 0px -620px;
2017-01-19 20:22:32 +00:00
width: 432px;
height: 144px;
}
2017-01-03 21:35:23 +00:00
.promo_winter_fireworks {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-20 19:39:19 +00:00
background-position: -1488px -934px;
2017-01-03 21:35:23 +00:00
width: 138px;
height: 147px;
}
.promo_winterclasses2015 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -433px -620px;
2017-01-03 21:35:23 +00:00
width: 325px;
height: 110px;
}
2017-01-18 00:16:01 +00:00
.promo_wintery_skins {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-26 01:57:19 +00:00
background-position: -1076px 0px;
2017-01-18 00:16:01 +00:00
width: 140px;
height: 441px;
}
.customize-option.promo_wintery_skins {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-26 01:57:19 +00:00
background-position: -1101px -15px;
2017-01-18 00:16:01 +00:00
width: 60px;
height: 60px;
}
2017-01-03 21:35:23 +00:00
.promo_winteryhair {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-20 19:39:19 +00:00
background-position: -1488px -1174px;
width: 152px;
height: 75px;
}
.avatar_variety {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-18 22:43:33 +00:00
background-position: -683px -765px;
width: 498px;
height: 95px;
}
.npc_viirus {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-20 19:39:19 +00:00
background-position: -1488px -1250px;
width: 108px;
height: 90px;
}
.party_preview {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-06 19:35:16 +00:00
background-position: -340px 0px;
width: 451px;
height: 219px;
}
2017-03-02 00:54:14 +00:00
.promo_backtoschool {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-26 01:57:19 +00:00
background-position: -1488px -481px;
2017-03-02 00:54:14 +00:00
width: 150px;
height: 150px;
}
.promo_cooking {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -328px -343px;
2017-03-02 00:54:14 +00:00
width: 396px;
height: 219px;
}
.promo_startingover {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-26 01:57:19 +00:00
background-position: -1488px -632px;
2017-03-02 00:54:14 +00:00
width: 150px;
height: 150px;
}
.promo_valentines {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-26 01:57:19 +00:00
background-position: -899px -916px;
2017-03-02 00:54:14 +00:00
width: 309px;
height: 147px;
}
.promo_working_out {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-18 22:43:33 +00:00
background-position: 0px -1207px;
2017-03-02 00:54:14 +00:00
width: 300px;
height: 150px;
}
2016-12-17 02:16:01 +00:00
.scene_coding {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-26 01:57:19 +00:00
background-position: -1488px -330px;
2016-12-17 02:16:01 +00:00
width: 150px;
height: 150px;
}
.scene_dailies {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: 0px -343px;
width: 327px;
height: 276px;
}
2017-03-02 00:54:14 +00:00
.scene_eco_friendly {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-18 22:43:33 +00:00
background-position: -1217px -1004px;
2017-03-02 00:54:14 +00:00
width: 222px;
height: 171px;
}
2017-03-10 02:06:18 +00:00
.scene_habits {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-18 22:43:33 +00:00
background-position: -282px -916px;
2017-03-10 02:06:18 +00:00
width: 306px;
height: 174px;
}
2016-12-17 02:16:01 +00:00
.scene_phone_peek {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-26 01:57:19 +00:00
background-position: -1488px -783px;
2016-12-17 02:16:01 +00:00
width: 150px;
height: 150px;
}
2017-04-06 19:35:16 +00:00
.scene_video_games {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: 0px 0px;
width: 339px;
height: 342px;
}
.welcome_basic_avatars {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-26 01:57:19 +00:00
background-position: -1217px -838px;
width: 246px;
height: 165px;
}
2016-12-09 02:28:17 +00:00
.welcome_promo_party {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-18 22:43:33 +00:00
background-position: -1217px 0px;
2016-12-09 02:28:17 +00:00
width: 270px;
height: 180px;
}
.welcome_sample_tasks {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
2017-04-26 01:57:19 +00:00
background-position: -1217px -672px;
2016-12-09 02:28:17 +00:00
width: 246px;
height: 165px;
}