1
2
3
4
5
6
7
/*把多餘的白色變透明不然會遮住*/ .response_box, .list .plurk_cnt { background:#0000; }
.list .name[data-uid="你的UID"]:before {
    /*這些不用動*/ display:block; content:""; width:100%; height:100%; position:absolute; z-index:-9; top:0; left:0;
    /*圖示*/ background:url(https://emos.plurk.com/7d4e7a30bcc1ec4e69651aea79a3feed_w24_h24.gif)no-repeat bottom right;
    /*顏色*/ background-color:#faa;
    /*圓角*/ border-radius:5px;
}