Skip to content

Instantly share code, notes, and snippets.

@hirakujira
Last active November 8, 2016 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hirakujira/e734db63cceaf3c7684c773ddca145f6 to your computer and use it in GitHub Desktop.
Save hirakujira/e734db63cceaf3c7684c773ddca145f6 to your computer and use it in GitHub Desktop.
/* BIG EMOJIS */
._2jry ._9-_._3j7l {
background-image: url(http://pic.hiraku.tw/css/facebook/emoji/big_1.png) !important;
background-repeat: no-repeat !important;
background-size: auto !important;
background-position: 0 0 !important;
}
._2jry ._9-_._3j7m {
background-image: url(http://pic.hiraku.tw/css/facebook/emoji/big_2.png) !important;
background-repeat: no-repeat !important;
background-size: auto !important;
background-position: 0 0 !important;
}
._2jry ._9-_._3j7o {
background-image: url(http://pic.hiraku.tw/css/facebook/emoji/big_3.png) !important;
background-repeat: no-repeat !important;
background-size: auto !important;
background-position: 0 0 !important;
}
._2jry ._9-_._3j7n {
background-image: url(http://pic.hiraku.tw/css/facebook/emoji/big_4.png) !important;
background-repeat: no-repeat !important;
background-size: auto !important;
background-position: 0 0 !important;
}
._2jry ._9-_._3j7r {
background-image: url(http://pic.hiraku.tw/css/facebook/emoji/big_5.png) !important;
background-repeat: no-repeat !important;
background-size: auto !important;
background-position: 0 0 !important;
}
._2jry ._9-_._3j7q {
background-image: url(http://pic.hiraku.tw/css/facebook/emoji/big_6.png) !important;
background-repeat: no-repeat !important;
background-size: auto !important;
background-position: 0 0 !important;
}
/* SMALL EMOJIS */
._2p78._3j7l {
background-image: url(http://pic.hiraku.tw/css/facebook/emoji/small.png);
background-size: 170px 110px;
background-position: -134px -36px;
}
._2p78._3j7o {
background-image: url(http://pic.hiraku.tw/css/facebook/emoji/small.png);
background-size: 170px 110px;
background-position: -116px -36px;
}
._2p78._3j7m {
background-image: url(http://pic.hiraku.tw/css/facebook/emoji/small.png);
background-size: 170px 110px;
background-position: -152px -36px;
}
._2p78._3j7n {
background-image: url(http://pic.hiraku.tw/css/facebook/emoji/small.png);
background-size: 170px 110px;
background-position: -18px -62px;
}
._2p78._3j7q {
background-image: url(http://pic.hiraku.tw/css/facebook/emoji/small.png);
background-size: 170px 110px;
background-position: -62px -36px;
}
._2p78._3j7r {
background-image: url(http://pic.hiraku.tw/css/facebook/emoji/small.png);
background-size: 170px 110px;
background-position: 0 -62px;
}
._2p79, ._9-y {
height: 16px;
width: 16px;
}
@hirakujira
Copy link
Author

Use stylish to apply this.

Original CSS : https://userstyles.org/styles/131591/facebook-pok-mon-emojis , which is outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment