1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
._lc_ .list .highlight_owner .td_qual::before {
 content: " ";
position: absolute;
background-image: url(https://images.plurk.com/4xy0TwN5LpZflWmDyBpeIu.png);
background-size: 14px;
width: 100%;
height: 100%;
opacity: 0.6;
background-repeat: no-repeat;
background-position: 100% 100%;
transition: all 3s ease-in-out;
}

._lc_ .list .highlight_owner .plurk_cnt:has(.name[href="/ytytfbim"]):hover .td_qual::before {
transform: rotateY(208deg) translateZ(100px);
}