1
2
3
4
5
6
/* 偷偷說 - 自己的留言加底色 (非噗主時才有效) */
/*把多餘的白色變透明不然會遮住*/ .response_box, .list .plurk_cnt { background:#0000; }
.list .name[data-uid="99999"][style="color:#0a9c17"]:before {
    /*這些不用動*/ display:block; content:""; width:100%; height:100%; position:absolute; z-index:-9; top:0; left:0;
    /*顏色*/ background:#faa;
}