1
2
3
4
5
6
7
8
9
/* R18 bg color */
.plurk.porn .plurk_cnt {background-color: pink;}
/* R18 image blur */
.plurk.porn .plurk_cnt .td_cnt .ex_link{filter: blur(4px);}
/* R18 image blur cancel when hover */
.plurk.porn .plurk_cnt .td_cnt .ex_link:hover{filter: none;}

/* Secret bg color */
.plurk[data-uid="99999"] .plurk_cnt {background-color: lightblue;}