1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | /*超多重噗寶(只限河道範圍,超過會被裁切/消失)*/ #timeline_holder { /*格式:url(網址) no-repeat 左右位置 上下位置 / 圖片寬度 圖片高度*/ /*no-repeat是不要重複,repeat-x、repeat-y可用*/ /*上下左右為至可用「從哪開始 0000px」,或用「center」置中*/ /*寬度高度可用0000px,auto是自動(照圖片原本大小)*/ /*這五行說明可刪除*/ background: url(https://imgur.com/uBP84RM.png) no-repeat left 10px top 10px/auto auto, url(https://imgur.com/ThuJpca.png) no-repeat center top 10px/auto auto, url(https://imgur.com/xzpi2C3.png) no-repeat right 10px top 10px/auto auto, url(https://imgur.com/RuMZsgw.png) no-repeat left 10px center/auto auto, url(https://imgur.com/65y6iyN.png) no-repeat center center/auto auto, url(https://imgur.com/BQTv3Rr.png) no-repeat right 10px center/auto auto, url(https://imgur.com/kXulQzu.png) no-repeat left 10px bottom 10px/auto auto, url(https://imgur.com/YSvkwqt.png) no-repeat center bottom 10px/auto auto, url(https://imgur.com/WoLdK8F.png) no-repeat right 10px bottom 10px/auto auto; /*可以一直往下複製,最後一行一定要記得把「, 逗號」改成「; 分號」*/ } |
Direct link: https://paste.plurk.com/show/ytqb4RsAWa03jQlAH3Mi