|
@-moz-document url-prefix("https://play.kkbox.com/") { |
|
.right-column { |
|
left: 0; |
|
right: 0; |
|
width: 100vw; |
|
} |
|
.lyrics-list .active a { |
|
position: fixed; |
|
left: 0; |
|
right: 0; |
|
background: none; |
|
display: block; |
|
top: 300px; |
|
color: #34bd87; |
|
font-size: 50px; |
|
} |
|
@keyframes slideout { |
|
from { |
|
height: 20px; |
|
background: #34bd87; |
|
} |
|
to { |
|
height: 0px; |
|
background: transparent; |
|
} |
|
} |
|
.lyrics-list .active { |
|
animation-name: slideout; |
|
animation-fill-mode: forwards; |
|
animation-duration: 0.5s; |
|
} |
|
.lyrics-list .active:before { |
|
content: "-"; |
|
color: transparent; |
|
} |
|
.lyrics-list .active + li { |
|
background: -moz-linear-gradient(top, rgba(52, 189, 135, 1) 0%, rgba(52, 189, 135, 0.5) 100%); |
|
/* FF3.6-15 */ |
|
background: -webkit-linear-gradient(top, rgba(52, 189, 135, 1) 0%, rgba(52, 189, 135, 0.5) 100%); |
|
/* Chrome10-25,Safari5.1-6 */ |
|
background: linear-gradient(to bottom, rgba(52, 189, 135, 1) 0%, rgba(52, 189, 135, 0.5) 100%); |
|
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ |
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34bd87', endColorstr='#8034bd87', GradientType=0); |
|
/* IE6-9 */ |
|
} |
|
.lyrics-list .active + li + li { |
|
background: -moz-linear-gradient(top, rgba(52, 189, 135, 0.5) 0%, rgba(52, 189, 135, 0) 100%); |
|
/* FF3.6-15 */ |
|
background: -webkit-linear-gradient(top, rgba(52, 189, 135, 0.5) 0%, rgba(52, 189, 135, 0) 100%); |
|
/* Chrome10-25,Safari5.1-6 */ |
|
background: linear-gradient(to bottom, rgba(52, 189, 135, 0.5) 0%, rgba(52, 189, 135, 0) 100%); |
|
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ |
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8034bd87', endColorstr='#0034bd87', GradientType=0); |
|
/* IE6-9 */ |
|
} |
|
.lyrics-list li { |
|
text-align: center; |
|
} |
|
.progress { |
|
margin-top: 180px; |
|
} |
|
} |