1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
/*顯示一直沒登入的蜘蛛網*/
#timeline_cnt {
  background-image: 
    url(https://s.plurk.com/timeline/7004389ca8f57978091b.png),
    url(https://s.plurk.com/timeline/2883f5a32743419a0737.png),
    url(https://s.plurk.com/timeline/d677656828f9e57b1cc3.png);
  background-repeat: no-repeat;
  background-position: left top, right top, center;
}
#timeline_cnt::after {
  content: '快回來清蜘蛛網吧!';
    position: absolute;
    top: 40%;
    left: 50%;
    color: white;
    width: 160px;
    display: block;
    font-size: 15px;
    text-align: center;
}