mirror of
https://github.com/twisterarmy/twister-calm.git
synced 2025-01-11 23:47:59 +00:00
copy smiles
This commit is contained in:
parent
2478c09ec3
commit
2a77302783
@ -4,6 +4,8 @@
|
|||||||
background: url("emotions/blank.png") no-repeat center center;
|
background: url("emotions/blank.png") no-repeat center center;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
color: transparent;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.emo-angel {
|
.emo-angel {
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
background: url("emotions/blank.gif") no-repeat center center;
|
background: url("emotions/blank.gif") no-repeat center center;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
color: transparent;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.emo-angel {
|
.emo-angel {
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
background: url("emotions/blank.gif") no-repeat center center;
|
background: url("emotions/blank.gif") no-repeat center center;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
|
color: transparent;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.emo-angel {
|
.emo-angel {
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
$.extend($.emotions, {
|
$.extend($.emotions, {
|
||||||
|
|
||||||
settings: {
|
settings: {
|
||||||
replacement: '<span class="emotions emo-{eId}"></span>',
|
replacement: '<span class="emotions emo-{eId}">$2</span>',
|
||||||
map: {
|
map: {
|
||||||
"o:)": "angel",
|
"o:)": "angel",
|
||||||
"0:)": "angel",
|
"0:)": "angel",
|
||||||
|
Loading…
Reference in New Issue
Block a user