hexo-theme-amazing
Version:
A simple, delicate, and modern theme for Hexo
20 lines (17 loc) • 428 B
text/stylus
/* ---------------------------------
* Page Footer
* --------------------------------- */
.aplayer-narrow{
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.aplayer-narrow:hover {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.aplayer{
transition: all .5s ease-out;
}
.aplayer .aplayer-miniswitcher {
background: white ;
}