<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xmlns:tt="http://teletype.in/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>ArtemFlaut :З</title><generator>teletype.in</generator><description><![CDATA[ArtemFlaut :З]]></description><image><url>https://teletype.in/files/b2/b2033ba5-bd71-40ad-9311-666bd051059b.png</url><title>ArtemFlaut :З</title><link>https://teletype.in/@artemflaut</link></image><link>https://teletype.in/@artemflaut?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=artemflaut</link><atom:link rel="self" type="application/rss+xml" href="https://teletype.in/rss/artemflaut?offset=0"></atom:link><atom:link rel="next" type="application/rss+xml" href="https://teletype.in/rss/artemflaut?offset=10"></atom:link><atom:link rel="search" type="application/opensearchdescription+xml" title="Teletype" href="https://teletype.in/opensearch.xml"></atom:link><pubDate>Sun, 20 Sep 2026 16:46:55 GMT</pubDate><lastBuildDate>Sun, 20 Sep 2026 16:46:55 GMT</lastBuildDate><item><guid isPermaLink="true">https://teletype.in/@artemflaut/ry5R2WrdH</guid><link>https://teletype.in/@artemflaut/ry5R2WrdH?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=artemflaut</link><comments>https://teletype.in/@artemflaut/ry5R2WrdH?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=artemflaut#comments</comments><dc:creator>artemflaut</dc:creator><title>Коды для Extra.Less (Create by ArtemFlaut)</title><pubDate>Fri, 04 Oct 2019 18:24:58 GMT</pubDate><description><![CDATA[Убираем отображение названия форума с главной страницы:]]></description><content:encoded><![CDATA[
  <p>Убираем отображение названия форума с главной страницы:</p>
  <p>Код:</p>
  <pre>body[data-template=&quot;forum_list&quot;] .p-title-value {
   display: none; /* Script by ArtemFlaut */
}</pre>
  <p>Выравниваем блоки по правому краю, на главной странице:</p>
  <p>Код:</p>
  <pre>body[data-template=&quot;forum_list&quot;] .p-title {
   justify-content: flex-end; /* Script by ArtemFlaut */
}</pre>
  <p>Установка полоски над категорией:</p>
  <p>Код:</p>
  <pre>.block--category {
    .block-header {
        border-top: 3px #00b3ff solid;
        padding-top: 10px;
    }
}</pre>

]]></content:encoded></item></channel></rss>