This repository has been archived by the owner on Feb 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemotext.css
100 lines (94 loc) · 2.68 KB
/
emotext.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
html, body {
font-family: "Arial", sans-serif; }
.mce-panel {
height: 100px; }
.chat {
height: 300px;
border: solid 1px #ccc;
border-bottom: none;
padding: 40px;
overflow: auto; }
.message {
border-radius: 20px;
border: solid 1px #999;
padding: 10px;
margin: 0 0 10px;
width: 60%; }
.message p {
margin: 0;
font-size: 16px; }
.message p .emotext > span {
color: transparent; }
p {
font-size: 40px;
font-family: Arial;
color: #000; }
.emotext {
position: relative;
display: inline-block; }
.emotext:before {
content: ' ';
display: inline-block;
width: 2.22em;
height: 1.25em;
background-size: 100% 100%;
position: absolute;
pointer-events: none;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
.emotext.ahb:before {
background-image: url(images/emotext/ahb.gif); }
.emotext.ahc:before {
background-image: url(images/emotext/ahc.gif); }
.emotext.ahp:before {
background-image: url(images/emotext/ahp.gif); }
.emotext.bah:before {
background-image: url(images/emotext/bah.gif); }
.emotext.euh:before {
background-image: url(images/emotext/euh.gif); }
.emotext.hein:before {
background-image: url(images/emotext/hein.gif); }
.emotext.heyf:before {
background-image: url(images/emotext/heyf.gif); }
.emotext.heyl:before {
background-image: url(images/emotext/heyl.gif); }
.emotext.heyt:before {
background-image: url(images/emotext/heyt.gif); }
.emotext.mmmb:before {
background-image: url(images/emotext/mmmb.gif); }
.emotext.mmmr:before {
background-image: url(images/emotext/mmmr.gif); }
.emotext.mouhahaha:before {
background-image: url(images/emotext/mouhahaha.gif); }
.emotext.oh:before {
background-image: url(images/emotext/oh.gif); }
.emotext.oks:before {
background-image: url(images/emotext/oks.gif); }
.emotext.okxd:before {
background-image: url(images/emotext/okxd.gif); }
.emotext.ooh:before {
background-image: url(images/emotext/ooh.gif); }
.emotext.ou\!:before {
background-image: url(images/emotext/ou\!.gif); }
.emotext.oui\!:before {
background-image: url(images/emotext/oui\!.gif); }
.emotext.ouiii:before {
background-image: url(images/emotext/ouiii.gif); }
.emotext.tkt:before {
background-image: url(images/emotext/tkt.gif); }
.emotext.bah:before {
width: 1.93em; }
.emotext.ahb:before {
width: 1.98em; }
.emotext.mmmb:before {
width: 3.09em; }
.emotext.mmmr:before {
width: 3.09em; }
.emotext.ooh:before {
width: 3.09em; }
.emotext.mouhahaha:before {
width: 5.83em; }
.emotext > span {
color: rgba(0, 0, 0, 0.2); }
/*# sourceMappingURL=emotext.css.map */