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

.cboxAnchor[data-type="plurk"]>table::before{
content:"";
position: absolute;
width:96px;
height:48px;
right: -65px;
top:-45px;
z-index:100;
background-size:contain;
background-repeat: no-repeat;
}

/* 特定帳號 */

.cboxAnchor[data-uid="4277981"]>table::before{
background-image:url(https://images.plurk.com/7veunBjWLooxjv2e1knyq8.gif ); /* UU鯉魚旗 */
}