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 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 | /****************************** * 最初的留言(v1.0) * 玖球版(v1.0) * * 只會套用到有「#新世界狂歡」的標籤,如有需要可以自訂成「#召喚玖球」或其他 * 如果想套用到所有噗,請移除「:has(...'新世界狂歡'])」 ******************************/ .timeline-holder:has(.plurk.plurk_box .hashtag[href*='新世界狂歡']) ~ .plurk_box > .response_box .list-container::before{ position: relative; display: block; width: 95%; /* 對話框寬度 */ height: 50px; /* 對話框高度。如果句子太長無法顯示,可修改高度或改為「auto」 */ min-height: 50px; text-align: left; font-size: 1.26em; /* 文字大小 */ color: black; /* 對話框文字顏色 */ background-color: white; /* 對話框背景顏色 */ background-repeat: no-repeat; align-content: center; border: 2px solid #000; /* 對話框的框線 */ border-radius: 10px; /* 對話框的圓角 */ white-space: normal; word-spacing: normal; /* 如果句子太長,需要手動斷行,請改為「100vw」 */ margin: auto; padding-left: 60px; } /* 預設狀態 */ .timeline-holder:has(.plurk.plurk_box .hashtag[href*='新世界狂歡']) ~ .plurk_box > .response_box .list-container::before { content: "喔呀,沒想到這裡也有人聚集呢。"; background-image: url('https://emos.plurk.com/f19db05d0aaede609d854ea36c493c2c_w48_h48.gif'); } /* 空噗 */ .timeline-holder:has(.plurk.plurk_box .hashtag[href*='新世界狂歡']) ~ .plurk_box > .response_box:has(.empty:not(.hide)) .list-container::before { content: "怎麼看到有個人對空氣說話?"; background-image: url('https://emos.plurk.com/ddf33c26c6386e8e3b3ad80481dead47_w48_h48.gif'); } /* 已轉噗的噗 */ .timeline-holder:has(.plurk.plurk_box.replurk .hashtag[href*='新世界狂歡']) ~ .plurk_box > .response_box .list-container::before{ content: '讓我看看這裡有什麼好東西吧。'; background-image: url('https://emos.plurk.com/f19db05d0aaede609d854ea36c493c2c_w48_h48.gif'); } /* 已加入書籤的噗 */ .timeline-holder:has(.plurk.plurk_box.mark .hashtag[href*='新世界狂歡']) ~ .plurk_box > .response_box .list-container::before{ content: '這裡一定埋藏了有趣的寶藏吧。'; background-image: url('https://emos.plurk.com/f19db05d0aaede609d854ea36c493c2c_w48_h48.gif'); } /* 已愛心的噗 */ .timeline-holder:has(.plurk.plurk_box.favorite .hashtag[href*='新世界狂歡']) ~ .plurk_box > .response_box .list-container::before{ content: '我在這裡等了你好久呢。'; background-image: url('https://emos.plurk.com/f19db05d0aaede609d854ea36c493c2c_w48_h48.gif'); } /* 已消音的噗 */ .timeline-holder:has(.plurk.plurk_box.muted .hashtag[href*='新世界狂歡']) ~ #form_holder.plurk_box > .response_box .list-container::before{ content: '哼,別妄想我會再看你一眼。'; background-image: url('https://emos.plurk.com/0f074f035e9acfddf960972d503ab448_w48_h48.gif'); } /* 滑到「愛心」 */ .timeline-holder:has(.plurk.plurk_box .hashtag[href*='新世界狂歡']):has(.plurk.plurk_box .like.popview-targeting) ~ .plurk_box > .response_box .list-container::before{ content: '喜歡我就按上去❤'; background-image: url('https://emos.plurk.com/d2299e138b6ab4f6319b4c3da82a07ae_w48_h48.gif'); } /* 滑到「噗幣」 */ .timeline-holder:has(.plurk.plurk_box .hashtag[href*='新世界狂歡']):has(.plurk.plurk_box .gift.popview-targeting) ~ .plurk_box > .response_box .list-container::before{ content: '乖乖把禮物奉上來!'; background-image: url('https://emos.plurk.com/430daf789d28c13b83ef96457f105ade_w48_h48.gif'); } /* 滑到「加入書籤」 */ .timeline-holder:has(.plurk.plurk_box .hashtag[href*='新世界狂歡']):has(.plurk.plurk_box .bookmark.popview-targeting) ~ .plurk_box > .response_box .list-container::before{ content: '喔呀,是發現了寶藏嗎?'; background-image: url('https://emos.plurk.com/8d2a270dca16f753d305a72c6c1443d0_w48_h48.gif'); } /* 滑到「轉噗」 */ .timeline-holder:has(.plurk.plurk_box .hashtag[href*='新世界狂歡']):has(.plurk.plurk_box .replurk.popview-targeting) ~ .plurk_box > .response_box .list-container::before{ content: '呵呵,要向其他人宣傳我的魅力嗎?'; background-image: url('https://emos.plurk.com/fea08527d9cee109b44776ab440e7cda_w48_h48.gif'); } /* 滑到「消音」 */ .timeline-holder:has(.plurk.plurk_box .hashtag[href*='新世界狂歡']):has(.plurk.plurk_box .mute.popview-targeting) ~ .plurk_box > .response_box .list-container::before{ content: '喔呀,不想聽到我說話嗎?'; background-image: url('https://emos.plurk.com/101f9959b1d4e0a09980149a204182e5_w48_h48.gif'); } /* 滑到「愛心」(已經點選愛心的噗) */ .timeline-holder:has(.plurk.plurk_box .hashtag[href*='新世界狂歡']):has(.plurk.plurk_box.favorite .like.popview-targeting) ~ .plurk_box > .response_box .list-container::before{ content: '不准亂來!'; background-image: url('https://emos.plurk.com/9bb719d9b372c606680196e257fe66f7_w48_h48.gif'); } /* 滑到「加入書籤」(已經加入書籤的噗) */ .timeline-holder:has(.plurk.plurk_box .hashtag[href*='新世界狂歡']):has(.plurk.plurk_box.mark .bookmark.popview-targeting) ~ .plurk_box > .response_box .list-container::before{ content: '人類,挖完寶藏就想跑?'; background-image: url('https://emos.plurk.com/9bb719d9b372c606680196e257fe66f7_w48_h48.gif'); } /* 滑到「轉噗」(已經轉噗的噗) */ .timeline-holder:has(.plurk.plurk_box .hashtag[href*='新世界狂歡']):has(.plurk.plurk_box.replurk .replurk.popview-targeting) ~ .plurk_box > .response_box .list-container::before{ content: '怎麼,你對我有什麼不滿了?'; background-image: url('https://emos.plurk.com/9bb719d9b372c606680196e257fe66f7_w48_h48.gif'); } /* 滑到「噗幣」(已經有噗幣的噗) */ .timeline-holder:has(.plurk.plurk_box .hashtag[href*='新世界狂歡']):has(.plurk.plurk_box .plurk_icon.coin):has(.plurk.plurk_box .gift.popview-targeting) ~ .plurk_box > .response_box .list-container::before{ content: '越多禮物越好,都交出來!'; background-image: url('https://emos.plurk.com/430daf789d28c13b83ef96457f105ade_w48_h48.gif'); } /* 滑到「消音」(已經消音的噗) */ .timeline-holder:has(.plurk.plurk_box .hashtag[href*='新世界狂歡']):has(.plurk.plurk_box.muted .mute.popview-targeting) ~ #form_holder.plurk_box > .response_box .list-container::before{ content: '…………'; background-image: url('https://emos.plurk.com/4e002b43ad10b7c237094bf4096c868a_w48_h48.gif'); } /* 留言 > 留言裡有「投餵」tag時 */ .timeline-holder:has(.plurk.plurk_box .hashtag[href*='新世界狂歡']) ~ .plurk_box > .response_box:has(.plurk .hashtag[href$="投餵"]) .list-container::before { content: "準備了點心?呈上來給我嚐嚐吧。"; background-image: url('https://emos.plurk.com/f19db05d0aaede609d854ea36c493c2c_w48_h48.gif'); } /* 留言 > 滑到「投餵」tag上 */ .timeline-holder:has(.plurk.plurk_box .hashtag[href*='新世界狂歡']) ~ .plurk_box > .response_box:has(.plurk .hashtag[href$="投餵"]:hover) .list-container::before{ content: '勉強合格吧。茶呢?'; background-image: url('https://emos.plurk.com/8e31d3c88f5d1f53960136997e221ea0_w48_h48.gif'); } /****************************** 最初的留言-玖球版 語法結束 ******************************/ |
Direct link: https://paste.plurk.com/show/2bGZzFBnVp1Tp1KiYclR