1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
/*普羅米亞動態時間軸圖案*/
.timeline-bg {
background-image:url(https://emos.plurk.com/b42e258ef5a758f870dbd12b55e3a734_w25_h25.gif);
background-repeat:repeat-x;
background-position:bottom;}

/*原本時間軸透明度*/
.div_bottom{filter:alpha(opacity=0.6); opacity: 0.6; zoom:1;} /*時間小區塊, 透明度0.6可自調*/
#bottom_line {opacity: 0;} /*原本的橫線, 透明度0可自調*/

/*參考自https://www.plurk.com/p/nkkgpy*/
/*參考自https://www.plurk.com/p/lgodqy*/