@namespace url(
http://www.w3.org/1999/xhtml);
@-moz-document domain("tieba.baidu.com") {
}
/*动画版*/
#tb_message_tip_n>.ui_bubble_content[style*="width: 170px;"]{
border-radius:3px!important;
border-color:rgba(188,215,132,0.3) !important;
box-shadow:3px 3px 5px rgba(220,135,135,0.6) !important;
background-color:rgba(245,245,245,0.9)!important;
background-image:-moz-linear-gradient(top,rgba(253,255,248,0.4) 0%,rgba(253,235,218,0.2) 15%,rgba(248,110,115,0.35)
50%,rgba(253,195,188,0.3) 80%,rgba(253,255,248,0.4) 100%)!important;
}
#tb_message_tip_n>.ui_bubble_content[style*="width: 170px;"]:hover{
-moz-animation:donghua 1.5s linear infinite;
background-image:-moz-linear-gradient(top,rgba(253,255,248,0.7)
0%,rgba(253,235,218,0.3) 15%,rgba(248,110,55,0.4)
50%,rgba(253,195,188,0.3) 80%,rgba(253,255,248,0.7) 100%),
-moz-linear-gradient(-45deg,rgba(240, 143, 133, .2) 25%,transparent
25%,transparent 50%,rgba(240, 143, 133, .2) 50%,rgba(240, 143, 133, .2)
75%,transparent 75%,transparent 100%)!important;
background-size:100%,30px 30px!important;
}
@-moz-keyframes donghua{
0% {
background-position:0,0 0!important;
}
100% {
background-position:0,30px 30px!important;
}
}
————Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0