1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**======== Create by Plurk CSS Generator ========**/
/**== https://hoshikata.github.io/PlurkCSSGenerator ==**/
/*噗幣旁生物*/
.profile-icons::before {
content: '';
position: absolute;
display: block;
bottom: 0;
left: 0;
pointer-events: none;
transform: translateX(-100%);
background-position: bottom right;
background-repeat: no-repeat;
background-image: url('https://i.imgur.com/xc765nK.png');
width: 96px;
height: 48px;
}