mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:38:25 +01:00
new colors pog
This commit is contained in:
parent
6a4ae2613f
commit
6f228db9c4
1 changed files with 3 additions and 8 deletions
|
@ -897,11 +897,6 @@ border-bottom-left-radius: 10px;
|
||||||
.fromtheweb-inner{
|
.fromtheweb-inner{
|
||||||
-moz-box-align: center;
|
-moz-box-align: center;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
/*
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
*/
|
|
||||||
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
-moz-box-pack: center;
|
-moz-box-pack: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -1004,10 +999,10 @@ line-height: 18px;
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div style="justify-content: center;display: flex;padding: 11px;font-family: Ginto nord;gap: 3px;background: #111;border-top-left-radius: 10px;border-top-right-radius: 10px;">
|
<div style="justify-content: center;display: flex;padding: 11px;font-family: Ginto nord;gap: 3px;background: #1c1c1c;border-top-left-radius: 10px;border-top-right-radius: 10px;">
|
||||||
More from <%=video.Channel.Name%>
|
More from <%=video.Channel.Name%>
|
||||||
</div>
|
</div>
|
||||||
<div style="justify-content: center;display: flex;padding: 11px;font-family: Ginto nord;gap: 3px;background: #111;">
|
<div style="justify-content: center;display: flex;padding: 11px;font-family: Ginto nord;gap: 3px;background: #1c1c1c;">
|
||||||
|
|
||||||
<div style="border-radius: 5px;background: #333;width: fit-content;padding: 18px;">
|
<div style="border-radius: 5px;background: #333;width: fit-content;padding: 18px;">
|
||||||
<a style="color:#fff" href="/channel?id=<%=video.Channel.id%>&tab=about" >
|
<a style="color:#fff" href="/channel?id=<%=video.Channel.id%>&tab=about" >
|
||||||
|
@ -1024,7 +1019,7 @@ More from <%=video.Channel.Name%>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div style="background:#0D0D0D;" class="fromtheweb-outer">
|
<div style="background:#130f0f;" class="fromtheweb-outer">
|
||||||
<div class="fromtheweb-inner">
|
<div class="fromtheweb-inner">
|
||||||
|
|
||||||
<% if (wiki.extract_html) { %>
|
<% if (wiki.extract_html) { %>
|
||||||
|
|
Loading…
Reference in a new issue