1
2
3
4
5
6
7
/*置頂噗上放噗寶*/ 
.plurk.pinned.display .plurk_cnt::before { 
background-image: url(https://emos.plurk.com/ac04e6661663b419c691df88abb2e3e0_w20_h20.gif); 
background-repeat: no-repeat; 
height: 20px; width: 20px;/*圖片大小*/
top: -30px; right: 3px;/*圖片位置*/ 
-webkit-filter: drop-shadow(0px 1px 1px rgb(0, 0, 0, 0.5)); position: absolute; content: ''; z-index: 100; }