1
 2
 3
 4
 5
 6
 7
 8
 9
10
/*讓噗首像素凸出去的部分不會被切掉*/
.timeline-cnt .plurk .text_holder { position:unset; }
/*注意,這會犧牲掉一個換行,如果檢查的表符後面沒有換行就會無效*/
/*噗首像素*/
.timeline-cnt .plurk [src="要檢查的表符網址"]~br {
	/*這行不動*/ position:absolute;
	/*上下位置*/ top:-5px; /*可改bottom*/
	/*左右位置*/ right:-5px; /*可改left*/
	/*圖片*/ content:url(要顯示的像素網址);
}