1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*噗寶 CSS 產生器 FAQ Plurk@SSN2237 */
#dynamic_logo>img {opacity: 0;}



#dynamic_logo{
background: url('') no-repeat;
background-size: 400px;
background-position: right bottom;
z-index: 450;
width: 100%;
height: 100%;
-webkit-transition: none;-mos-transition: none;-o-transition: none;transition: none;
}