1
2
3
4
5
6
7
8
9
10
11
12
13
/*俊哲噗寶*/
#dynamic_logo{
height: 450px; /*請依照您的生物調整到適當高度*/
width: 450px; /*請依照您的生物調整到適當寬度*/
margin-top: 295px; /*生物距離頂部的位置*/
margin-left:-40px; /*生物的左右位置 ( px > 0 時會往左邊,px < 0 時會往右邊)*/
background-repeat: no-repeat;
background-image: url(https://images.plurk.com/4zJ4AOmVesYj76LRt7fVx5.png);
}
/*官方生物*/
#dynamic_logo #creature {
opacity: 0;
}