Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2 edit something #46

Open
wants to merge 19 commits into
base: v2
Choose a base branch
from
Open
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ __Warning: Loaded well in Internet Explorer 10+, FireFox, Chrome, Edge and so on

## Screenshot

![Screenshot](https://i.imgur.com/yZAGZwx.png)
![Screenshot2](screenshot/demo2.png)
![Screenshot3](screenshot/demo3.png)
![Screenshot4](screenshot/demo.ZingMP3.png)
![Screenshot5](screenshot/demo.NCT.png)
![Screenshot6](screenshot/demo.NhacVN.png)
![Screenshot7](screenshot/demo.mobile.png)
---

## Install && Build
Expand Down
31 changes: 31 additions & 0 deletions demo.NCT.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!doctype html>
<!--<html lang="zh-Hans">-->
<!--
CPlayer from https://github.com/MoePlayer/cPlayer/tree/v2
Edit by [email protected] 2021-05-14
Lyric style nhaccuatui.com (color: #2E9AFE;)
-->
<html lang="vi-VN">

<head>
<meta charset="UTF-8">
<title>CPlayer v2 edit by [email protected] 2021-05-14</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script type="text/javascript" src="dist/cplayer.js"></script>
<link rel="stylesheet" href="dist/style.css">
<style>
c-player lrc.now {
background: transparent !important;
color: #2E9AFE;
}
</style>
</head>

<body>
<div id="cplayer">
</div>
<div class="bg"></div>
<script src="dist/index.js"></script>
</body>

</html>
31 changes: 31 additions & 0 deletions demo.Nhac.VN.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!doctype html>
<!--<html lang="zh-Hans">-->
<!--
CPlayer from https://github.com/MoePlayer/cPlayer/tree/v2
Edit by [email protected] 2021-05-14
Lyric style Nhac.VN (color: #21b685;)
-->
<html lang="vi-VN">

<head>
<meta charset="UTF-8">
<title>CPlayer v2 edit by [email protected] 2021-05-14</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script type="text/javascript" src="dist/cplayer.js"></script>
<link rel="stylesheet" href="dist/style.css">
<style>
c-player lrc.now {
background: transparent !important;
color: #21b685;
}
</style>
</head>

<body>
<div id="cplayer">
</div>
<div class="bg"></div>
<script src="dist/index.js"></script>
</body>

</html>
31 changes: 31 additions & 0 deletions demo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!doctype html>
<!--<html lang="zh-Hans">-->
<!--
CPlayer from https://github.com/MoePlayer/cPlayer/tree/v2
Edit by [email protected] 2021-05-14
Lyric style ZingMP3.VN (color: #f8e71c;)
-->
<html lang="vi-VN">

<head>
<meta charset="UTF-8">
<title>CPlayer v2 edit by [email protected] 2021-05-14</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script type="text/javascript" src="dist/cplayer.js"></script>
<link rel="stylesheet" href="dist/style.css">
<style>
c-player lrc.now {
background: transparent !important;
color: #f8e71c;
}
</style>
</head>

<body>
<div id="cplayer">
</div>
<div class="bg"></div>
<script src="dist/index.js"></script>
</body>

</html>
475 changes: 475 additions & 0 deletions dist/index.js

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions dist/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
#cplayer {
position: absolute;
bottom: 0;
left: 2em;
right: 2em;
box-shadow: 0 0 2em black;
}

c-player .background {
background: transparent !important;
}

c-player .lyric {
height: calc( 100vh - 4em);
}

.bg {
width: 100vw;
height: 100vh;
position: absolute;
background-size: cover;
filter: blur(1em) brightness(0.5);
background-repeat: repeat;
transform: scale(1.2);
transform-origin: center;
background-position: center;
}

body {
overflow: hidden
}

c-player lrc.now {
background: transparent!important;
color: #2E9AFE;

}

c-player lrc {
font-size: xx-large !important
font-family: Tahoma;
}

c-player .lyric lyric-body {
transition: transform 0.5s
}
31 changes: 31 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!doctype html>
<!--<html lang="zh-Hans">-->
<!--
CPlayer from https://github.com/MoePlayer/cPlayer/tree/v2
Edit by [email protected] 2021-05-14
Lyric style MP3.ZING.VN (color: #d269ff;)
-->
<html lang="vi-VN">

<head>
<meta charset="UTF-8">
<title>CPlayer v2 edit by [email protected] 2021-05-14</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script type="text/javascript" src="dist/cplayer.js"></script>
<link rel="stylesheet" href="dist/style.css">
<style>
c-player lrc.now {
background: transparent !important;
color: #d269ff;
}
</style>
</head>

<body>
<div id="cplayer">
</div>
<div class="bg"></div>
<script src="dist/index.js"></script>
</body>

</html>
Binary file added screenshot/demo.NCT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/demo.NhacVN.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/demo.ZingMP3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/demo.mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/demo2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/demo3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions screenshot/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@