1 2 3 4 5 6 7 8 9 10 11 12 13 14 | /*Plurk 生物*/ #dynamic_logo img{ /*先隱藏原本的影像*/ filter: alpha(opacity=0);opacity:0.0; } #dynamic_logo{ height: 230px; /*圖片高*/ width: 140px; /*圖片寬*/ margin-top: 0px; /*向下位移*/ margin-right: 0px; /*向左位移*/ background-repeat: no-repeat; /*防止背景重複*/ /*換上圖片網址*/ background-image: url(http://i.imgur.com/KSJsToK.png); } |
Direct link: https://paste.plurk.com/show/oZ0Wxx92bm3rwWKxMDyO