1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
/* 聖誕噗浪獸時間線(表符組合) */
.timeline-bg {
	background-image: url('https://emos.plurk.com/b98d22baed56709c8981cdad4dd28fab_w31_h30.gif'), /* 聖誕老人 */
	                  url('https://emos.plurk.com/2c258130ec3ac43b8555dfcdc3e635b3_w31_h30.gif'), /* 裸體老人 */
	                  url('https://emos.plurk.com/fb4422437ad2b3bafeff0a941fd3796c_w48_h33.gif'), /* XMas */
	                  url('https://emos.plurk.com/1cc44b71813d1c20d777540af8755562_w48_h33.gif'), /* 科科兔 */
	                  url('https://emos.plurk.com/7e3d8f17d0c89b8b82116939c3d3c309_w48_h33.gif'), /* 情侶肉骨獸 */
	                  url('https://emos.plurk.com/997f060ec062d9223ce87d92e16c290c_w48_h33.gif'), /* 禮物車 */
	                  url('https://emos.plurk.com/fac23202a0105341ddda7f0816b75963_w48_h33.gif'), /* 車伕 */
	                  url('https://emos.plurk.com/a2db1150f412cf618c6a562c101d4101_w48_h33.gif'); /* 樹木 */
	background-position: bottom;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat-x;
	background-position-x: 210px, 185px, 384px, 432px, 480px, 528px, 576px, 0px;
	background-position-y: calc(100% - 10px);
}