mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 23:17:57 +01:00
new buttons owo
This commit is contained in:
parent
494ecc2b65
commit
d1ba50ee79
1 changed files with 15 additions and 6 deletions
|
@ -375,11 +375,9 @@ a[data-onclick="jump_to_time"] {
|
||||||
}
|
}
|
||||||
.progress-container {
|
.progress-container {
|
||||||
display:none !important;
|
display:none !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
.fade-in {
|
.fade-in {
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</noscript>
|
</noscript>
|
||||||
|
@ -403,6 +401,7 @@ text-shadow: 1px 1px #000,1px 1px 0.1px #000;!important;
|
||||||
|
|
||||||
|
|
||||||
<style data-universe="2">
|
<style data-universe="2">
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--div-gradient: linear-gradient(to bottom right, #9666F7, #B37C6B);
|
--div-gradient: linear-gradient(to bottom right, #9666F7, #B37C6B);
|
||||||
}
|
}
|
||||||
|
@ -411,6 +410,16 @@ text-shadow: 1px 1px #000,1px 1px 0.1px #000;!important;
|
||||||
background: linear-gradient(to bottom, #1c1c1c, #101);
|
background: linear-gradient(to bottom, #1c1c1c, #101);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.new-button {
|
||||||
|
border: 2.1px solid;
|
||||||
|
border-color: #cba6f7;
|
||||||
|
}
|
||||||
|
|
||||||
|
.new-button:hover {
|
||||||
|
border: 2.1px solid;
|
||||||
|
border-color: white;
|
||||||
|
}
|
||||||
|
|
||||||
.comment-list.left-padding {
|
.comment-list.left-padding {
|
||||||
border-radius: 1em !important;
|
border-radius: 1em !important;
|
||||||
}
|
}
|
||||||
|
@ -779,8 +788,8 @@ display: block; !important;" autoplay controls
|
||||||
<div class="video-info-panel gradient">
|
<div class="video-info-panel gradient">
|
||||||
<div class="video-title t" style="font-family:Inter;font-weight:bold;line-break: auto;max-width: max-content;margin: 0;margin-bottom: 0;padding: 0;"
|
<div class="video-title t" style="font-family:Inter;font-weight:bold;line-break: auto;max-width: max-content;margin: 0;margin-bottom: 0;padding: 0;"
|
||||||
|
|
||||||
<% if (video?.Title !== k.Video.Title) { %>
|
<% if (inv_vid?.title !== k.Video.Title) { %>
|
||||||
title="Non-Translated title : <%=video?.Title%>"
|
title="Non-Translated title : <%=inv_vid.title%>"
|
||||||
<% } %>
|
<% } %>
|
||||||
> <%-k.Video.Title.replace(/\/channel\//g, "/channel?id=").replace(/https:\/\/youtube.com/g, ""); %> </div>
|
> <%-k.Video.Title.replace(/\/channel\//g, "/channel?id=").replace(/https:\/\/youtube.com/g, ""); %> </div>
|
||||||
|
|
||||||
|
@ -836,7 +845,7 @@ display: block; !important;" autoplay controls
|
||||||
<div style="margin-left: -7.5px;" title="<%=engagement.dislikes.toLocaleString()%> Dislikes">
|
<div style="margin-left: -7.5px;" title="<%=engagement.dislikes.toLocaleString()%> Dislikes">
|
||||||
<div class="pill-button">
|
<div class="pill-button">
|
||||||
|
|
||||||
<i class="fa-light fa-thumbs-down"></i> <%=convert(engagement.dislikes)%>
|
<%=convert(engagement.dislikes)%> <i class="fa-light fa-thumbs-down" style="margin-left: 1.5px;"></i>
|
||||||
</div> </div>
|
</div> </div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -844,7 +853,7 @@ display: block; !important;" autoplay controls
|
||||||
|
|
||||||
<div style="display: flex;">
|
<div style="display: flex;">
|
||||||
|
|
||||||
<a class="new-button" title="Download this Video :3" style="color:var(--text-color);text-decoration: none;border: solid;border-color: lime; " href="/download?v=<%=inv_vid.videoId%>">
|
<a class="new-button" title="Download this Video :3" style="color:var(--text-color);text-decoration: none; " href="/download?v=<%=inv_vid.videoId%>">
|
||||||
<div class="pill-button" style="">
|
<div class="pill-button" style="">
|
||||||
|
|
||||||
<i class="fa-light fa-download"></i>
|
<i class="fa-light fa-download"></i>
|
||||||
|
|
Loading…
Reference in a new issue