1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* 頭貼旁的噗幣位置 */
#premium-icon {
    position: relative;
    bottom: 60px;
}

/* 隱藏原本的噗幣圖案*/
img#premium-icon {
    filter: alpha(opacity=0);
    opacity: 0.0;
}

/*替換*/
#plurk-dashboard .profile-icons {
    display: inline-block;
    left: 72px;
    bottom: -10px !important;
}

#plurk-dashboard .dash-segment-profile #dash-profile .profile-icons {
    height: 48px;
    margin-left: -3px;
    background-repeat: no-repeat;
    background-image: url(圖片地址);
}