mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-14 04:49:00 +01:00
add alot of cool stuff :3
This commit is contained in:
parent
cad92a9ad2
commit
8ca00ef881
1 changed files with 26 additions and 7 deletions
|
@ -2425,17 +2425,33 @@ window.addEventListener("unload", cleanup)
|
|||
summary:hover{
|
||||
color:white;
|
||||
}
|
||||
:visited {
|
||||
color: var(--text-link-visited)
|
||||
|
||||
:visited {
|
||||
color: #f08;
|
||||
}
|
||||
|
||||
.video > .thumbnail > .video-length {
|
||||
font-size: smaller;
|
||||
background-color: #0008;
|
||||
color: #fff;
|
||||
padding: 2px;
|
||||
border-radius: 3px;
|
||||
font-family: var(--text-font-primary);
|
||||
font-stretch: extra-expanded;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
|
||||
#continue {
|
||||
max-width: 14px;
|
||||
max-height: 14px;
|
||||
}
|
||||
|
||||
.recommended-list > .video > .info {
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--text-link)
|
||||
color: #f08;
|
||||
}
|
||||
|
||||
.comment-mini:hover {
|
||||
|
@ -2534,7 +2550,7 @@ a {
|
|||
<div class="primary" >
|
||||
<div class="video-player-container" style="background-color:#000">
|
||||
|
||||
<video style="border-radius: 16px;" class="player" id="video" autoplay controls poster="<%- proxyurl %>/https://i.ytimg.com/vi/<%=inv_vid.videoId%>/maxresdefault.jpg?v=607ddcd4">
|
||||
<video style="border-radius: 16px;" class="player" id="video" autoplay controls poster="<%- proxyurl %>/https://i.ytimg.com/vi/<%=inv_vid.videoId%>/maxresdefault.jpg?v=607ddcd4" onerror="setTimeout(function() { location.reload(); }, 5000>
|
||||
|
||||
|
||||
|
||||
|
@ -2544,7 +2560,7 @@ a {
|
|||
|
||||
|
||||
|
||||
<source src="<%=u%>/latest_version?id=<%=inv_vid.videoId%>&itag=18&local=true" type="video/mp4; codecs="avc1.64001F, mp4a.40.2"" label="hd720" selected="true">
|
||||
<source src="<%=u%>/latest_version?id=<%=inv_vid.videoId%>&itag=18&local=true" type="video/mp4; codecs="avc1.64001F, mp4a.40.2"" label="hd720" selected="true" onerror="setTimeout(function() { location.reload(); }, 5000>
|
||||
|
||||
<% } %>
|
||||
|
||||
|
@ -3323,7 +3339,10 @@ More Epic options owo~
|
|||
<% } %>
|
||||
<div>
|
||||
<a class="max-lines-2" href="/channel?id=<%= x.authorId %>@youtube.com" style="-webkit-line-clamp:1;width:12em;word-wrap:break-word;color:#fff;">
|
||||
<%=x.author %>
|
||||
|
||||
<%=x.author %> <% if (x?.authorVerified) { %>
|
||||
<i class="icon ion ion-md-checkmark-circle" style="margin-left: 0em;" title="verified channel"></i>
|
||||
<% } %>
|
||||
</a>
|
||||
<div class="video-views">
|
||||
|
||||
|
|
Loading…
Reference in a new issue