1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* 4人更換噗幣 */
/* 語法來源:https://www.plurk.com/p/oaapkg */
/* 更換噗幣(頭貼旁噗幣圖示) */

img#premium-icon{
opacity:0;
width:0px !important;
height:0px !important;
}

.premium{
background:url(https://images.plurk.com/7wFwIWwXf0jjqTXekMU2q8.gif) no-repeat 100% / 109px 52px; /*圖片不重複 位置 圖片寬度 圖片高度*/
width:109px;
height:52px;
position:relative;
font-size: 12px;
z-index:100;
}

.profile-icons{
height:46px !important;
}