1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | /*留言對話框,自己&偷偷說噗主留言靠右*/ /*把123456789取代成自己的uid*/ /*****更改頭貼圖片*****/ /*改自己實名噗的小圖示,要改圖片在url那邊改就可以了*/ .list .response .name::after { background-image: url('https://images.plurk.com/X0YJgyI6TH2fK12hAoF01.png'); } /*改偷偷說自己的小圖示*/ .list .response .name[data-uid="99999"][style="color:#0a9c17"]::before { background-image: url('https://images.plurk.com/2yP78AKU0TV0SH2yt1Iybb.png'); } /*改其他人非噗主的小圖示,要改圖片在url那邊改就可以了*/ .list .response:not(.highlight_owner) .name::before { background-image: url('https://images.plurk.com/2NrjHtaMlIopcVTyUrUvlV.png'); } /*改其他人為噗主的小圖示,要改圖片在url那邊改就可以了*/ .list .response.highlight_owner .name::before { background-image: url('https://images.plurk.com/1LVVrrdf2qFSzec66RhLVp.png'); } /*改偷偷說噗主小圖示*/ .list .response.highlight_owner .tr_cnt .name[data-uid='99999']::after { background-image: url('https://images.plurk.com/2OFmOn772tFrOE48eOYCow.png'); } /*改偷偷說其他人小圖示*/ .list .response:not(.highlight_owner) .name[data-uid="99999"]::before { background-image: url('https://images.plurk.com/7DcURKL22BX1yk7HTvL0KA.png'); } /*隨機非噗主小圖示,uid尾數為9為同一張圖*/ .list .response:not(.highlight_owner) .name[data-uid$='9']:not([data-uid="99999"])::before { background-image: url('https://images.plurk.com/18Jd6BViJL30X5gjxmoLO7.png'); } /*隨機噗主小圖示,uid尾數為4為同一張圖*/ .list .response.highlight_owner .name[data-uid$='4']:not([data-uid="99999"])::before { background-image: url('https://images.plurk.com/3HcdyEWNEy1DTXtDUOPlp3.png'); } /*改特定帳號非噗主小圖示,uid自行更換*/ .list .response:not(.highlight_owner) .tr_cnt .name[data-uid='12345678']::before { background-image: url('https://images.plurk.com/6GOV4FC47VjwxMm89qjFvJ.png'); } /*改特定帳號噗主小圖示,uid自行更換*/ .list .response.highlight_owner .tr_cnt .name[data-uid='12345678']::before { background-image: url('https://images.plurk.com/6oJpGW3a0kivAzAvyKljAo.png'); } /********************/ .list .response .name:not([data-uid="99999"]):not([data-uid="123456789"])::before, .list .response .name[data-uid="123456789"]::after, .list .response:not(.highlight_owner) .name[data-uid="99999"]::before, .list .response.highlight_owner .name[data-uid="99999"]::after { background-size: 100%; display: inline-block; width: 70px; /*頭貼寬度*/ height: 20px; /*頭貼高度*/ content:""; /*border-radius: 50%;*/ /*頭貼圓角*/ background-repeat: no-repeat; background-position: center; } /*頭貼位置設定*/ .list .response .name::before { margin: 0px 5px -7px -5px; } .list .response .name::after { margin: 0px -5px -7px 5px; } |
Direct link: https://paste.plurk.com/show/yQfhLnCOla8vkAVL9AH7