Merge branch 'develop' into Hus274-7688
@@ -1,7 +0,0 @@
|
|||||||
option_settings:
|
|
||||||
- namespace: aws:elasticbeanstalk:command
|
|
||||||
option_name: Timeout
|
|
||||||
value: 1800
|
|
||||||
- namespace: aws:elb:policies
|
|
||||||
option_name: ConnectionSettingIdleTimeout
|
|
||||||
value: 900
|
|
||||||
@@ -1,6 +1,20 @@
|
|||||||
|
option_settings:
|
||||||
|
- namespace: aws:elasticbeanstalk:command
|
||||||
|
option_name: Timeout
|
||||||
|
value: 1800
|
||||||
|
- namespace: aws:elb:policies
|
||||||
|
option_name: ConnectionSettingIdleTimeout
|
||||||
|
value: 900
|
||||||
commands:
|
commands:
|
||||||
01_sym:
|
01_sym_node:
|
||||||
command: "ln -sf $(ls -td /opt/elasticbeanstalk/node-install/node-* | head -1)/bin/node /bin/node"
|
command: "ln -sf $(ls -td /opt/elasticbeanstalk/node-install/node-* | head -1)/bin/node /bin/node"
|
||||||
|
files:
|
||||||
|
"/opt/elasticbeanstalk/hooks/appdeploy/pre/41update_npm.sh" :
|
||||||
|
mode: "000775"
|
||||||
|
owner: root
|
||||||
|
group: users
|
||||||
|
content: |
|
||||||
|
$(ls -td /opt/elasticbeanstalk/node-install/node-* | head -1)/bin/npm install -g npm@3
|
||||||
container_commands:
|
container_commands:
|
||||||
01_makeBabel:
|
01_makeBabel:
|
||||||
command: "touch /tmp/.babel.json"
|
command: "touch /tmp/.babel.json"
|
||||||
|
|||||||
@@ -13,13 +13,6 @@ website/client/
|
|||||||
|
|
||||||
# Temporarilly disabled. These should be removed when the linting errors are fixed
|
# Temporarilly disabled. These should be removed when the linting errors are fixed
|
||||||
common/script/content/index.js
|
common/script/content/index.js
|
||||||
common/script/public/**/*.js
|
|
||||||
|
|
||||||
website/server/**/api-v2/**/*.js
|
|
||||||
website/server/routes/payments.js
|
|
||||||
website/server/routes/pages.js
|
|
||||||
website/server/middlewares/apiThrottle.js
|
|
||||||
website/server/middlewares/forceRefresh.js
|
|
||||||
|
|
||||||
debug-scripts/*
|
debug-scripts/*
|
||||||
scripts/*
|
scripts/*
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ node_modules/**
|
|||||||
website/client/**
|
website/client/**
|
||||||
website/views/**
|
website/views/**
|
||||||
website/build/**
|
website/build/**
|
||||||
|
test/**
|
||||||
.git/**
|
.git/**
|
||||||
Gruntfile.js
|
Gruntfile.js
|
||||||
CHANGELOG.md
|
CHANGELOG.md
|
||||||
|
|||||||
@@ -131,7 +131,7 @@ module.exports = function(grunt) {
|
|||||||
grunt.registerTask('build:test', ['test:prepare:translations', 'build:dev']);
|
grunt.registerTask('build:test', ['test:prepare:translations', 'build:dev']);
|
||||||
|
|
||||||
grunt.registerTask('test:prepare:translations', function() {
|
grunt.registerTask('test:prepare:translations', function() {
|
||||||
var i18n = require('./website/server/libs/api-v3/i18n'),
|
var i18n = require('./website/server/libs/i18n'),
|
||||||
fs = require('fs');
|
fs = require('fs');
|
||||||
fs.writeFileSync('test/spec/mocks/translations.js',
|
fs.writeFileSync('test/spec/mocks/translations.js',
|
||||||
"if(!window.env) window.env = {};\n" +
|
"if(!window.env) window.env = {};\n" +
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
"bootstrap-tour": "0.10.1",
|
"bootstrap-tour": "0.10.1",
|
||||||
"css-social-buttons": "samcollins/css-social-buttons#v1.1.1 ",
|
"css-social-buttons": "samcollins/css-social-buttons#v1.1.1 ",
|
||||||
"github-buttons": "mdo/github-buttons#v3.0.0",
|
"github-buttons": "mdo/github-buttons#v3.0.0",
|
||||||
"hello": "1.5.0",
|
"hello": "1.13.4",
|
||||||
"jquery": "2.1.0",
|
"jquery": "2.1.0",
|
||||||
"jquery-colorbox": "1.4.36",
|
"jquery-colorbox": "1.4.36",
|
||||||
"jquery-ui": "1.10.3",
|
"jquery-ui": "1.10.3",
|
||||||
@@ -38,10 +38,12 @@
|
|||||||
"js-emoji": "snicker/js-emoji#f25d8a303f",
|
"js-emoji": "snicker/js-emoji#f25d8a303f",
|
||||||
"ngInfiniteScroll": "1.0.0",
|
"ngInfiniteScroll": "1.0.0",
|
||||||
"pnotify": "1.3.1",
|
"pnotify": "1.3.1",
|
||||||
"sticky": "*",
|
"sticky": "1.0.3",
|
||||||
"swagger-ui": "wordnik/swagger-ui#v2.0.24",
|
"swagger-ui": "wordnik/swagger-ui#v2.0.24",
|
||||||
"smart-app-banner": "78ef9c0679723b25be1a0ae04f7b4aef7cbced4f",
|
"smart-app-banner": "78ef9c0679723b25be1a0ae04f7b4aef7cbced4f",
|
||||||
"habitica-markdown": "^1.1.0"
|
"habitica-markdown": "1.2.2",
|
||||||
|
"pusher-js-auth": "^2.0.0",
|
||||||
|
"pusher-websocket-iso": "pusher#^3.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"angular-mocks": "1.3.9"
|
"angular-mocks": "1.3.9"
|
||||||
|
|||||||
BIN
common/audio/dewinTheme/Achievement_Unlocked.mp3
Normal file
BIN
common/audio/dewinTheme/Achievement_Unlocked.ogg
Normal file
BIN
common/audio/dewinTheme/Boss_Battles_Background_Music.mp3
Normal file
BIN
common/audio/dewinTheme/Boss_Battles_Background_Music.ogg
Normal file
BIN
common/audio/dewinTheme/Chat.mp3
Normal file
BIN
common/audio/dewinTheme/Chat.ogg
Normal file
BIN
common/audio/dewinTheme/Checklist_Complete.mp3
Normal file
BIN
common/audio/dewinTheme/Checklist_Complete.ogg
Normal file
BIN
common/audio/dewinTheme/Daily.mp3
Normal file
BIN
common/audio/dewinTheme/Daily.ogg
Normal file
BIN
common/audio/dewinTheme/Death.mp3
Normal file
BIN
common/audio/dewinTheme/Death.ogg
Normal file
BIN
common/audio/dewinTheme/Item_Drop.mp3
Normal file
BIN
common/audio/dewinTheme/Item_Drop.ogg
Normal file
BIN
common/audio/dewinTheme/Level_Up.mp3
Normal file
BIN
common/audio/dewinTheme/Level_Up.ogg
Normal file
BIN
common/audio/dewinTheme/Minus_Habit.mp3
Normal file
BIN
common/audio/dewinTheme/Minus_Habit.ogg
Normal file
BIN
common/audio/dewinTheme/Plus_Habit.mp3
Normal file
BIN
common/audio/dewinTheme/Plus_Habit.ogg
Normal file
BIN
common/audio/dewinTheme/Reward.mp3
Normal file
BIN
common/audio/dewinTheme/Reward.ogg
Normal file
BIN
common/audio/dewinTheme/Settings_Page_Background_Music.mp3
Normal file
BIN
common/audio/dewinTheme/Settings_Page_Background_Music.ogg
Normal file
BIN
common/audio/dewinTheme/Todo.mp3
Normal file
BIN
common/audio/dewinTheme/Todo.ogg
Normal file
BIN
common/audio/rosstavoTheme/Achievement_Unlocked.mp3
Normal file
BIN
common/audio/rosstavoTheme/Achievement_Unlocked.ogg
Executable file
BIN
common/audio/rosstavoTheme/Chat.mp3
Normal file
BIN
common/audio/rosstavoTheme/Chat.ogg
Executable file
BIN
common/audio/rosstavoTheme/Daily.mp3
Normal file
BIN
common/audio/rosstavoTheme/Daily.ogg
Executable file
BIN
common/audio/rosstavoTheme/Death.mp3
Normal file
BIN
common/audio/rosstavoTheme/Death.ogg
Executable file
BIN
common/audio/rosstavoTheme/Item_Drop.mp3
Normal file
BIN
common/audio/rosstavoTheme/Item_Drop.ogg
Executable file
BIN
common/audio/rosstavoTheme/Level_Up.mp3
Normal file
BIN
common/audio/rosstavoTheme/Level_Up.ogg
Executable file
BIN
common/audio/rosstavoTheme/Minus_Habit.mp3
Normal file
BIN
common/audio/rosstavoTheme/Minus_Habit.ogg
Executable file
BIN
common/audio/rosstavoTheme/Plus_Habit.mp3
Normal file
BIN
common/audio/rosstavoTheme/Plus_Habit.ogg
Executable file
BIN
common/audio/rosstavoTheme/Reward.mp3
Normal file
BIN
common/audio/rosstavoTheme/Reward.ogg
Executable file
BIN
common/audio/rosstavoTheme/ToDo.mp3
Normal file
BIN
common/audio/rosstavoTheme/ToDo.ogg
Executable file
@@ -1,9 +1,9 @@
|
|||||||
/* Comment out for holiday events */
|
/* Comment out for holiday events */
|
||||||
/* .npc_ian {
|
.npc_ian {
|
||||||
background: url("/common/img/sprites/npc_ian.gif") no-repeat;
|
background: url("/common/img/sprites/npc_ian.gif") no-repeat;
|
||||||
width: 78px;
|
width: 78px;
|
||||||
height: 135px;
|
height: 135px;
|
||||||
} */
|
}
|
||||||
|
|
||||||
.quest_burnout {
|
.quest_burnout {
|
||||||
background: url("/common/img/sprites/quest_burnout.gif") no-repeat;
|
background: url("/common/img/sprites/quest_burnout.gif") no-repeat;
|
||||||
|
|||||||
214
common/dist/sprites/spritesmith-largeSprites-0.css
vendored
@@ -1,150 +1,162 @@
|
|||||||
.2014_Fall_HealerPROMO2 {
|
.2014_Fall_HealerPROMO2 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -855px -1310px;
|
background-position: -1092px -1378px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.2014_Fall_Mage_PROMO9 {
|
.2014_Fall_Mage_PROMO9 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1201px -775px;
|
background-position: -1355px -1011px;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.2014_Fall_RoguePROMO3 {
|
.2014_Fall_RoguePROMO3 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -109px -1310px;
|
background-position: -649px -1275px;
|
||||||
width: 105px;
|
width: 105px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.2014_Fall_Warrior_PROMO {
|
.2014_Fall_Warrior_PROMO {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -309px -1310px;
|
background-position: -1219px -1275px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.promo_android {
|
.promo_android {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1095px -508px;
|
background-position: -813px -151px;
|
||||||
width: 175px;
|
width: 175px;
|
||||||
height: 175px;
|
height: 175px;
|
||||||
}
|
}
|
||||||
.promo_backgrounds_armoire_201602 {
|
.promo_backgrounds_armoire_201602 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -306px -220px;
|
background-position: -994px -199px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 294px;
|
height: 294px;
|
||||||
}
|
}
|
||||||
.promo_backgrounds_armoire_201603 {
|
.promo_backgrounds_armoire_201603 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -875px -241px;
|
background-position: -1136px -199px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 294px;
|
height: 294px;
|
||||||
}
|
}
|
||||||
.promo_backgrounds_armoire_201604 {
|
.promo_backgrounds_armoire_201604 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -593px 0px;
|
background-position: -281px -525px;
|
||||||
width: 140px;
|
width: 140px;
|
||||||
height: 441px;
|
height: 441px;
|
||||||
}
|
}
|
||||||
.promo_backgrounds_armoire_201605 {
|
.promo_backgrounds_armoire_201605 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -734px 0px;
|
background-position: -452px 0px;
|
||||||
width: 140px;
|
width: 140px;
|
||||||
height: 441px;
|
height: 441px;
|
||||||
}
|
}
|
||||||
.promo_backgrounds_armoire_201606 {
|
.promo_backgrounds_armoire_201606 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -452px 0px;
|
background-position: -140px -525px;
|
||||||
width: 140px;
|
width: 140px;
|
||||||
height: 447px;
|
height: 447px;
|
||||||
}
|
}
|
||||||
|
.promo_backgrounds_armoire_201607 {
|
||||||
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
|
background-position: 0px -525px;
|
||||||
|
width: 139px;
|
||||||
|
height: 588px;
|
||||||
|
}
|
||||||
|
.promo_backgrounds_armoire_201608 {
|
||||||
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
|
background-position: -452px -442px;
|
||||||
|
width: 140px;
|
||||||
|
height: 439px;
|
||||||
|
}
|
||||||
.promo_backtoschool {
|
.promo_backtoschool {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1342px -553px;
|
background-position: -1493px 0px;
|
||||||
width: 150px;
|
width: 150px;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
}
|
}
|
||||||
.promo_burnout {
|
.promo_burnout {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -875px 0px;
|
background-position: -593px -151px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 240px;
|
height: 240px;
|
||||||
}
|
}
|
||||||
.promo_chairs_glasses {
|
.promo_chairs_glasses {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1017px -241px;
|
background-position: -452px -882px;
|
||||||
width: 51px;
|
width: 51px;
|
||||||
height: 210px;
|
height: 210px;
|
||||||
}
|
}
|
||||||
.promo_classes_fall_2014 {
|
.promo_classes_fall_2014 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -363px -1005px;
|
background-position: -593px -684px;
|
||||||
width: 321px;
|
width: 321px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
}
|
}
|
||||||
.promo_classes_fall_2015 {
|
.promo_classes_fall_2015 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -281px -857px;
|
background-position: -994px -808px;
|
||||||
width: 377px;
|
width: 377px;
|
||||||
height: 99px;
|
height: 99px;
|
||||||
}
|
}
|
||||||
.promo_dilatoryDistress {
|
.promo_dilatoryDistress {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1492px -1310px;
|
background-position: -273px -1378px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.promo_egg_mounts {
|
.promo_egg_mounts {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: 0px -857px;
|
background-position: -994px -494px;
|
||||||
width: 280px;
|
width: 280px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.promo_enchanted_armoire {
|
.promo_enchanted_armoire {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -271px -772px;
|
background-position: 0px -1114px;
|
||||||
width: 374px;
|
width: 374px;
|
||||||
height: 76px;
|
height: 76px;
|
||||||
}
|
}
|
||||||
.promo_enchanted_armoire_201507 {
|
.promo_enchanted_armoire_201507 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1342px -1091px;
|
background-position: -250px -1275px;
|
||||||
width: 217px;
|
width: 217px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.promo_enchanted_armoire_201508 {
|
.promo_enchanted_armoire_201508 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -875px -536px;
|
background-position: -468px -1275px;
|
||||||
width: 180px;
|
width: 180px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.promo_enchanted_armoire_201509 {
|
.promo_enchanted_armoire_201509 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: 0px -1401px;
|
background-position: -455px -1378px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.promo_enchanted_armoire_201511 {
|
.promo_enchanted_armoire_201511 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1201px -684px;
|
background-position: -1357px -908px;
|
||||||
width: 122px;
|
width: 122px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.promo_enchanted_armoire_201601 {
|
.promo_enchanted_armoire_201601 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -491px -1310px;
|
background-position: -637px -1378px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.promo_floral_potions {
|
.promo_floral_potions {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1095px -684px;
|
background-position: -593px -785px;
|
||||||
width: 105px;
|
width: 105px;
|
||||||
height: 273px;
|
height: 273px;
|
||||||
}
|
}
|
||||||
.promo_habitica {
|
.promo_habitica {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1095px -332px;
|
background-position: -1278px -199px;
|
||||||
width: 175px;
|
width: 175px;
|
||||||
height: 175px;
|
height: 175px;
|
||||||
}
|
}
|
||||||
@@ -156,313 +168,349 @@
|
|||||||
}
|
}
|
||||||
.promo_haunted_hair {
|
.promo_haunted_hair {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1483px -704px;
|
background-position: -1493px -1044px;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
height: 137px;
|
height: 137px;
|
||||||
}
|
}
|
||||||
.promo_item_notif {
|
.promo_item_notif {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1342px 0px;
|
background-position: 0px -1275px;
|
||||||
width: 249px;
|
width: 249px;
|
||||||
height: 102px;
|
height: 102px;
|
||||||
}
|
}
|
||||||
.promo_mystery_201405 {
|
.promo_mystery_201405 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -946px -1310px;
|
background-position: -728px -1378px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.promo_mystery_201406 {
|
.promo_mystery_201406 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1493px -251px;
|
background-position: 0px -1378px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 96px;
|
height: 96px;
|
||||||
}
|
}
|
||||||
.promo_mystery_201407 {
|
.promo_mystery_201407 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -777px -442px;
|
background-position: -1593px -960px;
|
||||||
width: 42px;
|
width: 42px;
|
||||||
height: 62px;
|
height: 62px;
|
||||||
}
|
}
|
||||||
.promo_mystery_201408 {
|
.promo_mystery_201408 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1271px -414px;
|
background-position: -1432px -494px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 71px;
|
height: 71px;
|
||||||
}
|
}
|
||||||
.promo_mystery_201409 {
|
.promo_mystery_201409 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -400px -1310px;
|
background-position: -910px -1378px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.promo_mystery_201410 {
|
.promo_mystery_201410 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1017px -452px;
|
background-position: -919px -573px;
|
||||||
width: 72px;
|
width: 72px;
|
||||||
height: 63px;
|
height: 63px;
|
||||||
}
|
}
|
||||||
.promo_mystery_201411 {
|
.promo_mystery_201411 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -673px -1310px;
|
background-position: -1001px -1378px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.promo_mystery_201412 {
|
.promo_mystery_201412 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -734px -442px;
|
background-position: -1596px -819px;
|
||||||
width: 42px;
|
width: 42px;
|
||||||
height: 66px;
|
height: 66px;
|
||||||
}
|
}
|
||||||
.promo_mystery_201501 {
|
.promo_mystery_201501 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1541px -1182px;
|
background-position: -1593px -896px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 63px;
|
height: 63px;
|
||||||
}
|
}
|
||||||
.promo_mystery_201502 {
|
.promo_mystery_201502 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1219px -1310px;
|
background-position: -1037px -1275px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.promo_mystery_201503 {
|
.promo_mystery_201503 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1401px -1310px;
|
background-position: -546px -1378px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.promo_mystery_201504 {
|
.promo_mystery_201504 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1271px -508px;
|
background-position: -1432px -566px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 69px;
|
height: 69px;
|
||||||
}
|
}
|
||||||
.promo_mystery_201505 {
|
.promo_mystery_201505 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -91px -1401px;
|
background-position: -364px -1378px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.promo_mystery_201506 {
|
.promo_mystery_201506 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1271px -578px;
|
background-position: -1596px -749px;
|
||||||
width: 42px;
|
width: 42px;
|
||||||
height: 69px;
|
height: 69px;
|
||||||
}
|
}
|
||||||
.promo_mystery_201507 {
|
.promo_mystery_201507 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1499px -103px;
|
background-position: -306px -417px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 105px;
|
height: 105px;
|
||||||
}
|
}
|
||||||
.promo_mystery_201508 {
|
.promo_mystery_201508 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -215px -1310px;
|
background-position: -943px -1275px;
|
||||||
width: 93px;
|
width: 93px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.promo_mystery_201509 {
|
.promo_mystery_201509 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -582px -1310px;
|
background-position: -91px -1378px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.promo_mystery_201510 {
|
.promo_mystery_201510 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1493px -553px;
|
background-position: -849px -1275px;
|
||||||
width: 93px;
|
width: 93px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.promo_mystery_201511 {
|
.promo_mystery_201511 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -764px -1310px;
|
background-position: -1310px -1275px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.promo_mystery_201512 {
|
.promo_mystery_201512 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1271px -332px;
|
background-position: -1424px -96px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 81px;
|
height: 81px;
|
||||||
}
|
}
|
||||||
.promo_mystery_201601 {
|
.promo_mystery_201601 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1201px -866px;
|
background-position: -1372px -808px;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.promo_mystery_201602 {
|
.promo_mystery_201602 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1037px -1310px;
|
background-position: -1128px -1275px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.promo_mystery_201603 {
|
.promo_mystery_201603 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1128px -1310px;
|
background-position: -819px -1378px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.promo_mystery_201604 {
|
.promo_mystery_201604 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1493px -402px;
|
background-position: -755px -1275px;
|
||||||
width: 93px;
|
width: 93px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.promo_mystery_201605 {
|
.promo_mystery_201605 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1310px -1310px;
|
background-position: -1401px -1275px;
|
||||||
|
width: 90px;
|
||||||
|
height: 90px;
|
||||||
|
}
|
||||||
|
.promo_mystery_201606 {
|
||||||
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
|
background-position: -306px -311px;
|
||||||
|
width: 90px;
|
||||||
|
height: 105px;
|
||||||
|
}
|
||||||
|
.promo_mystery_201607 {
|
||||||
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
|
background-position: -182px -1378px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.promo_mystery_3014 {
|
.promo_mystery_3014 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1342px -1000px;
|
background-position: -699px -967px;
|
||||||
width: 217px;
|
width: 217px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.promo_orca {
|
.promo_orca {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1483px -852px;
|
background-position: -1493px -1182px;
|
||||||
width: 105px;
|
width: 105px;
|
||||||
height: 105px;
|
height: 105px;
|
||||||
}
|
}
|
||||||
.promo_partyhats {
|
.promo_partyhats {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -875px -627px;
|
background-position: -813px -327px;
|
||||||
width: 115px;
|
width: 115px;
|
||||||
height: 47px;
|
height: 47px;
|
||||||
}
|
}
|
||||||
.promo_pastel_skin {
|
.promo_pastel_skin {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -685px -1005px;
|
background-position: -331px -1191px;
|
||||||
width: 330px;
|
width: 330px;
|
||||||
height: 83px;
|
height: 83px;
|
||||||
}
|
}
|
||||||
.customize-option.promo_pastel_skin {
|
.customize-option.promo_pastel_skin {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -710px -1020px;
|
background-position: -356px -1206px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.promo_peppermint_flame {
|
.promo_peppermint_flame {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1342px -852px;
|
background-position: -1493px -453px;
|
||||||
width: 140px;
|
width: 140px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.promo_pet_skins {
|
.promo_pet_skins {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1342px -704px;
|
background-position: -1493px -601px;
|
||||||
width: 140px;
|
width: 140px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.customize-option.promo_pet_skins {
|
.customize-option.promo_pet_skins {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1367px -719px;
|
background-position: -1518px -616px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.promo_shimmer_hair {
|
.promo_shimmer_hair {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -326px -1108px;
|
background-position: 0px -1191px;
|
||||||
width: 330px;
|
width: 330px;
|
||||||
height: 83px;
|
height: 83px;
|
||||||
}
|
}
|
||||||
.promo_splashyskins {
|
.promo_splashyskins {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1342px -1182px;
|
background-position: -1278px -375px;
|
||||||
width: 198px;
|
width: 198px;
|
||||||
height: 91px;
|
height: 91px;
|
||||||
}
|
}
|
||||||
.customize-option.promo_splashyskins {
|
.customize-option.promo_splashyskins {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1367px -1197px;
|
background-position: -1303px -390px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.promo_spring_classes_2016 {
|
.promo_spring_classes_2016 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: 0px -1005px;
|
background-position: -994px -908px;
|
||||||
width: 362px;
|
width: 362px;
|
||||||
height: 102px;
|
height: 102px;
|
||||||
}
|
}
|
||||||
.promo_springclasses2014 {
|
.promo_springclasses2014 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -289px -1219px;
|
background-position: -699px -876px;
|
||||||
width: 288px;
|
width: 288px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.promo_springclasses2015 {
|
.promo_springclasses2015 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: 0px -1219px;
|
background-position: -699px -785px;
|
||||||
width: 288px;
|
width: 288px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
|
.promo_staff_spotlight_Lemoness {
|
||||||
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
|
background-position: -1493px -749px;
|
||||||
|
width: 102px;
|
||||||
|
height: 146px;
|
||||||
|
}
|
||||||
|
.promo_staff_spotlight_paglias {
|
||||||
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
|
background-position: -1493px -896px;
|
||||||
|
width: 99px;
|
||||||
|
height: 147px;
|
||||||
|
}
|
||||||
.promo_summer_classes_2014 {
|
.promo_summer_classes_2014 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -401px -525px;
|
background-position: -994px -96px;
|
||||||
width: 429px;
|
width: 429px;
|
||||||
height: 102px;
|
height: 102px;
|
||||||
}
|
}
|
||||||
.promo_summer_classes_2015 {
|
.promo_summer_classes_2015 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -770px -676px;
|
background-position: -140px -973px;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
height: 88px;
|
height: 88px;
|
||||||
}
|
}
|
||||||
.promo_summer_classes_2016 {
|
.promo_summer_classes_2016 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: 0px -525px;
|
background-position: -593px 0px;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
}
|
}
|
||||||
.promo_takethis_armor {
|
.promo_takeThis_gear {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -578px -1219px;
|
background-position: -864px -392px;
|
||||||
width: 114px;
|
width: 114px;
|
||||||
height: 87px;
|
height: 87px;
|
||||||
}
|
}
|
||||||
|
.promo_takethis_armor {
|
||||||
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
|
background-position: -864px -480px;
|
||||||
|
width: 114px;
|
||||||
|
height: 87px;
|
||||||
|
}
|
||||||
|
.promo_unconventional_armor {
|
||||||
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
|
background-position: -915px -684px;
|
||||||
|
width: 60px;
|
||||||
|
height: 60px;
|
||||||
|
}
|
||||||
.promo_updos {
|
.promo_updos {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1342px -103px;
|
background-position: -1275px -494px;
|
||||||
width: 156px;
|
width: 156px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.promo_veteran_pets {
|
.promo_veteran_pets {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -799px -772px;
|
background-position: -1493px -1288px;
|
||||||
width: 146px;
|
width: 146px;
|
||||||
height: 75px;
|
height: 75px;
|
||||||
}
|
}
|
||||||
.promo_winter_classes_2016 {
|
.promo_winter_classes_2016 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -659px -857px;
|
background-position: -994px -1011px;
|
||||||
width: 360px;
|
width: 360px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.promo_winterclasses2015 {
|
.promo_winterclasses2015 {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: 0px -1108px;
|
background-position: -593px -573px;
|
||||||
width: 325px;
|
width: 325px;
|
||||||
height: 110px;
|
height: 110px;
|
||||||
}
|
}
|
||||||
.promo_winteryhair {
|
.promo_winteryhair {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -646px -772px;
|
background-position: -375px -1114px;
|
||||||
width: 152px;
|
width: 152px;
|
||||||
height: 75px;
|
height: 75px;
|
||||||
}
|
}
|
||||||
.avatar_variety {
|
.avatar_variety {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -271px -676px;
|
background-position: -994px 0px;
|
||||||
width: 498px;
|
width: 498px;
|
||||||
height: 95px;
|
height: 95px;
|
||||||
}
|
}
|
||||||
.npc_viirus {
|
.npc_viirus {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: 0px -1310px;
|
background-position: -306px -220px;
|
||||||
width: 108px;
|
width: 108px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
@@ -474,31 +522,31 @@
|
|||||||
}
|
}
|
||||||
.scene_coding {
|
.scene_coding {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1342px -402px;
|
background-position: -1493px -151px;
|
||||||
width: 150px;
|
width: 150px;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
}
|
}
|
||||||
.scene_phone_peek {
|
.scene_phone_peek {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1342px -251px;
|
background-position: -1493px -302px;
|
||||||
width: 150px;
|
width: 150px;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
}
|
}
|
||||||
.welcome_basic_avatars {
|
.welcome_basic_avatars {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1095px 0px;
|
background-position: -1241px -642px;
|
||||||
width: 246px;
|
width: 246px;
|
||||||
height: 165px;
|
height: 165px;
|
||||||
}
|
}
|
||||||
.welcome_promo_party {
|
.welcome_promo_party {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: 0px -676px;
|
background-position: -593px -392px;
|
||||||
width: 270px;
|
width: 270px;
|
||||||
height: 180px;
|
height: 180px;
|
||||||
}
|
}
|
||||||
.welcome_sample_tasks {
|
.welcome_sample_tasks {
|
||||||
background-image: url(spritesmith-largeSprites-0.png);
|
background-image: url(spritesmith-largeSprites-0.png);
|
||||||
background-position: -1095px -166px;
|
background-position: -994px -642px;
|
||||||
width: 246px;
|
width: 246px;
|
||||||
height: 165px;
|
height: 165px;
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
common/dist/sprites/spritesmith-largeSprites-0.png
vendored
|
Before Width: | Height: | Size: 344 KiB After Width: | Height: | Size: 398 KiB |
948
common/dist/sprites/spritesmith-main-0.css
vendored
BIN
common/dist/sprites/spritesmith-main-0.png
vendored
|
Before Width: | Height: | Size: 332 KiB After Width: | Height: | Size: 342 KiB |
1810
common/dist/sprites/spritesmith-main-1.css
vendored
BIN
common/dist/sprites/spritesmith-main-1.png
vendored
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
2326
common/dist/sprites/spritesmith-main-10.css
vendored
BIN
common/dist/sprites/spritesmith-main-10.png
vendored
|
Before Width: | Height: | Size: 144 KiB After Width: | Height: | Size: 146 KiB |
764
common/dist/sprites/spritesmith-main-11.css
vendored
BIN
common/dist/sprites/spritesmith-main-11.png
vendored
|
Before Width: | Height: | Size: 149 KiB After Width: | Height: | Size: 145 KiB |
2406
common/dist/sprites/spritesmith-main-12.css
vendored
BIN
common/dist/sprites/spritesmith-main-12.png
vendored
|
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 175 KiB |
1206
common/dist/sprites/spritesmith-main-13.css
vendored
BIN
common/dist/sprites/spritesmith-main-13.png
vendored
|
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 108 KiB |
6656
common/dist/sprites/spritesmith-main-2.css
vendored
BIN
common/dist/sprites/spritesmith-main-2.png
vendored
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 33 KiB |
6394
common/dist/sprites/spritesmith-main-3.css
vendored
BIN
common/dist/sprites/spritesmith-main-3.png
vendored
|
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 126 KiB |
1226
common/dist/sprites/spritesmith-main-4.css
vendored
BIN
common/dist/sprites/spritesmith-main-4.png
vendored
|
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 134 KiB |
1236
common/dist/sprites/spritesmith-main-5.css
vendored
BIN
common/dist/sprites/spritesmith-main-5.png
vendored
|
Before Width: | Height: | Size: 178 KiB After Width: | Height: | Size: 149 KiB |
786
common/dist/sprites/spritesmith-main-6.css
vendored
BIN
common/dist/sprites/spritesmith-main-6.png
vendored
|
Before Width: | Height: | Size: 376 KiB After Width: | Height: | Size: 400 KiB |
964
common/dist/sprites/spritesmith-main-7.css
vendored
BIN
common/dist/sprites/spritesmith-main-7.png
vendored
|
Before Width: | Height: | Size: 158 KiB After Width: | Height: | Size: 154 KiB |
1704
common/dist/sprites/spritesmith-main-8.css
vendored
BIN
common/dist/sprites/spritesmith-main-8.png
vendored
|
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 132 KiB |
1270
common/dist/sprites/spritesmith-main-9.css
vendored
BIN
common/dist/sprites/spritesmith-main-9.png
vendored
|
Before Width: | Height: | Size: 143 KiB After Width: | Height: | Size: 151 KiB |
|
After Width: | Height: | Size: 5.9 KiB |
|
After Width: | Height: | Size: 4.6 KiB |
|
After Width: | Height: | Size: 7.2 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 6.9 KiB |
|
After Width: | Height: | Size: 536 B |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 463 B |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 3.1 KiB |