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
/*更改箭頭+begin圖案*/

#timeline_holder .cmp_arrow_right { /*右邊的箭頭*/
  content:url(https://emos.plurk.com/fe86177a0c1972303ccb3a2334bfff63_w30_h37.png);
}
#timeline_holder .cmp_arrow_right+.cmp_back_to_today { /*右邊的begin*/
  content:url(https://emos.plurk.com/8f6f401d0f028eda3cc5935782bdf211_w48_h48.png);
  right: 0;
}
#timeline_holder .cmp_arrow_left { /*左邊的箭頭*/
  content:url(https://emos.plurk.com/d1f1209df56491e3285b58117b32f37c_w30_h37.png);
}
#timeline_holder .cmp_arrow_left+.cmp_back_to_today { /*左邊的begin*/
  content:url(https://emos.plurk.com/f94dd5e9834dbbb9e25a2291bf3d03d9_w48_h48.png);
  left: 0;
}
#timeline_holder .cmp_arrow_right, #timeline_holder .cmp_arrow_left {
  margin-top: 50px; /*調整箭頭上下位置*/
}
#timeline_holder .cmp_back_to_today {
  background: transparent;
  color: transparent;
  margin-left: 0;
  padding: 0;
}