add:新增歌词功能
This commit is contained in:
27
web/css/lyricer.min.css
vendored
Normal file
27
web/css/lyricer.min.css
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
#lyricer {
|
||||
font-size: 100%;
|
||||
font-family: "Microsoft YaHei","Hiragino Sans GB W3",Tahoma,Arial;
|
||||
text-shadow: 0 0 1px #EEEEEE;
|
||||
color: #666666;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#lyricer ul {
|
||||
list-style-type: none;
|
||||
padding: 5px;
|
||||
margin-left: 50px;
|
||||
}
|
||||
|
||||
#lyricer ul li {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#lyricer ul li:hover {
|
||||
color: #428bca;
|
||||
}
|
||||
|
||||
#lyricer .lyricer-current-line {
|
||||
color: #fff;
|
||||
text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #ff2d95, 0 0 6px #ff2d95, 0 0 8px #ff2d95, 0 0 10px #ff2d95, 0 0 12px #ff2d95;
|
||||
padding:10px
|
||||
}
|
||||
Reference in New Issue
Block a user