Last active
November 8, 2016 08:05
-
-
Save hirakujira/e734db63cceaf3c7684c773ddca145f6 to your computer and use it in GitHub Desktop.
Revisions
-
hirakujira revised this gist
Nov 8, 2016 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -70,4 +70,9 @@ 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 revised this gist
Sep 6, 2016 . 1 changed file with 30 additions and 12 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,22 +1,40 @@ /* 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; } @@ -25,31 +43,31 @@ ._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; } -
hirakujira created this gist
Aug 30, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,55 @@ /* BIG EMOJIS */ ._2jry ._9-_._3j7l { background-image: url(http://pic.hiraku.tw/css/facebook/emoji/big.png) !important; } ._2jry ._9-_._3j7m { background-image: url(http://pic.hiraku.tw/css/facebook/emoji/big.png) !important; } ._2jry ._9-_._3j7o { background-image: url(http://pic.hiraku.tw/css/facebook/emoji/big.png) !important; } ._2jry ._9-_._3j7n { background-image: url(http://pic.hiraku.tw/css/facebook/emoji/big.png) !important; } ._2jry ._9-_._3j7r { background-image: url(http://pic.hiraku.tw/css/facebook/emoji/big.png) !important; } ._2jry ._9-_._3j7q { background-image: url(http://pic.hiraku.tw/css/facebook/emoji/big.png) !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; }