1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*Plurk 生物*/
#dynamic_logo img{
/*先隱藏原本的影像*/
filter: alpha(opacity=0);opacity:0.0;
}
/*更換 噗浪生物*/
#dynamic_logo
{
height: 500px;
width: 500px;
margin-top: -330px;
margin-right: 1400px;
background:url(https://i.imgur.com/TXBTQff.gif) 0px 0 no-repeat;
}
#dynamic_logo img {filter:alpha(opacity=0);opacity:0;zoom:1;}


/***右下角噗寶***/
._lc_ #m_or_f { position: fixed !important; bottom: -550px; right: 0px; background: url(圖) no-repeat; opacity:1.0; width: 1900px !important; height: 450px !important; padding-top: 990px !important; overflow:hidden !important; z-index: 3; pointer-events: none; }