1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
/*噗首陰影*/
.plurk:not(.response) .plurk_cnt {
  box-shadow: 3px 3px 1px 1px rgb(192, 212, 226);
  /*x偏移 y偏移 模糊 擴散 顏色*/
}
.response_count { /*陰影不擋到回應數*/
  position: relative;
  z-index: 100;
}
/*留言框線*/
.response .tr_cnt {
  border: 2px dashed rgb(192, 212, 226);
}