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 | 無光點 /*時間線-第二個噗寶*/ .timeline-bg { background-image:url(https://images.plurk.com/7t4vmjxiXbt6G59Dt5VXzq.png ); background-repeat:no-repeat;/*防止圖重複*/ margin-top:-10px; /*生物距離頂部的位置*/ margin-left:20px; /*生物的左右位置 ( px > 0 時會往左邊,px < 0 時會往右邊)*/} /*隱藏時間線,不可刪*/ .bottom-line {height: 0px;} /*隱藏時間標記,不可刪*/ .timeline-bg .block_bg .bottom_start, .timeline-timeshow {opacity: 0;} /*固定河道高度*/ #timeline_holder {height:500px !important;} 有光點: /*時間線-第二個噗寶*/ .timeline-bg { background-image:url(https://images.plurk.com/4cYE5ISazQ52x47FhnqKRu.png ); background-repeat:no-repeat;/*防止圖重複*/ margin-top:-10px; /*生物距離頂部的位置*/ margin-left:20px; /*生物的左右位置 ( px > 0 時會往左邊,px < 0 時會往右邊)*/} /*隱藏時間線,不可刪*/ .bottom-line {height: 0px;} /*隱藏時間標記,不可刪*/ .timeline-bg .block_bg .bottom_start, .timeline-timeshow {opacity: 0;} /*固定河道高度*/ #timeline_holder {height:500px !important;} |
Direct link: https://paste.plurk.com/show/9U6jmEegcKkBI9NDZ4yz