mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 20:18:08 +01:00
add lyrics backu!
This commit is contained in:
parent
97614ed645
commit
0a5ca0b54e
1 changed files with 18 additions and 3 deletions
|
@ -46,6 +46,13 @@
|
||||||
.img {
|
.img {
|
||||||
box-shadow: 0px 0 6.4em <%=color%>;
|
box-shadow: 0px 0 6.4em <%=color%>;
|
||||||
}
|
}
|
||||||
|
.lyrics {
|
||||||
|
margin-top: -26em;
|
||||||
|
height: 25em;
|
||||||
|
max-height: 22em;
|
||||||
|
overflow: auto;
|
||||||
|
margin-left: 54em;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<link href=https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css rel=stylesheet>
|
<link href=https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css rel=stylesheet>
|
||||||
</head>
|
</head>
|
||||||
|
@ -80,9 +87,18 @@
|
||||||
<div class="video-title center" style="font-family:Poketube flex;font-weight:900;white-space:yes;text-align: center;font-stretch: extra-expanded">
|
<div class="video-title center" style="font-family:Poketube flex;font-weight:900;white-space:yes;text-align: center;font-stretch: extra-expanded">
|
||||||
<%=info.title%> <i title="hq audio" class="fa-light fa-waveform-lines"></i> </div>
|
<%=info.title%> <i title="hq audio" class="fa-light fa-waveform-lines"></i> </div>
|
||||||
<div class="video-title center" style="font-family:Inter;font-weight:900;white-space:yes;text-align: center;"> <%=info.artist%>
|
<div class="video-title center" style="font-family:Inter;font-weight:900;white-space:yes;text-align: center;"> <%=info.artist%>
|
||||||
</div> </div>
|
</div>
|
||||||
|
<div class="lyrics">
|
||||||
|
<div class="video-title center" style="font-family:Poketube flex;font-weight:900;white-space:yes;text-align: center;font-stretch: extra-expanded">
|
||||||
|
Lyrics </div>
|
||||||
|
<%- lyrics.replace("<","<").replace(">", ">") || " no lyrics found "%>
|
||||||
|
<br>
|
||||||
|
lyrics by: musixmatch
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div style=" position: fixed;
|
<div style=" position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
@ -107,7 +123,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div style="position: fixed;bottom: 0;right: 0;margin: 67px;text-decoration: none;">
|
<div style="position: fixed;bottom: 0;right: 0;margin: 67px;text-decoration: none;">
|
||||||
<p style="margin:0;">
|
<p style="margin:0;">
|
||||||
Powered By
|
Powered By
|
||||||
|
|
Loading…
Reference in a new issue