some styling
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not
2023-07-05 22:16:11 +10:00
parent 1d9b88be59
commit 00fc6f0f3f
3 changed files with 33 additions and 40 deletions

View File

@@ -35,17 +35,17 @@
{% for thread in board_threads %}
<tr class="">
<td class="">
<a href="https://static.vdk2ch.ru/thread-pics/{{thread.pic_link}}" target=”_blank”>
<a href="https://static.vdk2ch.ru/thread-pics/{{thread.pic_links}}" target=”_blank”>
<svg viewBox="0 0 100 100" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<pattern id="img-{{thread.post_num}}" patternUnits="userSpaceOnUse" width="100" height="100">
<image xlink:href="https://static.vdk2ch.ru/thread-pics/{{thread.pic_link}}" x="-25" width="150" height="100" />
<image xlink:href="https://static.vdk2ch.ru/thread-pics/{{thread.pic_links}}" x="-25" width="150" height="100" />
</pattern>
</defs>
<polygon points="50 1 95 25 95 75 50 99 5 75 5 25" fill="url(#img-{{thread.post_num}})"/>
</svg>
</a>
<!-- <img src="https://static.vdk2ch.ru/thread-pics/{{thread.pic_link}}" alt="" width="200" height="200"> -->
<!-- <img src="https://static.vdk2ch.ru/thread-pics/{{thread.pic_links}}" alt="" width="200" height="200"> -->
</td>
<td class="">{{thread.thread_num}}</td>
<td class="">{{thread.post_num}}</td>

View File

@@ -19,37 +19,30 @@
<svg xmlns="http://www.w3.org/2000/svg" class="post__btn post__btn_type_adm icon"><use xlink:href="#icon__report"></use></svg>
</span>
</span>
<div id="like-div15135655" class="post__detailpart post__rate post__rate_type_like" title="Мне это нравится">
<svg xmlns="http://www.w3.org/2000/svg" class="post__rate-icon icon"><use xlink:href="#icon__thunder"></use></svg>
<span id="like-count15135655">0</span>
</div>
<div id="dislike-div15135655" class="post__detailpart post__rate post__rate_type_dislike" title="Это говно">
<svg xmlns="http://www.w3.org/2000/svg" class="post__rate-icon icon"><use xlink:href="#icon__thumbdown"></use></svg>
<span id="dislike-count15135655">0</span>
</div>
</div>
<div class="post__images post__images_type_multi">
<figure class="post__image">
<figcaption class="post__file-attr">
<a class="desktop" target="_blank" href="/news/src/15135633/16885580392680.png" title="image.png"> image.png</a>
<svg xmlns="http://www.w3.org/2000/svg" class="icon js-post-findimg desktop"><use xlink:href="#icon__findimg"></use></svg>
<svg xmlns="http://www.w3.org/2000/svg" class="icon js-post-saveimg desktop" data-url="/news/src/15135633/16885580392680.png" data-name="image.png"><use xlink:href="#icon__saveimg"></use></svg>
<span class="post__filezise">901Кб, 1200x1200</span>
</figcaption>
<a href="/news/src/15135633/16885580392680.png" class="post__image-link" target="_blank" onclick="return false;">
<img src="/news/thumb/15135633/16885580392680s.jpg" alt="1200x1200" id="img-15135655-745dd20a9d7a40b701022cc7c194da31" class="post__file-preview " data-type="2" data-title="image.png" data-width="1200" data-height="1200" data-md5="15135655-745dd20a9d7a40b701022cc7c194da31" data-src="/news/src/15135633/16885580392680.png" width="170" height="170">
</a>
</figure><figure class="post__image">
<figcaption class="post__file-attr">
<a class="desktop" target="_blank" href="/news/src/15135633/16885580392721.png" title="image.png"> image.png</a>
<svg xmlns="http://www.w3.org/2000/svg" class="icon js-post-findimg desktop"><use xlink:href="#icon__findimg"></use></svg>
<svg xmlns="http://www.w3.org/2000/svg" class="icon js-post-saveimg desktop" data-url="/news/src/15135633/16885580392721.png" data-name="image.png"><use xlink:href="#icon__saveimg"></use></svg>
<span class="post__filezise">623Кб, 954x960</span>
</figcaption>
<a href="/news/src/15135633/16885580392721.png" class="post__image-link" target="_blank" onclick="return false;">
<img src="/news/thumb/15135633/16885580392721s.jpg" alt="954x960" id="img-15135655-d39bd5b1ed6c40e9a1d1eb2971a57584" class="post__file-preview " data-type="2" data-title="image.png" data-width="954" data-height="960" data-md5="15135655-d39bd5b1ed6c40e9a1d1eb2971a57584" data-src="/news/src/15135633/16885580392721.png" width="168" height="170">
</a>
</figure>
<div class="post__images post__images_type_multi">
{% for pic in thread.pic_links %}
<figure class="post__image">
<figcaption class="post__file-attr">
<a class="desktop" target="_blank" href="https://static.vdk2ch.ru/thread-pics/{{pic}}" title="image.png"> image.png</a>
<svg xmlns="http://www.w3.org/2000/svg" class="icon js-post-findimg desktop"><use xlink:href="#icon__findimg"></use></svg>
<svg xmlns="http://www.w3.org/2000/svg" class="icon js-post-saveimg desktop" data-url="https://static.vdk2ch.ru/thread-pics/{{pic}}" data-name="image.png"><use xlink:href="#icon__saveimg"></use></svg>
</figcaption>
<a href="/news/src/15135633/16885580392721.png" class="post__image-link" target="_blank" onclick="return false;">
<a href="https://static.vdk2ch.ru/thread-pics/{{pic}}" target=”_blank”>
<svg viewBox="0 0 100 100" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<pattern id="img-{{thread.post_num}}" patternUnits="userSpaceOnUse" width="100" height="100">
<image xlink:href="https://static.vdk2ch.ru/thread-pics/{{pic}}" x="-25" width="150" height="100" />
</pattern>
</defs>
<polygon points="50 1 95 25 95 75 50 99 5 75 5 25" fill="url(#img-{{thread.post_num}})"/>
</svg>
</a>
<!-- <img src="/news/thumb/15135633/16885580392721s.jpg" alt="954x960" id="img-15135655-d39bd5b1ed6c40e9a1d1eb2971a57584" class="post__file-preview " data-type="2" data-title="image.png" data-width="954" data-height="960" data-md5="15135655-d39bd5b1ed6c40e9a1d1eb2971a57584" data-src="/news/src/15135633/16885580392721.png" width="168" height="170"> -->
</a>
</figure>
</div>
<article id="m15135655" class="post__message ">
<a href="/news/res/15135633.html#15135633" class="post-reply-link" data-thread="15135633" data-num="15135633">&gt;&gt;15135633 (OP)</a><br>{{thread.txt}}