1
Fork 0

new font :3

This commit is contained in:
Ashley 2022-07-07 14:34:13 +03:00 committed by GitHub
parent 0f227ac90c
commit f51eef6c82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@
<link href=/css/app-cdn.min.css rel=stylesheet> <link href=/css/app-cdn.min.css rel=stylesheet>
<link href=/css/app.main.css rel=stylesheet> <link href=/css/app.main.css rel=stylesheet>
<link href=/css/search.main.css rel=stylesheet> <link href=/css/search.main.css rel=stylesheet>
<style> <style>
a.class:hover { a.class:hover {
text-decoration:underline; text-decoration:underline;
@ -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=&amp;rs=AOn4CLBmAOZV7CM3NdDKlEFxGX7PpI5UWQ');border-radius: 20px;" style="background-image: url('https://i.ytimg.com/vi/<%= x.id %>/hqdefault.jpg?sqp=-oaymwEXCNAFEJQDSFryq4qpAwkIARUAAIhCGAE=&amp;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>
@ -79,7 +80,7 @@ summary:hover{
</div> </div>
</div> </div>
<% }) %> <% }) %>
</div> </div>
<p> <p>
and thats the end of the internet... wooo and thats the end of the internet... wooo
</p> </p>
@ -87,3 +88,6 @@ summary:hover{
</body> </body>