1
2
3
4
5
6
7
8
/*把多餘的白色變透明不然會遮住*/ .response_box, .list .plurk_cnt { background:#0000; }

/*偷偷說噗主加底色*/
.highlight_owner .name[data-uid="99999"]:before {
        /*這些不用動*/ display:block; content:""; width:100%; height:100%;
        /*這些不用動*/ position:absolute; z-index:-9; top:0; left:0;
        /*顏色*/ background:#faa;
}