1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.cboxAnchor[data-type="plurk"]>table{
position: relative;
}

.cboxAnchor[data-type="plurk"]>table::before{
content:"";
color:red;
position: absolute;
width:70px;
height:46px;
right: 50px;
top:-40px;
background-image:url(https://images.plurk.com/6nOHsrc0ImHrJZWs9m2XrL.png); /
z-index:100;
background-size:contain;
background-repeat: no-repeat;
}