1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | /* Change your avatar info size in plurk */ .td_img, .p_img, .td_img img { width: 40px; height: 40px; border-radius: 20px; } /* You should change these values below which are your ID and avatar url.*/ .td_img a[href$='/UserID'] { content:url("/avaterURL"); width: 40px; height: 40px; border-radius: 20px; } |
Direct link: https://paste.plurk.com/show/2qPtHAUe98hf0euqFMUR