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
/*Plurk 生物*/
#dynamic_logo img{
/*先隱藏原本的影像*/
filter: alpha(opacity=0);opacity:0.0;
}

#dynamic_logo{
height: 100px; /*請依照您的生物調整到適當高度*/
width: 100px; /*請依照您的生物調整到適當寬度*/
margin-top: 0px; /*生物距離頂部的位置*/
margin-left: 50px; /*生物的左右位置 ( px > 0 時會往左邊,px < 0 時會往右邊)*/
background-repeat: no-repeat; /*防止背景重複*/
/*接著,請將以下圖片網址改成你想放的生物*/
background-image: url(http://orig15.deviantart.net/6668/f/2014/157/7/d/fluffle_puff_trotting_by_botchan_mlp-d7lcfve.gif);}


/*loading生物*/
.cmp_loading{filter: alpha(opacity=0);
opacity:0.0;
}
.loading img {height:0;width:0;}
.loading {
background:transparent url(http://orig15.deviantart.net/6668/f/2014/157/7/d/fluffle_puff_trotting_by_botchan_mlp-d7lcfve.gif) no-repeat scroll center
center !important;
margin-top:3%;
width:133px;height:150px;
}