hexo-theme-reimu
Version:
A Hakurei Reimu style Hexo theme
76 lines (72 loc) • 2.1 kB
text/stylus
.aplayer {
margin: 0 0 40px ;
border-radius: post-radius ;
background: var(--color-wrap) ;
transition: all .3s;
font-family: font-basic ;
button, .aplayer-icon {
&:hover {
path {
fill: var(--color-link) ;
}
}
}
.aplayer-miniswitcher {
background: var(--red-5-5) ;
}
}
.aplayer.aplayer-fixed {
margin: 0 ;
}
.aplayer.aplayer-fixed .aplayer-body {
background: var(--color-wrap) ;
transition: all .3s;
}
.aplayer.aplayer-fixed .aplayer-info {
transition: all .3s;
border-top: 1px solid var(--color-h2-border) ;
}
.aplayer.aplayer-fixed .aplayer-list {
border: 1px solid var(--color-h2-border) ;
transition: all .3s;
}
.aplayer.aplayer-withlist .aplayer-info {
transition: all .3s;
border-bottom: 1px solid var(--color-h2-border) ;
}
.aplayer-title, .aplayer-list-title, .aplayer-music {
color: var(--color-link) ;
}
.aplayer .aplayer-list ol li {
transition: all .3s;
border-top: 1px solid var(--color-h2-border) ;
}
.aplayer-lrc {
&::before {
background: none ;
}
&::after {
background: none ;
}
}
.aplayer .aplayer-list ol li.aplayer-list-light {
background: var(--color-hover-shadow) ;
}
.aplayer .aplayer-list ol li:hover {
background: var(--color-hover-shadow) ;
}
.aplayer .aplayer-lrc .aplayer-lrc-contents,
.aplayer .aplayer-info .aplayer-music {
cursor: var(--cursor-default) ;
}
.aplayer .aplayer-pic,
body .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap,
.aplayer .aplayer-list-cur,
.aplayer .aplayer-list-index,
.aplayer .aplayer-list-author,
.aplayer .aplayer-list ol li,
body .aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap,
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb,
.aplayer .aplayer-icon {
cursor: var(--cursor-pointer) ;
}