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
/* 留言對話框的偷偷說修正 */
/* 偷偷說:噗主對話框修正 */
.list:has(.name[data-uid='99999']) .highlight_owner .plurk_cnt .text_holder::after {
  left: 3px;
  right: auto;
}
.list:has(.name[data-uid='99999']) .highlight_owner .td_cnt {
  display: flex;
  justify-content: flex-start;
}
.list:has(.name[data-uid='99999']) .highlight_owner .td_qual {
  right: auto;
}
.list:has(.name[data-uid='99999']) .highlight_owner .td_cnt .text_holder {
  background:#FFF;
}
.list:has(.name[data-uid='99999']) .highlight_owner .plurk_cnt .text_holder::after {
  border-left-color: #FFF;
  border-right-color: transparent;
}

/* 偷偷說:自己對話框修正 */
.list:has(.name[data-uid='99999']) .plurk_cnt:has(.name[data-uid='99999'][style~="color:#0a9c17"]) .text_holder::after {
  left: auto;
  right:3px;
}
.list:has(.name[data-uid='99999']) .plurk_cnt:has(.name[data-uid='99999'][style~="color:#0a9c17"]) .td_cnt {
  display: flex;
  justify-content: flex-end;
}
.list:has(.name[data-uid='99999']) .plurk_cnt:has(.name[data-uid='99999'][style~="color:#0a9c17"]) .td_qual {
  right: 0px;
}
.list:has(.name[data-uid='99999']) .plurk_cnt:has(.name[data-uid='99999'][style~="color:#0a9c17"]) .td_cnt .text_holder {
  background:#9DE693;
}
.list:has(.name[data-uid='99999']) .plurk_cnt:has(.name[data-uid='99999'][style~="color:#0a9c17"]) .text_holder::after {
  border-left-color: transparent;
  border-right-color: #9DE693;
}