1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/*河道噗首字色*/
/*一般文字*/ #timeline_holder .plurk .text_holder { color:#FAA; }
/*連結*/ #timeline_holder .plurk a.ex_link { color:#FAF; }
/*噗貼*/ #timeline_holder .plurk a.plurkpaste { color:#AFF; }
/*TAG*/ #timeline_holder .plurk .text_holder a.hashtag { color:#AFA; }
/*指上TAG*/ #timeline_holder .plurk .text_holder a.hashtag:hover {
	/*背景色*/ background-color:#AFA;
	/*文字色*/ color:#FFF;
}

/*河道噗內字色*/
/*一般文字*/ .list .plurk .text_holder { color:#633; }
/*連結*/ .list .plurk a.ex_link { color:#636; }
/*噗貼*/ .list .plurk a.plurkpaste { color:#366; }
/*TAG*/ .list .plurk .text_holder a.hashtag { color:#363; }
/*指上TAG*/ .list .plurk .text_holder a.hashtag:hover {
	/*背景色*/ background-color:#363;
	/*文字色*/ color:#FFF;
}

/*點開的噗首字色*/
/*一般文字*/ ._lch_ ~ .pop-window .divplurk .text_holder { color:#966; }
/*連結*/ ._lch_ ~ .pop-window .divplurk a.ex_link { color:#969; }
/*噗貼*/ ._lch_ ~ .pop-window .divplurk a.plurkpaste { color:#699; }
/*TAG*/ ._lch_ ~ .pop-window .divplurk a.hashtag { color:#696; }
/*指上TAG*/ ._lch_ ~ .pop-window .divplurk a.hashtag:hover {
	/*背景色*/ background-color:#696;
	/*文字色*/ color:#FFF;
}

/*點開的噗內字色*/
/*一般文字*/ ._lch_ ~ .pop-window .list .text_holder { color:#FAA; }
/*連結*/ ._lch_ ~ .pop-window .list a.ex_link { color:#FAF; }
/*噗貼*/ ._lch_ ~ .pop-window .list a.plurkpaste { color:#AFF; }
/*TAG*/ ._lch_ ~ .pop-window .list a.hashtag { color:#AFA; }
/*指上TAG*/ ._lch_ ~ .pop-window .list a.hashtag:hover {
	/*背景色*/ background-color:#AFA;
	/*文字色*/ color:#FFF;
}