mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 06:14:39 -05:00
new search page !!!!
This commit is contained in:
parent
170d2da131
commit
3a8c3ee046
1 changed files with 85 additions and 24 deletions
|
@ -94,6 +94,19 @@ summary:hover{
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.shelf {
|
||||||
|
max-width: 51em;
|
||||||
|
margin: auto;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
row-gap: 16px;
|
||||||
|
padding: 16px;
|
||||||
|
background: #111111;
|
||||||
|
border: #333333 solid;
|
||||||
|
border-radius: 19px;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Ginto Nord';
|
font-family: 'Ginto Nord';
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
|
@ -116,6 +129,11 @@ summary:hover{
|
||||||
margin-top:12px
|
margin-top:12px
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wiki > p {
|
||||||
|
margin-top: -2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.sticky-top {
|
.sticky-top {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
|
@ -245,44 +263,79 @@ video[counter].classList.add("shake");
|
||||||
<p style="text-align: left;margin-left: 16em;">
|
<p style="text-align: left;margin-left: 16em;">
|
||||||
<a href="/search?query=<%=q%>&continuation=<%=j.Search.continuation%>">Next Page</a> </p>
|
<a href="/search?query=<%=q%>&continuation=<%=j.Search.continuation%>">Next Page</a> </p>
|
||||||
|
|
||||||
</p>
|
|
||||||
|
|
||||||
</center>
|
</p>
|
||||||
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 16em;/*! width: 4.5em; */height: 0;">
|
|
||||||
<% if (j.Search.Results.DynamicItem) { %>
|
<% if (j.Search.Results.DynamicItem) { %>
|
||||||
|
|
||||||
<% if (j.Search.Results.DynamicItem.id == "didYouMeanRenderer") { %>
|
<% if (j.Search.Results.DynamicItem.id == "didYouMeanRenderer") { %>
|
||||||
<div style="text-align: left;margin-left: 16em;">
|
<div style="text-align: left;margin-left: 16em;">
|
||||||
<p>
|
<p>
|
||||||
Did you mean: <a href="/search?query=<%= h.correctedQueryEndpoint.searchEndpoint.query %>"><i><%= h.correctedQueryEndpoint.searchEndpoint.query %></i></a> ?
|
Did you mean: <a href="/search?query=<%= h.correctedQueryEndpoint.searchEndpoint.query %>"><i><%= h.correctedQueryEndpoint.searchEndpoint.query %></i></a> :3
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<% } %>
|
<% } %> <% } %>
|
||||||
<% } %>
|
|
||||||
|
|
||||||
|
</center>
|
||||||
|
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 16em;/*! width: 4.5em; */height: 0;">
|
||||||
|
|
||||||
|
|
||||||
|
<% if (!continuation) { %>
|
||||||
|
|
||||||
<% if (summary.extract_html) { %>
|
<% if (summary.extract_html) { %>
|
||||||
<div style="white-space: -moz-pre-wrap !important;white-space: -pre-wrap;white-space: -o-pre-wrap;white-space: pre-wrap;word-wrap: break-word;white-space: -webkit-pre-wrap;word-break: break-all;white-space: normal;padding: ;background: #1c1c1c;padding: 10px;border-radius: 10px;margin-left: 15.6em;margin-right: 15em;margin-top: 10px;">
|
<div class="shelf wiki" style="white-space: -moz-pre-wrap !important;white-space: -pre-wrap;white-space: -o-pre-wrap;white-space: pre-wrap;word-wrap: break-word;white-space: -webkit-pre-wrap;word-break: break-all;white-space: normal;background: #1c1c1c;padding: 10px;margin-top: 10px;max-width: 51.8em;width: max-content;">
|
||||||
|
|
||||||
<div class="video-title" style="color:#fff;font-family:Ginto Nord,sans-serif;font-weight:700;margin-top: 10px;margin-bottom: 10px;">From da web</div>
|
<div class="video-title" style="color:#fff;font-family:PokeTube Flex;font-weight:700;margin-top: 0em;font-weight: 1000;font-stretch: ultra-expanded;font-size: large;">From da web <span style="font-size: small;font-family: sans-serif;"> <a href=" <%-summary.content_urls.desktop.page%>
|
||||||
|
">From wikipedia </a> under CC-BY-SA 3.0
|
||||||
|
</span></div>
|
||||||
|
|
||||||
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;/*! width: 4.5em; */height: 0;">
|
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;/*! width: 4.5em; */height: 0;">
|
||||||
|
|
||||||
<%-summary.extract_html%>
|
<%-summary.extract_html%>
|
||||||
|
|
||||||
<p style="margin-bottom: 10px;">
|
<span style="margin-bottom: -3em;">
|
||||||
|
|
||||||
|
|
||||||
<a href=" <%-summary.content_urls.desktop.page%>
|
|
||||||
">From wikipedia </a> under CC-BY-SA 3.0
|
|
||||||
</p>
|
|
||||||
|
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<% } %> <% } %>
|
||||||
|
|
||||||
|
<% if (j.Search.Results.CardList) { %>
|
||||||
|
|
||||||
|
<% if (j.Search.Results.CardList.title == "People also search for") { %>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="shelf" style="">
|
||||||
|
|
||||||
|
<h2 style="font-family: 'PokeTube Flex';font-weight: 1000;font-size: large;text-align: left;font-stretch: extra-expanded;">People also search for</h2>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="card-list " style="overflow-y: hidden;">
|
||||||
|
<% j.Search.Results.CardList.Card.forEach (x => { %>
|
||||||
|
|
||||||
|
<a style="background: #333;" class="card" href="/search?query=<%= x.title %> ">
|
||||||
|
|
||||||
|
<% if (!x.Thumbnail.$t.endsWith("mqdefault.jpg")) { %>
|
||||||
|
|
||||||
|
<img src="https://p.poketube.fun/<%= x.Thumbnail.$t%>" onerror="">
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
|
<% if (x.Thumbnail.$t.endsWith("mqdefault.jpg")) { %>
|
||||||
|
|
||||||
|
<img src="https://p.poketube.fun/<%= x.Thumbnail.$t.replace("//","https://")%>" onerror="">
|
||||||
|
<% } %>
|
||||||
|
<span><%= x.title %></span></a>
|
||||||
|
<% }) %>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 16em;/*! width: 4.5em; */height: 0;margin-top: 1em;">
|
||||||
|
|
||||||
|
<% } %> <% } %>
|
||||||
|
|
||||||
|
|
||||||
<% j.Search.Results.Video.forEach(x => { %>
|
<% j.Search.Results.Video.forEach(x => { %>
|
||||||
|
@ -307,8 +360,16 @@ video[counter].classList.add("shake");
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<% }) %>
|
<% }) %>
|
||||||
<center><hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 16em;/*! width: 4.5em; */height: 0;">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<center> <hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 16em;/*! width: 4.5em; */height: 0;margin-top: 1em;">
|
||||||
|
|
||||||
<div style="border-top: 1px solid var(--border-color);width: 100%;display: flex;gap: 43em;padding: 0;margin: 0;">
|
<div style="border-top: 1px solid var(--border-color);width: 100%;display: flex;gap: 43em;padding: 0;margin: 0;">
|
||||||
|
|
||||||
<% if (continuation) { %>
|
<% if (continuation) { %>
|
||||||
|
|
Loading…
Reference in a new issue