1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
/* R18噗:背景顏色修改 */
.plurk.porn .plurk_cnt {background-color:#ffdddd; }
.plurk.porn .plurk_cnt.new6 {background-color:#ffa0a0; }
.plurk.porn .plurk_cnt.new5 {background-color:#ffa7a7; }
.plurk.porn .plurk_cnt.new4 {background-color:#ffb0b0; }
.plurk.porn .plurk_cnt.new3 {background-color:#ffb7b7; }
.plurk.porn .plurk_cnt.new2 {background-color:#ffc0c0; }
.plurk.porn .plurk_cnt.new1 {background-color:#ffc7c7; }

/* R18噗:未點選時模糊化 */
.plurk.porn:not(.plurk_box) { opacity:0.5; }
.plurk.porn:not(.plurk_box) .text_holder img{filter: blur(4px);}
.plurk.porn:not(.plurk_box) .text_holder a img{filter: blur(4px);}
.plurk.porn:not(.plurk_box) .text_holder {color:rgba(0,0,0,0);text-shadow:0 0 4px rgba(0,0,0,1);}
.plurk.porn:not(.plurk_box) .text_holder a{color:rgba(0,0,255,0);text-shadow:0 0 4px ;}
.plurk.porn:not(.plurk_box) .p_img{filter: blur(4px);}