<?xml version="1.0" encoding="windows-1251"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://disshi13.rusff.me/export.php?type=rss" rel="self" type="application/rss+xml" />
		<title>test forest</title>
		<link>http://disshi13.rusff.me/</link>
		<description>test forest</description>
		<language>ru-ru</language>
		<lastBuildDate>Thu, 23 Oct 2025 20:16:45 +0300</lastBuildDate>
		<generator>MyBB/mybb.ru</generator>
		<item>
			<title>цитирование</title>
			<link>http://disshi13.rusff.me/viewtopic.php?pid=41#p41</link>
			<description>&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 4.5em&quot;&gt;&lt;pre&gt;&amp;lt;div id=&amp;quot;lz&amp;quot;&amp;gt; &amp;lt;div id=&amp;quot;name&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;https://deathinc.rusff.me/viewtopic.php?id=17#p70&amp;quot;&amp;gt;Элизабет Брандт, &amp;lt;b&amp;gt;220&amp;lt;/b&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div id=&amp;quot;info&amp;quot;&amp;gt;Я не выяснила, что страшней: умирать или убивать&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (shilya)</author>
			<pubDate>Thu, 23 Oct 2025 20:16:45 +0300</pubDate>
			<guid>http://disshi13.rusff.me/viewtopic.php?pid=41#p41</guid>
		</item>
		<item>
			<title>imp</title>
			<link>http://disshi13.rusff.me/viewtopic.php?pid=37#p37</link>
			<description>&lt;p&gt;торотпс&lt;/p&gt;</description>
			<author>mybb@mybb.ru (shilya)</author>
			<pubDate>Mon, 09 Sep 2024 15:34:00 +0300</pubDate>
			<guid>http://disshi13.rusff.me/viewtopic.php?pid=37#p37</guid>
		</item>
		<item>
			<title>пмиеапмич</title>
			<link>http://disshi13.rusff.me/viewtopic.php?pid=31#p31</link>
			<description>&lt;div class=&quot;quote-box spoiler-box&quot;&gt;&lt;div onclick=&quot;$(this).toggleClass(&#039;visible&#039;); $(this).next().toggleClass(&#039;visible&#039;);&quot;&gt;Смена стиля 1.0 © max, the murderer!&lt;/div&gt;&lt;blockquote&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 35em&quot;&gt;&lt;pre&gt;&amp;lt;!------------------------ Смена стиля 1.0 © max, the murderer! ------------------------&amp;gt;
&amp;lt;ul id=&amp;quot;theme_switcher&amp;quot;&amp;gt;&amp;lt;/ul&amp;gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
// Задаём темы
var array = [
    { class: &#039;crow&#039;,
      title: &#039;Светлая тема&#039; },
      
    { class: &#039;butterfly&#039;,
      title: &#039;Средняя тема&#039; }
];

// Задаём радио
var switchers = &#039;&#039;;
$.each(array, function(index, value) {
    switchers += &#039;&amp;lt;li title=&amp;quot;&#039;+value.title+&#039;&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;radio&amp;quot;&amp;gt;&amp;lt;input type=&amp;quot;radio&amp;quot; name=&amp;quot;switcher&amp;quot; id=&amp;quot;&#039;+value.class+&#039;&amp;quot; value=&amp;quot;&#039;+value.class+&#039;&amp;quot;&amp;gt;&amp;lt;label for=&amp;quot;&#039;+value.class+&#039;&amp;quot;&amp;gt;&#039;+value.title+&#039;&amp;lt;/label&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&#039;;
});
$(&#039;#theme_switcher&#039;).append(switchers);

// Отслеживаем нажатие на радио
$(&#039;#theme_switcher input&#039;).on(&#039;click&#039;, function () {
    // Получаем значение нажатого радио
    var selectedTheme = $(this).val();
    // Очищаем html от предыдущих тем и устанавливаем новую в моменте
    $(&#039;html&#039;).removeClass().addClass(selectedTheme);
    // Запоминаем
    localStorage.setItem(&#039;selectedTheme&#039;, selectedTheme);
});
// Проверяем выбирались ли ранее темы
if (localStorage.getItem(&#039;selectedTheme&#039;) !== null) {
    // Получаем выбранную тему
    var currentTheme = localStorage.getItem(&#039;selectedTheme&#039;);
    // Устанавливаем выбранную тему
    $(&#039;html&#039;).addClass(currentTheme);
    // Включаем радио выбранной темы
    $(&#039;#theme_switcher input[value=&amp;quot;&#039; + currentTheme + &#039;&amp;quot;&#039;).prop(&#039;checked&#039;, true);
} 
// Если не выбирались
else {
    // Добавляем дефолтную тему
    $(&#039;html&#039;).addClass(&#039;butterfly&#039;);
    // Включаем радио дефолтной темы
    $(&#039;#theme_switcher input[value=&amp;quot;butterfly&amp;quot;]&#039;).prop(&#039;checked&#039;, true);
};
&amp;lt;/script&amp;gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (shilya)</author>
			<pubDate>Tue, 06 Aug 2024 13:45:08 +0300</pubDate>
			<guid>http://disshi13.rusff.me/viewtopic.php?pid=31#p31</guid>
		</item>
		<item>
			<title>тестирование кнопок ответа</title>
			<link>http://disshi13.rusff.me/viewtopic.php?pid=29#p29</link>
			<description>&lt;p&gt;Test&lt;/p&gt;</description>
			<author>mybb@mybb.ru (FeatherTail~)</author>
			<pubDate>Mon, 05 Aug 2024 16:23:05 +0300</pubDate>
			<guid>http://disshi13.rusff.me/viewtopic.php?pid=29#p29</guid>
		</item>
		<item>
			<title>Test</title>
			<link>http://disshi13.rusff.me/viewtopic.php?pid=17#p17</link>
			<description>&lt;p&gt;Test&lt;/p&gt;</description>
			<author>mybb@mybb.ru (FeatherTail~)</author>
			<pubDate>Mon, 11 Mar 2024 12:15:09 +0300</pubDate>
			<guid>http://disshi13.rusff.me/viewtopic.php?pid=17#p17</guid>
		</item>
		<item>
			<title>диз лес</title>
			<link>http://disshi13.rusff.me/viewtopic.php?pid=13#p13</link>
			<description>&lt;div class=&quot;quote-box spoiler-box&quot;&gt;&lt;div onclick=&quot;$(this).toggleClass(&#039;visible&#039;); $(this).next().toggleClass(&#039;visible&#039;);&quot;&gt;кнопки вверх - вниз&lt;/div&gt;&lt;blockquote&gt;&lt;div class=&quot;quote-box spoiler-box&quot;&gt;&lt;div onclick=&quot;$(this).toggleClass(&#039;visible&#039;); $(this).next().toggleClass(&#039;visible&#039;);&quot;&gt;хтмл низ&lt;/div&gt;&lt;blockquote&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 35em&quot;&gt;&lt;pre&gt;&amp;lt;!-- Стрелки вверх-вниз --&amp;gt;
&amp;lt;!--кнопки вверх вниз--&amp;gt;
&amp;lt;div class=&amp;quot;go-up&amp;quot; id=&#039;ToTop&#039;&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;div class=&amp;quot;go-down&amp;quot; id=&#039;OnBottom&#039;&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
$(function(){
if ($(window).scrollTop()&amp;gt;=&amp;quot;250&amp;quot;) $(&amp;quot;#ToTop&amp;quot;).fadeIn(&amp;quot;slow&amp;quot;)
$(window).scroll(function(){
 if ($(window).scrollTop()&amp;lt;=&amp;quot;250&amp;quot;) $(&amp;quot;#ToTop&amp;quot;).fadeOut(&amp;quot;slow&amp;quot;)
 else $(&amp;quot;#ToTop&amp;quot;).fadeIn(&amp;quot;slow&amp;quot;)
  });
 if ($(window).scrollTop()&amp;lt;=$(document).height()-&amp;quot;999&amp;quot;) $(&amp;quot;#OnBottom&amp;quot;).fadeIn(&amp;quot;slow&amp;quot;)
  $(window).scroll(function(){
  if ($(window).scrollTop()&amp;gt;=$(document).height()-&amp;quot;999&amp;quot;) $(&amp;quot;#OnBottom&amp;quot;).fadeOut(&amp;quot;slow&amp;quot;)
     else $(&amp;quot;#OnBottom&amp;quot;).fadeIn(&amp;quot;slow&amp;quot;)
 });
$(&amp;quot;#ToTop&amp;quot;).click(function(){
  $(&amp;quot;html,body&amp;quot;).animate({scrollTop:0},&amp;quot;slow&amp;quot;)
})
$(&amp;quot;#OnBottom&amp;quot;).click(function(){
  $(&amp;quot;html,body&amp;quot;).animate({scrollTop:$(document).height()},&amp;quot;slow&amp;quot;)
})
});
&amp;lt;/script&amp;gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;div class=&quot;quote-box spoiler-box&quot;&gt;&lt;div onclick=&quot;$(this).toggleClass(&#039;visible&#039;); $(this).next().toggleClass(&#039;visible&#039;);&quot;&gt;цвета&lt;/div&gt;&lt;blockquote&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 9em&quot;&gt;&lt;pre&gt;.go-up,.go-down { display:none; position:fixed; right: 15px; z-index:9999; cursor:pointer; opacity:.7; margin-bottom: 25px; width: 20px; height: 20px; border-radius: 18px; outline: 1px solid rgb(186 148 78 / 61%);}
.go-up {bottom: 60%;}
.go-down {bottom: 50%; background: var(--сolor2);}
.go-down:hover,.go-up:hover {opacity:1;}&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (shilya)</author>
			<pubDate>Fri, 08 Mar 2024 17:42:07 +0300</pubDate>
			<guid>http://disshi13.rusff.me/viewtopic.php?pid=13#p13</guid>
		</item>
		<item>
			<title>close</title>
			<link>http://disshi13.rusff.me/viewtopic.php?pid=5#p5</link>
			<description>&lt;p&gt;закрытая тема&lt;/p&gt;</description>
			<author>mybb@mybb.ru (shilya)</author>
			<pubDate>Tue, 20 Jun 2023 21:43:53 +0300</pubDate>
			<guid>http://disshi13.rusff.me/viewtopic.php?pid=5#p5</guid>
		</item>
		<item>
			<title>Тестовое сообщение</title>
			<link>http://disshi13.rusff.me/viewtopic.php?pid=1#p1</link>
			<description>&lt;p&gt;Благодарим за выбор нашего сервиса!&lt;/p&gt;</description>
			<author>mybb@mybb.ru (shilya)</author>
			<pubDate>Tue, 20 Jun 2023 10:52:41 +0300</pubDate>
			<guid>http://disshi13.rusff.me/viewtopic.php?pid=1#p1</guid>
		</item>
	</channel>
</rss>
