1
2
3
4
5
6
7
8
9
10
11
12
13
/* 彈跳貝姊做掉噗浪小生物*/
#dynamic_logo, #logo{
filter: alpha(opacity=75);
opacity: 0.75;
-moz-opacity: 0.75;
height:300px;
width: 200px;
margin-top:20em;
margin-left:26em;
background: url(http://i.imgur.com/Q7HVqO4.gif) top center no-repeat!important;
border:none!important;

}