1
2
3
4
5
6
7
#timeline_holder .porn .text_holder .pictureservices /*R18標籤隱藏圖片*/
{
visibility:hidden;
}
#timeline_holder div.plurk_box .plurk_cnt .text_holder .pictureservices{ /*R18標籤展開時顯示圖片*/
visibility:visible;
}