forked from itlessons/jquery-emotions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jquery.emotions.fb.css
71 lines (56 loc) · 1.16 KB
/
jquery.emotions.fb.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
.emotions {
width: 14px;
height: 14px;
background: url("emotions/blank.gif") no-repeat center center;
display: inline-block;
vertical-align: top;
}
.emo-angel {
background: url("emotions/fb/angel.gif");
width: 16px;
height: 15px;
}
.emo-confused {
background: url("emotions/fb/confused.gif");
}
.emo-devil {
background: url("emotions/fb/devil.gif");
height: 15px;
}
.emo-grin {
background: url("emotions/fb/grin.gif");
}
.emo-heart {
background: url("emotions/fb/heart.gif");
width: 15px;
}
.emo-kiss {
background: url("emotions/fb/kiss.gif");
}
.emo-smile {
background: url("emotions/fb/smile.gif");
}
.emo-sunglasses {
background: url("emotions/fb/sunglasses.gif");
}
.emo-unsure {
background: url("emotions/fb/unsure.gif");
}
.emo-wink {
background: url("emotions/fb/wink.gif");
}
.emo-cry {
background: url("emotions/fb/cry.gif");
}
.emo-glasses {
background: url("emotions/fb/glasses.gif");
}
.emo-grumpy {
background: url("emotions/fb/grumpy.gif");
}
.emo-tongue {
background: url("emotions/fb/tongue.gif");
}
.emo-frown {
background: url("emotions/fb/frown.gif");
}