update
fixed and added new smiles
BIN
jquery-emotions/emotions/calm/beer.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.1 KiB |
BIN
jquery-emotions/emotions/calm/friends.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
jquery-emotions/emotions/calm/mimi.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
@ -12,18 +12,45 @@
|
||||
background: url("emotions/calm/angel.png");
|
||||
}
|
||||
|
||||
.emo-beer {
|
||||
background: url("emotions/calm/beer.png");
|
||||
width: 36px;
|
||||
height: 22px;
|
||||
}
|
||||
.emo-confused {
|
||||
background: url("emotions/calm/confused.png");
|
||||
}
|
||||
|
||||
.emo-cry {
|
||||
background: url("emotions/calm/cry.png");
|
||||
}
|
||||
|
||||
.emo-devil {
|
||||
background: url("emotions/calm/devil.png");
|
||||
}
|
||||
|
||||
.emo-friends {
|
||||
background: url("emotions/calm/friends.png");
|
||||
width: 67px;
|
||||
height: 23px;
|
||||
}
|
||||
|
||||
.emo-frown {
|
||||
background: url("emotions/calm/frown.png");
|
||||
}
|
||||
|
||||
.emo-glasses {
|
||||
background: url("emotions/calm/glasses.png");
|
||||
}
|
||||
|
||||
.emo-grin {
|
||||
background: url("emotions/calm/grin.png");
|
||||
}
|
||||
|
||||
.emo-grumpy {
|
||||
background: url("emotions/calm/grumpy.png");
|
||||
}
|
||||
|
||||
.emo-heart {
|
||||
background: url("emotions/calm/heart.png");
|
||||
}
|
||||
@ -32,6 +59,10 @@
|
||||
background: url("emotions/calm/kiss.png");
|
||||
}
|
||||
|
||||
.emo-mimi {
|
||||
background: url("emotions/calm/mimi.png");
|
||||
}
|
||||
|
||||
.emo-smile {
|
||||
background: url("emotions/calm/smile.png");
|
||||
}
|
||||
@ -40,6 +71,10 @@
|
||||
background: url("emotions/calm/sunglasses.png");
|
||||
}
|
||||
|
||||
.emo-tongue {
|
||||
background: url("emotions/calm/tongue.png");
|
||||
}
|
||||
|
||||
.emo-unsure {
|
||||
background: url("emotions/calm/unsure.png");
|
||||
}
|
||||
@ -48,22 +83,9 @@
|
||||
background: url("emotions/calm/wink.png");
|
||||
}
|
||||
|
||||
.emo-cry {
|
||||
background: url("emotions/calm/cry.png");
|
||||
}
|
||||
|
||||
.emo-glasses {
|
||||
background: url("emotions/calm/glasses.png");
|
||||
}
|
||||
|
||||
.emo-grumpy {
|
||||
background: url("emotions/calm/grumpy.png");
|
||||
}
|
||||
|
||||
.emo-tongue {
|
||||
background: url("emotions/calm/tongue.png");
|
||||
}
|
||||
|
||||
.emo-frown {
|
||||
background: url("emotions/calm/frown.png");
|
||||
}
|
||||
|
||||
|
||||
|
@ -31,10 +31,12 @@
|
||||
"o:-)": "angel",
|
||||
"O:-)": "angel",
|
||||
"0:-)": "angel",
|
||||
":beer:": "beer",
|
||||
"o.O": "confused",
|
||||
"o_O": "confused",
|
||||
":'(": "cry",
|
||||
"3:)": "devil",
|
||||
":friends:": "friends",
|
||||
":(": "frown",
|
||||
"=(": "frown",
|
||||
":-(": "frown",
|
||||
@ -44,6 +46,10 @@
|
||||
">:(": "grumpy",
|
||||
"<3": "heart",
|
||||
":*": "kiss",
|
||||
"^_^": "mimi",
|
||||
"^^": "mimi",
|
||||
"^ ^": "mimi",
|
||||
"^-^": "mimi",
|
||||
":-)": "smile",
|
||||
":]": "smile",
|
||||
":)": "smile",
|
||||
|