1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | 圖釘 - /*置頂圖釘替換*/ .pinned_plurk_icon { font-size: 0px;/*把「圖釘」圖樣大小設為0=不見*/ background:url(https://images.plurk.com/2mS0mTXkiKprcDZLmfg5UL.png ) no-repeat ; width: 50px; /*新圖片寬度*/ height: 74px; /*新圖片高度*/ position: absolute; /*絕對定位*/ filter: drop-shadow(2px 2px 1px rgba(0,0,0,.5)); top: 15px; left: -15px; } |
Direct link: https://paste.plurk.com/show/IMeIyl823UgM3wgYp0ug