poketube.ejs ---> watch.ejs

This commit is contained in:
ashley 2024-12-18 21:14:17 +00:00
parent 4c6f21c5ee
commit de0afd6266

View file

@ -388,6 +388,20 @@ a[data-onclick="jump_to_time"] {
} }
} }
button, a {
transition: all 0.3s ease-in-out;
}
button:hover, a:hover {
transform: scale(1.05);
filter: brightness(1.2);
}
.info a {
transition: none;
transform: none;
filter: none;
}
</style> </style>
<!-- css files --> <!-- css files -->
@ -761,7 +775,7 @@ if your domain matches this code you are probably in poketube.fun owo:3
<% if (k.Video.Channel.Name === "twenty one pilots") { %> <% if (k.Video.Channel.Name === "twenty one pilots") { %>
<a title="Poke Homepage" class="class" href="/143" style="font-family:Inter,sans-serif;color:var(--text-color);display: flex;"> <img style="transform: scale(1.3);padding-left:0.9em;width: 8.5em;display: block;margin-left: auto;margin-right: auto;" src="/css/logo.svg?v=5"> <a title="Poke Homepage" class="class" href="/143" style="font-family:Inter,sans-serif;color:var(--text-color);display: flex;"> <img style="transform: scale(1.3);padding-left:0.9em;width: 8.5em;display: block;margin-left: auto;margin-right: auto;" src="/css/logo-poke.svg?v=5">
<img src="/css/red-tape.png?v=5" style="opacity: 0.9;height: 41px;margin-left: -10em;"></a> <img src="/css/red-tape.png?v=5" style="opacity: 0.9;height: 41px;margin-left: -10em;"></a>
@ -841,7 +855,7 @@ if your domain matches this code you are probably in poketube.fun owo:3
Customize Poke Customize Poke
</a> </a>
<a href="/account-create" style="text-decoration: none;" class="dropdown__item"> <a href="/account-create" style="text-decoration: none;display:none;" class="dropdown__item">
<i class="fa-light fa-user"></i> <i class="fa-light fa-user"></i>
My Account My Account
</a> </a>
@ -905,7 +919,7 @@ Poke Translate
<% if (!universe) { %> <% if (!universe) { %>
<a href="/watch?v=<%=inv_vid.videoId%>&universe=2" title="test out the new layout of poketube!" style="text-decoration: none;" class="dropdown__item"> <a href="/watch?v=<%=inv_vid.videoId%>&universe=2" title="test out the new layout of poke!" style="text-decoration: none;" class="dropdown__item">
<i class="fa-light fa-flask" style="width: 16px;height: 17px;margin-left: 2px;"></i> <i class="fa-light fa-flask" style="width: 16px;height: 17px;margin-left: 2px;"></i>
Testing Mode Testing Mode
</a> </a>
@ -914,7 +928,7 @@ Poke Translate
<% if (universe) { %> <% if (universe) { %>
<a title="test out the new layout of poketube!" href="/watch?v=<%=inv_vid.videoId%>" style="text-decoration: none;" class="dropdown__item"> <a title="test out the new layout of poke!" href="/watch?v=<%=inv_vid.videoId%>" style="text-decoration: none;" class="dropdown__item">
<i class="fa-light fa-flask" style="width: 16px;height: 17px;margin-left: 2px;"></i> <i class="fa-light fa-flask" style="width: 16px;height: 17px;margin-left: 2px;"></i>
Close testing mode Close testing mode
</a> </a>
@ -953,7 +967,7 @@ Offical Discord Server! :3
</a> </a>
</div> </div>
</div> </div>
<a href="/account-create" class="account"><i class="fa-light fa-user"></i>Account</a> <a href="/app" class="account"><i class="fa-light fa-compass"></i>Discover!</a>
</div> </div>
</nav> </nav>