<?xml version="1.0" encoding="windows-1251"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://slojna.rusff.me/export.php?type=rss" rel="self" type="application/rss+xml" />
		<title>New Era Or Something</title>
		<link>https://slojna.rusff.me/</link>
		<description>New Era Or Something</description>
		<language>ru-ru</language>
		<lastBuildDate>Tue, 06 Feb 2018 17:38:01 +0300</lastBuildDate>
		<generator>MyBB/mybb.ru</generator>
		<item>
			<title>to do list</title>
			<link>https://slojna.rusff.me/viewtopic.php?pid=46#p46</link>
			<description>&lt;p&gt;теоретически&lt;br /&gt;&lt;span style=&quot;display: block; text-align: center&quot;&gt;&lt;img class=&quot;postimg&quot; loading=&quot;lazy&quot; src=&quot;https://funkyimg.com/i/2C4b1.png&quot; alt=&quot;http://funkyimg.com/i/2C4b1.png&quot; /&gt;&lt;/span&gt;&lt;/p&gt;</description>
			<author>mybb@mybb.ru (юки онна на каникулах)</author>
			<pubDate>Tue, 06 Feb 2018 17:38:01 +0300</pubDate>
			<guid>https://slojna.rusff.me/viewtopic.php?pid=46#p46</guid>
		</item>
		<item>
			<title>Тестовое сообщение</title>
			<link>https://slojna.rusff.me/viewtopic.php?pid=29#p29</link>
			<description>&lt;p&gt;не пригодилось&lt;/p&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;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
$(document).ready(function(){
  var currentPosition = 0;
  var slideWidth = 760;
  var slides = $(&#039;.slide&#039;);
  var numberOfSlides = slides.length;

  // Remove scrollbar in JS
  $(&#039;#slidesContainer&#039;).css(&#039;overflow&#039;, &#039;hidden&#039;);

  // Wrap all .slides with #slideInner div
  slides
    .wrapAll(&#039;&amp;lt;div id=&amp;quot;slideInner&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&#039;)
    // Float left to display horizontally, readjust .slides width
.css({
      &#039;float&#039; : &#039;right&#039;,
      &#039;width&#039; : slideWidth
    });

  // Set #slideInner width equal to total width of all slides
  $(&#039;#slideInner&#039;).css(&#039;width&#039;, slideWidth * numberOfSlides);

  // Insert controls in the DOM
  $(&#039;#slideshow&#039;)
    .prepend(&#039;&amp;lt;span class=&amp;quot;control&amp;quot; id=&amp;quot;leftControl&amp;quot;&amp;gt;Clicking moves left&amp;lt;/span&amp;gt;&#039;)
    .append(&#039;&amp;lt;span class=&amp;quot;control&amp;quot; id=&amp;quot;rightControl&amp;quot;&amp;gt;Clicking moves right&amp;lt;/span&amp;gt;&#039;);

  // Hide left arrow control on first load
  manageControls(currentPosition);

  // Create event listeners for .controls clicks
  $(&#039;.control&#039;)
    .bind(&#039;click&#039;, function(){
    // Determine new position
currentPosition = ($(this).attr(&#039;id&#039;)==&#039;rightControl&#039;) ? currentPosition+1 : currentPosition-1;
   
// Hide / show controls
    manageControls(currentPosition);
    // Move slideInner using margin-left
    $(&#039;#slideInner&#039;).animate({
      &#039;marginLeft&#039; : slideWidth*(-currentPosition)
    });
  });

  // manageControls: Hides and Shows controls depending on currentPosition
  function manageControls(position){
    // Hide left arrow if position is first slide
if(position==0){ $(&#039;#leftControl&#039;).hide() } else{ $(&#039;#leftControl&#039;).show() }
// Hide right arrow if position is last slide
    if(position==numberOfSlides-1){ $(&#039;#rightControl&#039;).hide() } else{ $(&#039;#rightControl&#039;).show() }
  }
});
&amp;lt;/script&amp;gt;


&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
    $(document).ready(function() {
        $(&#039;.Hoverbuttons&#039;).each(function () {
              var $span = $(this).css(&#039;opacity&#039;, 1.0);
              $(this).hover(function () {
                $span.stop().fadeTo(600, 1);
             }, function () {
                $span.stop().fadeTo(600, 0.5);
              });
        });
    });
&amp;lt;/script&amp;gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (юки онна на каникулах)</author>
			<pubDate>Sun, 02 Apr 2017 20:30:26 +0300</pubDate>
			<guid>https://slojna.rusff.me/viewtopic.php?pid=29#p29</guid>
		</item>
	</channel>
</rss>
