<?xml version="1.0" encoding="windows-1251"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://mm5.rusff.me/export.php?type=rss" rel="self" type="application/rss+xml" />
		<title>STYLE DEMO</title>
		<link>http://mm5.rusff.me/</link>
		<description>STYLE DEMO</description>
		<language>ru-ru</language>
		<lastBuildDate>Thu, 30 Jul 2020 20:17:15 +0300</lastBuildDate>
		<generator>MyBB/mybb.ru</generator>
		<item>
			<title>123</title>
			<link>http://mm5.rusff.me/viewtopic.php?pid=21#p21</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;

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 250ms;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 800px;
  height: 578px;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  overflow: hidden;
}



/* Собственно сам слайдер */
.diary_slider {
    width: 100%;
    position: relative;
    margin: auto;
    height: auto;
    margin-bottom: 15px;
    background: transparent url(https://i.imgur.com/5Sddjvx.png) left center no-repeat;
}
/* Картинка масштабируется по отношению к родительскому элементу */
.diary_slider .item img {
    object-fit: cover;
    width: 100%;
    height: auto;
    width: 680px;
    border: none !important;
    box-shadow: none !important;
}
/* Кнопки вперед и назад */
.diary_slider .prev, .diary_slider .next {
    cursor: pointer;
    position: absolute;
    width: auto;
    transition: 0.6s ease;
    opacity: 0.9;
    font-size: 11px;
}
.diary_slider .prev {
    top: 35px;
    left: 78px;
}
.diary_slider .next {
    top: 35px;
    right: 509px;
}
/* Наведение на кнопки */
.diary_slider .prev:hover,
.diary_slider .next:hover {
    opacity: 1;
}
/* Кружочки */
.slider-dots {
    text-align: center;
    display: none; /* скрываем кружочки к ебеням */
}
.slider-dots_item{
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.activ,
.slider-dots_item:hover {
    background-color: #aaa;
}
/* Анимация слайдов */
.diary_slider .item {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 0s;
    animation-name: fade;
    animation-duration: 0s;
}
@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}
@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}
&amp;lt;/style&amp;gt;


&amp;lt;div class=&amp;quot;box&amp;quot;&amp;gt;
	&amp;lt;a class=&amp;quot;button&amp;quot; href=&amp;quot;#popup1&amp;quot;&amp;gt;Let me Pop up&amp;lt;/a&amp;gt;
&amp;lt;/div&amp;gt;

&amp;lt;div id=&amp;quot;popup1&amp;quot; class=&amp;quot;overlay&amp;quot;&amp;gt;
	&amp;lt;div class=&amp;quot;popup&amp;quot;&amp;gt;
    &amp;lt;h2&amp;gt;Here i am&amp;lt;/h2&amp;gt;
    &amp;lt;a class=&amp;quot;close&amp;quot; href=&amp;quot;#&amp;quot;&amp;gt;&amp;amp;times;&amp;lt;/a&amp;gt;
    &amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;

&amp;lt;div class=&amp;quot;diary_slider&amp;quot;&amp;gt;
    &amp;lt;div class=&amp;quot;item&amp;quot;&amp;gt;
        &amp;lt;img class=&amp;quot;postimg&amp;quot; src=&amp;quot;https://i.imgur.com/PQqMNfI.png&amp;quot;&amp;gt;
    &amp;lt;/div&amp;gt;
    &amp;lt;div class=&amp;quot;item&amp;quot;&amp;gt;
        &amp;lt;img class=&amp;quot;postimg&amp;quot; src=&amp;quot;https://i.imgur.com/JiZM68s.png&amp;quot;&amp;gt;
    &amp;lt;/div&amp;gt;

    &amp;lt;a class=&amp;quot;prev&amp;quot; onclick=&amp;quot;minusSlide()&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;https://i.imgur.com/HGDVNP9.png&amp;quot; title=&amp;quot;Предыдущая страница&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;
    &amp;lt;a class=&amp;quot;next&amp;quot; onclick=&amp;quot;plusSlide()&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;https://i.imgur.com/55UE5Kk.png&amp;quot; title=&amp;quot;Следующая страница&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;
&amp;lt;/div&amp;gt;

&amp;lt;div class=&amp;quot;slider-dots&amp;quot;&amp;gt;
    &amp;lt;span class=&amp;quot;slider-dots_item&amp;quot; onclick=&amp;quot;currentSlide(1)&amp;quot;&amp;gt;&amp;lt;/span&amp;gt; 
    &amp;lt;span class=&amp;quot;slider-dots_item&amp;quot; onclick=&amp;quot;currentSlide(2)&amp;quot;&amp;gt;&amp;lt;/span&amp;gt; 
    &amp;lt;span class=&amp;quot;slider-dots_item&amp;quot; onclick=&amp;quot;currentSlide(3)&amp;quot;&amp;gt;&amp;lt;/span&amp;gt; 
&amp;lt;/div&amp;gt;

    &amp;lt;/div&amp;gt;
	&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;




