mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 13:28:28 +01:00
new font :3
This commit is contained in:
parent
0f227ac90c
commit
f51eef6c82
1 changed files with 13 additions and 9 deletions
|
@ -37,11 +37,12 @@
|
||||||
summary:hover{
|
summary:hover{
|
||||||
color:red;
|
color:red;
|
||||||
}
|
}
|
||||||
h1{
|
@font-face {
|
||||||
background-image: linear-gradient(to left, violet, blue, orange, red);
|
font-family: 'Ginto Nord';
|
||||||
-webkit-background-clip: text;
|
font-weight: 800;
|
||||||
-webkit-text-fill-color: transparent;
|
src:url('https://cdn.statically.io/gh/brecert/discord-quote-generator/main/Ginto-Nord-800.woff') format("woff");
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@ -68,9 +69,9 @@ summary:hover{
|
||||||
style="background-image: url('https://i.ytimg.com/vi/<%= x.id %>/hqdefault.jpg?sqp=-oaymwEXCNAFEJQDSFryq4qpAwkIARUAAIhCGAE=&rs=AOn4CLBmAOZV7CM3NdDKlEFxGX7PpI5UWQ');border-radius: 20px;"
|
style="background-image: url('https://i.ytimg.com/vi/<%= x.id %>/hqdefault.jpg?sqp=-oaymwEXCNAFEJQDSFryq4qpAwkIARUAAIhCGAE=&rs=AOn4CLBmAOZV7CM3NdDKlEFxGX7PpI5UWQ');border-radius: 20px;"
|
||||||
><span class="video-length"><%=x.duration %></span></a>
|
><span class="video-length"><%=x.duration %></span></a>
|
||||||
<div class="info" style="color:#fff;text-align: left;">
|
<div class="info" style="color:#fff;text-align: left;">
|
||||||
<a style="color:#fff" href="/watch?v=<%= x.id %>" class="title max-lines-2"
|
<a style="color:#fff;font-family: 'Ginto Nord'" href="/watch?v=<%= x.id %>" class="title max-lines-2"
|
||||||
><%= x.Title %></a>
|
><%= x.Title %></a>
|
||||||
<div style="display: flex; flex-direction: column; row-gap: 8px">
|
<div style="display: flex; flex-direction: column; row-gap: 8px;font-family: 'Inter'">
|
||||||
<a href="/watch?v=<%= x.id %>"><span><%= x.views %> views</span> <span>•</span> <span><%= x.uploadedAt %></span></a>
|
<a href="/watch?v=<%= x.id %>"><span><%= x.views %> views</span> <span>•</span> <span><%= x.uploadedAt %></span></a>
|
||||||
<a href="/channel?id=<%= x.Channel.id %>">By <%=x.Channel.Name %></a>
|
<a href="/channel?id=<%= x.Channel.id %>">By <%=x.Channel.Name %></a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -87,3 +88,6 @@ summary:hover{
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue