1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*----------畫面佈景KAELA桌布----------*/

/*去除預設背景*/
._lc_, ._lch_, div.bar-color,
footer.clearfix,
#footer
{
background: none !important;
border: 0 !important;
}

html
{
background: #222 url(https://images.plurk.com/4QnRs6v82obwaVMpt922eU.png) center top repeat !important;
background-size: cover !important; /*自動符合瀏覽器大小*/
}