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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/* 變更噗浪獸外觀 */
#dynamic_logo img, #logo a img {
filter: alpha(opacity=0);
opacity: 0.0;
}
#dynamic_logo, #logo {
opacity: 100;/*透明度,暫時隱藏*/
width: 500px; /* 寬 */
height:500px; /* 高 */

margin-top: -40px; /* 距離頂部的位置 */
margin-right: -100px; /* 距離右邊的位置 */
background-repeat: no-repeat; /* 不重覆 */
background-image: url(https://); /* 圖片網址 */
/*備考margin: 1px 1px 1px 1px; (外邊界-上 右 下 左)(可調整生物在畫面上的位置)*/
/*

*/
}

/*隱藏官方噗浪生物*/
#dynamic_logo #creature {
opacity: 0;
}

/*噗幣旁小生物*/
._lc_ #dash-profile { background: url(https://) no-repeat; background-position: 90% bottom; }

/*隱藏Loading魚並改用自己的佈景*/
._lc_ .loading img { filter:alpha(opacity=100); opacity: 1.00; height: 0px; width: 0px; }
._lc_ .loading { background-image: url(http://); height:200px; background-repeat: no-repeat; background-position: center 28px; }



/*卡馬上方小生物↓*/
._lc_ #dash-stats {background: url(https://) 140px -4px no-repeat;}

/*加友鈕右方生物↓*/
._lc_ #dash-friends { background: url(https://) no-repeat; background-position: 95% 0% }

/*關注鈕右方生物↓*/
._lc_ #dash-fans { background: url(https://) no-repeat; background-position: 95% 0% }

/*自介欄右下生物↓*/
._lc_ #about_me { background: url(https://) no-repeat; background-position: 95% 93% }

/*置頂噗右上生物↓*/
._lc_ .plurk.pinned.display .plurk_cnt::before { background-image: url(https://); background-repeat: no-repeat; height: 48px; width: 48px; top: -20px; right: -20px; -webkit-filter: drop-shadow(0px 1px 1px rgb(0, 0, 0, 0.5)); position: absolute; content: ''; z-index: 100; }

/*時間軸生物↓*/
._lc_ .timeline-bg { background-image:url("https://"); background-repeat:repeat-x; background-position:bottom; }