1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
/*把偷偷說噗主的顏文字換掉(點開的浮窗也改)*/
.timeline-cnt .plurk .name[data-uid="99999"],
.highlight_owner .name[data-uid="99999"],
._lch_ ~ .pop-window .divplurk .name[data-uid="99999"],
._lch_ ~ .pop-window .highlight_owner .name[data-uid="99999"]
{ font-size:0px; line-height:1em; }
.timeline-cnt .plurk .name[data-uid="99999"]:before,
.highlight_owner .name[data-uid="99999"]:before,
._lch_ ~ .pop-window .divplurk .name[data-uid="99999"]:before,
._lch_ ~ .pop-window .highlight_owner .name[data-uid="99999"]:before {
	/*字體大小*/ font-size:12.09px;
	/*要顯示的名字*/ content:"◕◡◕";
}