Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
92543510a6 | ||
|
|
9bb865bf21 | ||
|
|
aaf729306f | ||
|
|
5df22d0f4c | ||
|
|
16e0848ddf | ||
|
|
9b4343a3bb | ||
|
|
cc505447e0 | ||
|
|
a24d8c4fff | ||
|
|
c8a008a526 | ||
|
|
a9fcb28b1b | ||
|
|
e050e53653 | ||
|
|
b1d6389e3d |
@ -378,6 +378,9 @@ a[data-onclick="jump_to_time"] {
|
||||
<link href="/css/watch-util.css?v=9893448" rel=stylesheet>
|
||||
<link href="/css/watch-navbar.css?v=9893448" rel=stylesheet>
|
||||
<link href="/css/poketube.css?v=948934774844" rel=stylesheet>
|
||||
|
||||
<link href="https://vjs.zencdn.net/8.16.1/video-js.css" rel="stylesheet" />
|
||||
<script src="https://vjs.zencdn.net/8.16.1/video.min.js"></script>
|
||||
<!-- css files end -->
|
||||
|
||||
<link href="https://vjs.zencdn.net/8.16.1/video-js.css" rel="stylesheet" />
|
||||
@ -600,7 +603,8 @@ background-color: #0000;
|
||||
top: 0;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.rainbow-gradient {
|
||||
background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
|
||||
-webkit-background-clip: text;
|
||||
@ -2140,7 +2144,7 @@ if (/[?&]autoplay=/.test(location.search)) {
|
||||
}
|
||||
</script>
|
||||
|
||||
<script id="video" type="application/json"><%- JSON.stringify(inv_vid) %></script><script id="comments" type="application/json"><%- JSON.stringify(inv.comments) %></script>
|
||||
<script type="application/json"><%- JSON.stringify(inv_vid) %></script><script id="comments" type="application/json"><%- JSON.stringify(inv.comments) %></script>
|
||||
|
||||
<!-- Ambient Mode, for PokeTube -->
|
||||
<% if(IsOldWindows) { %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user