<?xml version="1.0" encoding="windows-1251"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://byallcoedes.rolfor.me/export.php?type=rss" rel="self" type="application/rss+xml" />
		<title>Codes by all</title>
		<link>https://byallcoedes.rolfor.me/</link>
		<description>Codes by all</description>
		<language>ru-ru</language>
		<lastBuildDate>Fri, 27 Jun 2014 14:00:37 +0400</lastBuildDate>
		<generator>MyBB/mybb.ru</generator>
		<item>
			<title>Тестовое сообщение</title>
			<link>https://byallcoedes.rolfor.me/viewtopic.php?pid=2#p2</link>
			<description>&lt;p&gt;Простой способ создания боковых меню с плагином Sidr&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;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;https://forumstatic.ru/files/0014/4d/32/18194.css&amp;quot;&amp;gt;

    &amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;
        a.basic {
            color: #333333;
            text-decoration: none;
            background-position: 0 -15px;
            -webkit-transition: background-position 0.1s linear;
            -moz-transition: background-position 0.1s linear;
            -o-transition: background-position 0.1s linear;
            transition: background-position 0.1s linear;
            background-color: #e6e6e6;
            display: inline-block;
            padding: 4px 12px;
            margin-bottom: 0;
            font-size: 14px;
            line-height: 20px;
            color: #333333;
            text-align: center;
            text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
            vertical-align: middle;
            cursor: pointer;
            background-color: #f5f5f5;
            background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
            background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
            background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
            background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
            background-repeat: repeat-x;
            border: 1px solid #cccccc;
            border-color: #e6e6e6 #e6e6e6 #bfbfbf;
            border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
            border-bottom-color: #b3b3b3;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=&#039;#ffffffff&#039;, endColorstr=&#039;#ffe6e6e6&#039;, GradientType=0);
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
            -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        }
    &amp;lt;/style&amp;gt;

&amp;lt;div style=&amp;quot;width:600px; margin: 0px auto&amp;quot;&amp;gt;
    &amp;lt;p&amp;gt;&amp;lt;a class=&amp;quot;basic&amp;quot; id=&amp;quot;simple-menu&amp;quot; href=&amp;quot;#sidr&amp;quot;&amp;gt;Открыть меню&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;

    &amp;lt;div id=&amp;quot;sidr&amp;quot;&amp;gt;
        &amp;lt;!-- Your content --&amp;gt;
        &amp;lt;ul&amp;gt;
            &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;List 1&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
            &amp;lt;li class=&amp;quot;active&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;List 2&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
            &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;List 3&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
        &amp;lt;/ul&amp;gt;
    &amp;lt;/div&amp;gt;

    

    &amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
    &amp;lt;script src=&amp;quot;https://forumstatic.ru/files/0014/4d/32/16573.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
    &amp;lt;script&amp;gt;
        $(document).ready(function() {
            $(&#039;#simple-menu&#039;).sidr();
        });
    &amp;lt;/script&amp;gt;

    &amp;lt;script&amp;gt;
        $(document).ready(function() {
            $(&#039;#left-menu&#039;).sidr({
                name: &#039;sidr-left&#039;,
                side: &#039;left&#039; // по умолчанию
            });
            $(&#039;#right-menu&#039;).sidr({
                name: &#039;sidr-right&#039;,
                side: &#039;right&#039;
            });
        });
    &amp;lt;/script&amp;gt;

    &amp;lt;script&amp;gt;
    $(document).ready(function() {
        $(&#039;#existing-content-menu&#039;).sidr({
            name: &#039;sidr-existing-content&#039;,
            source: &#039;#demoheader, #demo-content&#039;
        });
        $(&#039;#remote-content-menu&#039;).sidr({
            name: &#039;sidr-remote-content&#039;,
            source: &#039;content.html&#039;
        });
        $(&#039;#callback-menu&#039;).sidr({
            name: &#039;sidr-callback&#039;,
            source: function(name) {
                return &#039;&amp;lt;h1&amp;gt;Меню &#039; + name + &#039;&amp;lt;/h1&amp;gt;&amp;lt;p&amp;gt;Да! И так тоже работает ;)&amp;lt;/p&amp;gt;&#039;;
            }
        });
    });
&amp;lt;/script&amp;gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;quote-box hide-box term-login&quot;&gt;&lt;cite&gt;Скрытый текст:&lt;/cite&gt;&lt;blockquote&gt;&lt;p&gt;Для просмотра скрытого текста - &lt;a href=&quot;/login.php&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;войдите&lt;/a&gt; или &lt;a rel=&quot;nofollow&quot; href=&quot;/register.php&quot; target=&quot;_blank&quot;&gt;зарегистрируйтесь&lt;/a&gt;.&lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (by all)</author>
			<pubDate>Fri, 27 Jun 2014 14:00:37 +0400</pubDate>
			<guid>https://byallcoedes.rolfor.me/viewtopic.php?pid=2#p2</guid>
		</item>
	</channel>
</rss>
