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 | body{ --r: 96px; /*指定縮圖邊長 サムネイルのサイズを指定する*/ } #timeline_holder .plurk .text_holder{ max-height:100px !important;} #timeline_holder .plurk.display .text_holder{ max-height:none !important;} a.pictureservices img{ height: var(--r) !important; width: var(--r) !important; object-fit: cover; } .plurk.porn a.pictureservices{ padding:0px; } .plurk.porn a.pictureservices:before{ content : 'NSFW'; position:absolute; color:white; text-shadow:0px 1px 1px rgba(0,0,0,0.5); font-size:calc(var(--r)/4); font-family:'Courier New',Monospace; left:0px; top:0px; width:var(--r); height:var(--r); line-height:var(--r); text-align:center; border-radius:2px; z-index:9999; background-image: radial-gradient(rgba(192,64,32,0.8) 49%, rgba(0,0,0,0.85) 51%); transition:all linear 0.3s; } .plurk.porn a.pictureservices:hover::before{ opacity:0;} |
Direct link: https://paste.plurk.com/show/2709680