<?xml version="1.0" encoding="windows-1251"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://t1timess.rusff.me/export.php?type=rss" rel="self" type="application/rss+xml" />
		<title>t i m e§ q u a r e test</title>
		<link>https://t1timess.rusff.me/</link>
		<description>t i m e§ q u a r e test</description>
		<language>ru-ru</language>
		<lastBuildDate>Sun, 11 Aug 2024 04:45:28 +0300</lastBuildDate>
		<generator>MyBB/mybb.ru</generator>
		<item>
			<title>ерча</title>
			<link>https://t1timess.rusff.me/viewtopic.php?pid=54#p54</link>
			<description>&lt;p&gt;&lt;span class=&quot;highlight-text&quot;&gt;Материал был удален администрацией сервиса.&lt;/span&gt;&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Владислав)</author>
			<pubDate>Sun, 11 Aug 2024 04:45:28 +0300</pubDate>
			<guid>https://t1timess.rusff.me/viewtopic.php?pid=54#p54</guid>
		</item>
		<item>
			<title>Тестовое сообщение</title>
			<link>https://t1timess.rusff.me/viewtopic.php?pid=37#p37</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: 35em&quot;&gt;&lt;pre&gt;&amp;lt;!--HTML--&amp;gt;
&amp;lt;style&amp;gt;@import url(&#039;https://fonts.googleapis.com/css?family=Cardo|Pathway+Gothic+One&#039;);


 .timeline {
	 display: flex;
	 margin: 0 auto;
	 flex-wrap: wrap;
	 flex-direction: column;
	 max-width: 600px;
	 position: relative;
}
 .timeline__content-title {
	 font-weight: normal;
	 font-size: 66px;
	 margin: -10px 0 0 0;
	 transition: 0.4s;
	 padding: 0 10px;
	 box-sizing: border-box;
	 font-family: &#039;Pathway Gothic One&#039;, sans-serif;
	 color: #fff;
    position: relative;
}
 .timeline__content-desc {
	 margin: 0;
	 font-size: 15px;
	 box-sizing: border-box;
	 color: rgba(255, 255, 255, .7);
	 font-family: Cardo;
	 font-weight: normal;
	 line-height: 25px;
    position: relative;
}
 .timeline:before {
	 position: absolute;
	 left: 50%;
	 width: 2px;
	 height: 100%;
	 margin-left: -1px;
	 content: &amp;quot;&amp;quot;;
	 background: rgba(255, 255, 255, .07);
}

 .timeline-item {
	 padding: 40px 0;
	 opacity: 0.3;
	 filter: blur(2px);
	 transition: 0.5s;
	 box-sizing: border-box;
	 width: calc(50% - 40px);
	 display: flex;
	 position: relative;
	 transform: translateY(-80px);
}
 .timeline-item:before {
	 content: attr(data-text);
	 letter-spacing: 3px;
	 width: 100%;
	 position: absolute;
	 color: rgba(255, 255, 255, .5);
	 font-size: 13px;
	 font-family: &#039;Pathway Gothic One&#039;, sans-serif;
	 border-left: 2px solid rgba(255, 255, 255, .5);
	 top: 70%;
	 margin-top: -5px;
	 padding-left: 15px;
	 opacity: 0;
	 right: calc(-100% - 56px);
}
 .timeline-item:nth-child(even) {
	 align-self: flex-end;
}
 .timeline-item:nth-child(even):before {
	 right: auto;
	 text-align: right;
	 left: calc(-100% - 56px);
	 padding-left: 0;
	 border-left: none;
	 border-right: 2px solid rgba(255, 255, 255, .5);
	 padding-right: 15px;
}
 .timeline-item--active {
	 opacity: 1;
	 transform: translateY(0);
	 filter: blur(0px);
}
 .timeline-item--active:before {
	 top: 50%;
	 transition: 0.3s all 0.2s;
	 opacity: 1;
}
 .timeline-item--active .timeline__content-title {
	 margin: -50px 0 20px 0;
}

 .timeline__img {
	 max-width: 100%;
	 box-shadow: 0 10px 15px rgba(0, 0, 0, .4);
}
 .timeline-container {
	 width: 100%;
	 position: relative;
	 padding: 80px 0;
	 transition: 0.3s ease 0s;
	 background-attachment: fixed;
	 background-size: cover;
}
 .timeline-container:before {
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 background: rgba(99, 99, 99, 0.8);
	 content: &amp;quot;&amp;quot;;
}
 .timeline-header {
	 width: 100%;
	 text-align: center;
	 margin-bottom: 80px;
	 position: relative;
}
 .timeline-header__title {
	 color: #fff;
	 font-size: 46px;
	 font-family: Cardo;
	 font-weight: normal;
	 margin: 0;
}
 .timeline-header__subtitle {
	 color: rgba(255, 255, 255, .5);
	 font-family: &#039;Pathway Gothic One&#039;, sans-serif;
	 font-size: 16px;
	 letter-spacing: 5px;
	 margin: 10px 0 0 0;
	 font-weight: normal;
}

 &amp;lt;/style&amp;gt;
&amp;lt;div class=&amp;quot;timeline-container&amp;quot; id=&amp;quot;timeline-1&amp;quot;&amp;gt;
  &amp;lt;div class=&amp;quot;timeline-header&amp;quot;&amp;gt;
    &amp;lt;p class=&amp;quot;timeline-header__title&amp;quot;&amp;gt;CHRONOLOGY&amp;lt;/p&amp;gt;
    &amp;lt;h3 class=&amp;quot;timeline-header__subtitle&amp;quot;&amp;gt;Beatrice DiMaggio&amp;lt;/h3&amp;gt;
  &amp;lt;/div&amp;gt;
  &amp;lt;div class=&amp;quot;timeline&amp;quot;&amp;gt;
    &amp;lt;a href =&amp;quot;https://tmsqr.ru/viewtopic.php?id=3522#p326141&amp;quot; class=&amp;quot;timeline-item&amp;quot; data-text=&amp;quot;no one fucking gets it&amp;quot;&amp;gt;
      &amp;lt;div class=&amp;quot;timeline__content&amp;quot;&amp;gt;&amp;lt;img class=&amp;quot;timeline__img&amp;quot; src=&amp;quot;https://i.imgur.com/typEUz7.png&amp;quot;/&amp;gt;
        &amp;lt;p class=&amp;quot;timeline__content-title&amp;quot;&amp;gt;2012&amp;lt;/p&amp;gt;
        &amp;lt;p class=&amp;quot;timeline__content-desc&amp;quot;&amp;gt;&amp;lt;i&amp;gt;«...Дэнни у неё первый.&amp;lt;/i&amp;gt;&amp;lt;br&amp;gt;
У Дэнни большой член. И ей больно.&amp;lt;br&amp;gt;
Она всхлипывает, но всхлип этот теряется в завывании ветра за окном и звуках бьющихся о стену ставней. Ей больно, но с каждым толчком боль будто отступает, растворяясь во влажных шлепках плоти друг о друга. Вместо боли просачивается тепло. Безграничное тепло, расползающееся от низа живота, куда-то по ногам и позвоночнику...»&amp;lt;/p&amp;gt;
      &amp;lt;/div&amp;gt;
    &amp;lt;/a&amp;gt;
    &amp;lt;a class=&amp;quot;timeline-item&amp;quot; data-text=&amp;quot;EPISODE&amp;quot;&amp;gt;
      &amp;lt;div class=&amp;quot;timeline__content&amp;quot;&amp;gt;&amp;lt;img class=&amp;quot;timeline__img&amp;quot; src=&amp;quot;https://i.imgur.com/RgVGdPL.png&amp;quot;/&amp;gt;
        &amp;lt;p class=&amp;quot;timeline__content-title&amp;quot;&amp;gt;year&amp;lt;/p&amp;gt;
        &amp;lt;p class=&amp;quot;timeline__content-desc&amp;quot;&amp;gt;description&amp;lt;/p&amp;gt;
      &amp;lt;/div&amp;gt;
    &amp;lt;/a&amp;gt;
    
  &amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;script&amp;gt;(function($) {
  $.fn.timeline = function() {
    var selectors = {
      id: $(this),
      item: $(this).find(&amp;quot;.timeline-item&amp;quot;),
      activeClass: &amp;quot;timeline-item--active&amp;quot;,
      img: &amp;quot;.timeline__img&amp;quot;
    };
    selectors.item.eq(0).addClass(selectors.activeClass);
    selectors.id.css(
      &amp;quot;background-image&amp;quot;,
      &amp;quot;url(&amp;quot; +
        selectors.item
          .first()
          .find(selectors.img)
          .attr(&amp;quot;src&amp;quot;) +
        &amp;quot;)&amp;quot;
    );
    var itemLength = selectors.item.length;
    $(window).scroll(function() {
      var max, min;
      var pos = $(this).scrollTop();
      selectors.item.each(function(i) {
        min = $(this).offset().top;
        max = $(this).height() + $(this).offset().top;
        var that = $(this);
        if (i == itemLength - 2 &amp;amp;&amp;amp; pos &amp;gt; min + $(this).height() / 2) {
          selectors.item.removeClass(selectors.activeClass);
          selectors.id.css(
            &amp;quot;background-image&amp;quot;,
            &amp;quot;url(&amp;quot; +
              selectors.item
                .last()
                .find(selectors.img)
                .attr(&amp;quot;src&amp;quot;) +
              &amp;quot;)&amp;quot;
          );
          selectors.item.last().addClass(selectors.activeClass);
        } else if (pos &amp;lt;= max - 40 &amp;amp;&amp;amp; pos &amp;gt;= min) {
          selectors.id.css(
            &amp;quot;background-image&amp;quot;,
            &amp;quot;url(&amp;quot; +
              $(this)
                .find(selectors.img)
                .attr(&amp;quot;src&amp;quot;) +
              &amp;quot;)&amp;quot;
          );
          selectors.item.removeClass(selectors.activeClass);
          $(this).addClass(selectors.activeClass);
        }
      });
    });
  };
})(jQuery);

$(&amp;quot;#timeline-1&amp;quot;).timeline();&amp;lt;/script&amp;gt;
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (Thomas William Hiddleston)</author>
			<pubDate>Mon, 12 Sep 2022 17:20:54 +0300</pubDate>
			<guid>https://t1timess.rusff.me/viewtopic.php?pid=37#p37</guid>
		</item>
		<item>
			<title>prosto</title>
			<link>https://t1timess.rusff.me/viewtopic.php?pid=36#p36</link>
			<description>&lt;p&gt;kn&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Thomas William Hiddleston)</author>
			<pubDate>Sun, 30 May 2021 14:13:40 +0300</pubDate>
			<guid>https://t1timess.rusff.me/viewtopic.php?pid=36#p36</guid>
		</item>
		<item>
			<title>код подписей к шапке</title>
			<link>https://t1timess.rusff.me/viewtopic.php?pid=15#p15</link>
			<description>&lt;p&gt;.info-tabbl1 {&lt;br /&gt;&amp;#160; &amp;#160; width: 290px;&lt;br /&gt;&amp;#160; &amp;#160; height: 10px;&lt;br /&gt;&amp;#160; &amp;#160; position: absolute;&lt;br /&gt;&amp;#160; &amp;#160; top: 436px;&lt;br /&gt;&amp;#160; &amp;#160; left: -118px;&lt;br /&gt;&amp;#160; &amp;#160; cursor: default;&lt;br /&gt;&amp;#160; &amp;#160; font-family: &#039;Roboto Black&#039;;&lt;br /&gt;&amp;#160; &amp;#160; text-transform: lowercase;&lt;br /&gt;&amp;#160; &amp;#160; text-align: right;&lt;br /&gt;&amp;#160; &amp;#160; font-size: 14px;&lt;br /&gt;&amp;#160; &amp;#160; color: #da9daf;&lt;br /&gt;&amp;#160; &amp;#160; transform: rotate(270deg);&lt;br /&gt;}&lt;/p&gt;
						&lt;p&gt;.info-tabbl4 {&lt;br /&gt;&amp;#160; &amp;#160; width: 290px;&lt;br /&gt;&amp;#160; &amp;#160; height: 10px;&lt;br /&gt;&amp;#160; &amp;#160; position: absolute;&lt;br /&gt;&amp;#160; &amp;#160; top: 332px;&lt;br /&gt;&amp;#160; &amp;#160; left: 825px;&lt;br /&gt;&amp;#160; &amp;#160; cursor: default;&lt;br /&gt;&amp;#160; &amp;#160; font-family: Roboto Black;&lt;br /&gt;&amp;#160; &amp;#160; text-transform: lowercase;&lt;br /&gt;&amp;#160; &amp;#160; text-align: right;&lt;br /&gt;&amp;#160; &amp;#160; font-size: 14px;&lt;br /&gt;&amp;#160; &amp;#160; color: #da9daf;&lt;br /&gt;&amp;#160; &amp;#160; transform: rotate(90deg);&lt;br /&gt;}&lt;/p&gt;
						&lt;p&gt;.info-tabbl5 {&lt;br /&gt;&amp;#160; &amp;#160; width: 290px;&lt;br /&gt;&amp;#160; &amp;#160; height: 10px;&lt;br /&gt;&amp;#160; &amp;#160; position: absolute;&lt;br /&gt;&amp;#160; &amp;#160; top: 483px;&lt;br /&gt;&amp;#160; &amp;#160; left: 395px;&lt;br /&gt;&amp;#160; &amp;#160; cursor: default;&lt;br /&gt;&amp;#160; &amp;#160; font-family: Roboto Black;&lt;br /&gt;&amp;#160; &amp;#160; text-transform: lowercase;&lt;br /&gt;&amp;#160; &amp;#160; text-align: right;&lt;br /&gt;&amp;#160; &amp;#160; font-size: 12px;&lt;br /&gt;&amp;#160; &amp;#160; color: #474747;&lt;br /&gt;}&lt;/p&gt;
						&lt;p&gt;.info-tabbl2 {&lt;br /&gt;&amp;#160; &amp;#160; width: 290px;&lt;br /&gt;&amp;#160; &amp;#160; height: 10px;&lt;br /&gt;&amp;#160; &amp;#160; position: absolute;&lt;br /&gt;&amp;#160; &amp;#160; top: 483px;&lt;br /&gt;&amp;#160; &amp;#160; left: 68px;&lt;br /&gt;&amp;#160; &amp;#160; cursor: default;&lt;br /&gt;&amp;#160; &amp;#160; font-family: Roboto Black;&lt;br /&gt;&amp;#160; &amp;#160; text-transform: lowercase;&lt;br /&gt;&amp;#160; &amp;#160; text-align: right;&lt;br /&gt;&amp;#160; &amp;#160; font-size: 12px;&lt;br /&gt;&amp;#160; &amp;#160; color: #474747;&lt;br /&gt;}&lt;/p&gt;
						&lt;p&gt;.info-tabbl3 {&lt;br /&gt;&amp;#160; &amp;#160; width: 90px;&lt;br /&gt;&amp;#160; &amp;#160; height: 10px;&lt;br /&gt;&amp;#160; &amp;#160; position: absolute;&lt;br /&gt;&amp;#160; &amp;#160; top: 265px;&lt;br /&gt;&amp;#160; &amp;#160; left: 860px;&lt;br /&gt;&amp;#160; &amp;#160; cursor: default;&lt;br /&gt;&amp;#160; &amp;#160; font-family: &#039;Roboto Black&#039;;&lt;br /&gt;&amp;#160; &amp;#160; text-transform: lowercase;&lt;br /&gt;&amp;#160; &amp;#160; text-align: right;&lt;br /&gt;&amp;#160; &amp;#160; font-size: 14px;&lt;br /&gt;&amp;#160; &amp;#160; color: #b96d7f;&lt;br /&gt;}&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Thomas William Hiddleston)</author>
			<pubDate>Fri, 28 May 2021 09:29:00 +0300</pubDate>
			<guid>https://t1timess.rusff.me/viewtopic.php?pid=15#p15</guid>
		</item>
		<item>
			<title>новое</title>
			<link>https://t1timess.rusff.me/viewtopic.php?pid=14#p14</link>
			<description>&lt;p&gt;соо&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Thomas William Hiddleston)</author>
			<pubDate>Tue, 18 May 2021 21:12:16 +0300</pubDate>
			<guid>https://t1timess.rusff.me/viewtopic.php?pid=14#p14</guid>
		</item>
		<item>
			<title>важная</title>
			<link>https://t1timess.rusff.me/viewtopic.php?pid=13#p13</link>
			<description>&lt;p&gt;тема&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Thomas William Hiddleston)</author>
			<pubDate>Tue, 18 May 2021 21:11:49 +0300</pubDate>
			<guid>https://t1timess.rusff.me/viewtopic.php?pid=13#p13</guid>
		</item>
		<item>
			<title>555</title>
			<link>https://t1timess.rusff.me/viewtopic.php?pid=12#p12</link>
			<description>&lt;p&gt;555&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Thomas William Hiddleston)</author>
			<pubDate>Tue, 18 May 2021 21:09:44 +0300</pubDate>
			<guid>https://t1timess.rusff.me/viewtopic.php?pid=12#p12</guid>
		</item>
		<item>
			<title>врчапр</title>
			<link>https://t1timess.rusff.me/viewtopic.php?pid=10#p10</link>
			<description>&lt;p&gt;аракаорчыар&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Thomas William Hiddleston)</author>
			<pubDate>Tue, 18 May 2021 13:21:50 +0300</pubDate>
			<guid>https://t1timess.rusff.me/viewtopic.php?pid=10#p10</guid>
		</item>
	</channel>
</rss>
