1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
/*時間軸94噗寶*/
/*語法出處:https://www.plurk.com/p/ouybdi*/
#timeline_holder:before {
    position: absolute;
    top: 100%;
    content: url(https://images.plurk.com/6oycK6OO4nQY3l4vmObAMQ.gif);
    margin-top: -150px;
    right: 120px;
}

/* 當游標靠近時打瞌睡 */
#timeline_holder:hover:before {
    content: url(https://images.plurk.com/22tADosGVseakFnTwd80ZE.gif);
}