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 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 | /*哥哥三郎來了!*/ #dynamic_logo::before { position: absolute; width: 0; height: 0; overflow: hidden; z-index: -1; content: url('https://images.plurk.com/3YNNDlD3S9Dh8ygO6AC3CF.gif') url('https://images.plurk.com/11b5V2O0nNc7c1XMn3P3Uv.gif') url('https://images.plurk.com/6V2NZi4y2KgQaAs42wHi2v.gif') ; } #dynamic_logo { //margin-left: 500px; position: fixed; bottom: -10px; right: 0px; z-index: 1000; overflow: hidden; filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.3)); width: 300px; height: 400px; background: url('https://images.plurk.com/11b5V2O0nNc7c1XMn3P3Uv.gif') no-repeat left/contain; } #dynamic_logo::after { content: ''; display: block; width: 100%; height: 100%; background: url('https://images.plurk.com/6V2NZi4y2KgQaAs42wHi2v.gif') no-repeat left/contain; cursor: url('https://images.plurk.com/2ZNbxQfQiXnKRpdTGkiWNO.png') 32 32, auto; } #creature { display: none; padding-left: 100%; width: 100%; height: 100%; background: url('https://images.plurk.com/3YNNDlD3S9Dh8ygO6AC3CF.gif') no-repeat left/contain; } #dynamic_logo:hover { background: none; } #dynamic_logo:not(:hover)::after { background: none; } #dynamic_logo:active #creature, #creature:hover { display: block; } .friend_holder ul li img { border-radius: 10px; } .cboxAnchor { opacity: 0.7; } .cboxAnchor:hover{ opacity: 1; } .poster_holder > div, .poster_holder{ border-radius: 10px; } .cboxAnchor div { border-radius: 10px; box-shadow: 2px 2px 2px #64a6d6; } .plurk_box div:not(.qual_holder, .dd_img, .input_holder) { margin-top: -7px; padding-top: 10px; box-shadow: none; } .cboxAnchor table table div, .cboxAnchor .time { box-shadow: none; } .response_count { /* background: #ff6e97; */ color: #fff; border-radius: 10px; margin-left: -10px; margin-top: -20px; min-width: 2rem; text-align: center; } |
Direct link: https://paste.plurk.com/show/1LsGmdMYZrhLzKlg5OUN