1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
/*更改箭頭圖案*/

#timeline_holder .cmp_arrow_right { /*右邊的箭頭*/
  content:url(https://emos.plurk.com/fe86177a0c1972303ccb3a2334bfff63_w30_h37.png);
}
#timeline_holder .cmp_arrow_left { /*左邊的箭頭*/
  content:url(https://emos.plurk.com/d1f1209df56491e3285b58117b32f37c_w30_h37.png);
}
#timeline_holder .cmp_arrow_right, #timeline_holder .cmp_arrow_left {
  margin-top: 50px; /*調整箭頭位置*/
}
#timeline_holder .cmp_back_to_today { /*隱藏下面的begin*/
  display: none;
}