&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
/* Индекс слайда по умолчанию */
var slideIndex = 1;
showSlides(slideIndex);

/* Функция увеличивает индекс на 1, показывает следующий слайд*/
function plusSlide() {
    showSlides(slideIndex += 1);
}

/* Функция уменьшает индекс на 1, показывает предыдущий слайд*/
function minusSlide() {
    showSlides(slideIndex -= 1);  
}

/* Устанавливает текущий слайд */
function currentSlide(n) {
    showSlides(slideIndex = n);
}

/* Основная функция слайдера */
function showSlides(n) {
    var i;
    var slides = document.getElementsByClassName(&amp;quot;item&amp;quot;);
    var dots = document.getElementsByClassName(&amp;quot;slider-dots_item&amp;quot;);
    if (n &amp;gt; slides.length) {
      slideIndex = 1
    }
    if (n &amp;lt; 1) {
        slideIndex = slides.length
    }
    for (i = 0; i &amp;lt; slides.length; i++) {
        slides[i].style.display = &amp;quot;none&amp;quot;;
    }
    for (i = 0; i &amp;lt; dots.length; i++) {
        dots[i].className = dots[i].className.replace(&amp;quot; activ&amp;quot;, &amp;quot;&amp;quot;);
    }
    slides[slideIndex - 1].style.display = &amp;quot;block&amp;quot;;
    dots[slideIndex - 1].className += &amp;quot; activ&amp;quot;;
}
&amp;lt;/script&amp;gt;

    &amp;lt;!-- Развертывание картинок --&amp;gt;
    &amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
     function postimgOnhover (img) {if (img.offsetWidth != 0  &amp;amp;&amp;amp; img.naturalWidth &amp;gt; img.offsetWidth) {
      img.style.cursor = &#039;zoom-in&#039;; img.onclick = function () {
       var imgHeight = img.naturalHeight, winHeight = window.innerHeight; var topShift = (winHeight&amp;gt;imgHeight ? (winHeight-imgHeight)/2 : 0);
       $(&#039;body&#039;).append(&#039;&amp;lt;div class=&amp;quot;lightbox&amp;quot; style=&amp;quot;position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); overflow: auto; text-align: center; z-index: 1000;&amp;quot;&amp;gt;&#039; + &#039;&amp;lt;img class=&amp;quot;lightimg&amp;quot; src=&amp;quot;&#039; + img.src + &#039;&amp;quot; onclick=&amp;quot;this.parentNode.remove()&amp;quot; style=&amp;quot;position: relative; top: &#039; + topShift + &#039;px; cursor: zoom-out;&amp;quot;&amp;gt;&#039; + &#039;&amp;lt;/div&amp;gt;&#039;);}}}
      var postimges = document.getElementsByClassName(&#039;postimg&#039;);
      for (var i=0; i&amp;lt;postimges.length; i++) {postimges[i].onmouseover = function () {postimgOnhover (this)};}
    &amp;lt;/script&amp;gt;&amp;lt;!-- Развертывание картинок (END) --&amp;gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (Max T. Murderer)</author>
			<pubDate>Thu, 30 Jul 2020 20:17:15 +0300</pubDate>
			<guid>http://mm5.rusff.me/viewtopic.php?pid=21#p21</guid>
		</item>
		<item>
			<title>Тестовое сообщение</title>
			<link>http://mm5.rusff.me/viewtopic.php?pid=16#p16</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;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;!--HTML--&amp;gt;&amp;lt;b&amp;gt;strong&amp;lt;/b&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;p&gt;rfgdfgdfgdfg&lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (Max T. Murderer)</author>
			<pubDate>Tue, 05 May 2020 16:27:59 +0300</pubDate>
			<guid>http://mm5.rusff.me/viewtopic.php?pid=16#p16</guid>
		</item>
		<item>
			<title>Четвёртая</title>
			<link>http://mm5.rusff.me/viewtopic.php?pid=6#p6</link>
			<description>&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Max T. Murderer)</author>
			<pubDate>Fri, 17 Apr 2020 13:04:47 +0300</pubDate>
			<guid>http://mm5.rusff.me/viewtopic.php?pid=6#p6</guid>
		</item>
		<item>
			<title>Закрытая</title>
			<link>http://mm5.rusff.me/viewtopic.php?pid=4#p4</link>
			<description>&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Max T. Murderer)</author>
			<pubDate>Fri, 17 Apr 2020 12:56:44 +0300</pubDate>
			<guid>http://mm5.rusff.me/viewtopic.php?pid=4#p4</guid>
		</item>
		<item>
			<title>Важная</title>
			<link>http://mm5.rusff.me/viewtopic.php?pid=3#p3</link>
			<description>&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Max T. Murderer)</author>
			<pubDate>Fri, 17 Apr 2020 12:56:39 +0300</pubDate>
			<guid>http://mm5.rusff.me/viewtopic.php?pid=3#p3</guid>
		</item>
	</channel>
</rss>
