mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 20:37:51 +01:00
Lyrics qwq
This commit is contained in:
parent
75f0c6cedf
commit
7a095dd05d
1 changed files with 10 additions and 3 deletions
|
@ -58,8 +58,7 @@ summary:hover{
|
||||||
}
|
}
|
||||||
body{
|
body{
|
||||||
overflow-x: hidden; /* Hide horizontal scrollbar */
|
overflow-x: hidden; /* Hide horizontal scrollbar */
|
||||||
overflow-y: hidden; /* Hide scrollbar */
|
color:#111111
|
||||||
color:#111111
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.animated {
|
.animated {
|
||||||
|
@ -255,7 +254,15 @@ pointer-events:none;
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
<div class="align">
|
<div class="center">
|
||||||
|
<h1 style="font-family:'Ginto Nord',sans-serif;font-weight:900;white-space:yes;" align="center">
|
||||||
|
Lyrics
|
||||||
|
</h1>
|
||||||
|
<p style="overflow: scroll;overflow-x: hidden;height: 12em;">
|
||||||
|
<%-lyrics%>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="align">
|
||||||
<img class="img" src="https://p.poketube.fun/<%=info.artwork%>"/>
|
<img class="img" src="https://p.poketube.fun/<%=info.artwork%>"/>
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<div class="video-title center" style="font-family:Ginto Nord;font-weight:900;white-space:yes;text-align: left;">
|
<div class="video-title center" style="font-family:Ginto Nord;font-weight:900;white-space:yes;text-align: left;">
|
||||||
|
|
Loading…
Reference in a new issue