1
2
3
4
5
6
7
8
9
/*河道的噗、點開的噗文字顏色一次全改*/
/*一般文字*/ .plurk .text_holder, ._lch_ ~ .pop-window .text_holder { color:#FAA; }
/*連結*/ .plurk a.ex_link, ._lch_ ~ .pop-window a.ex_link { color:#FAF; }
/*噗貼*/ .plurk a.plurkpaste, ._lch_ ~ .pop-window a.plurkpaste { color:#AFF; }
/*TAG*/ .text_holder a.hashtag, ._lch_ ~ .pop-window a.hashtag { color:#AFA; }
/*指上TAG*/ .text_holder a.hashtag:hover, ._lch_ ~ .pop-window a.hashtag:hover {
	/*背景色*/ background-color:#AFA;
	/*文字色*/ color:#FFF;
}