<?xml version="1.0" encoding="windows-1251"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://tarnei.rusff.me/export.php?type=rss" rel="self" type="application/rss+xml" />
		<title>crosskamni suka</title>
		<link>https://tarnei.rusff.me/</link>
		<description>crosskamni suka</description>
		<language>ru-ru</language>
		<lastBuildDate>Sat, 03 Feb 2018 18:46:09 +0300</lastBuildDate>
		<generator>MyBB/mybb.ru</generator>
		<item>
			<title>Тестовое сообщение</title>
			<link>https://tarnei.rusff.me/viewtopic.php?pid=21#p21</link>
			<description>&lt;p&gt;&amp;lt;img src=&amp;quot;https://forumstatic.ru/files/0017/f6/ef/18333.png&amp;quot; style=&amp;quot;position: absolute;margin-top: -170px;margin-left: 874px;&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;img src=&amp;quot;https://forumstatic.ru/files/0017/f6/ef/43817.png&amp;quot; style=&amp;quot;position: absolute;margin-top: -156px;margin-left: -71px;&amp;quot;&amp;gt;&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Tarnei Shadowsong)</author>
			<pubDate>Sat, 03 Feb 2018 18:46:09 +0300</pubDate>
			<guid>https://tarnei.rusff.me/viewtopic.php?pid=21#p21</guid>
		</item>
		<item>
			<title>либрариум</title>
			<link>https://tarnei.rusff.me/viewtopic.php?pid=17#p17</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;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
    var A=[1,4,5]
    $(&amp;quot;.post .post-author li&amp;quot;).each(function (){
    for(var i=0; i&amp;lt;A.length;i++){if($(this).hasClass(&amp;quot;pa-fld&amp;quot;+A[i])){
    $(this).html($(this).html().replace(/^[^:]*:/,&#039;&#039;));}};});
    &amp;lt;/script&amp;gt;

&amp;lt;div id=&amp;quot;character&amp;quot; class=&amp;quot;reveal-modal xlarge main container&amp;quot;&amp;gt;
    &amp;lt;div class=&#039;modal_wrap&#039;&amp;gt;&amp;lt;/div&amp;gt;
    &amp;lt;a class=&amp;quot;close-reveal-modal&amp;quot;&amp;gt;&amp;#215;&amp;lt;/a&amp;gt;
    &amp;lt;/div&amp;gt;
 &amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
    function showTab(elem){
        $(&amp;quot;.menuss span&amp;quot;).removeClass(&amp;quot;tabactive&amp;quot;);
        $(elem).addClass(&amp;quot;tabactive&amp;quot;);
        $(&amp;quot;div.submenutextss&amp;quot;).hide();
        var activeDiv = $(elem).attr(&amp;quot;alt&amp;quot;);
        $(&amp;quot;div.&amp;quot;+activeDiv).fadeIn();
        return false;
    }
    $(&amp;quot;.modal-link&amp;quot;).click(function() {
            var modId = $(this).attr(&#039;id&#039;);
    $(&#039;.modal_wrap&#039;).html(&#039;&#039;);
    $.get(&#039;https://tarnei.rusff.me/pages/&#039;+modId, function (data){
        $(&#039;.modal_wrap&#039;).html($(data).find(&#039;.character&#039;).html());
    });
    $(&amp;quot;.submenutextss&amp;quot;).hide();
    $(&amp;quot;.submenutextss:first&amp;quot;).show();
    });
    &amp;lt;/script&amp;gt;

&amp;lt;!--кнопки вверх вниз--&amp;gt;
&amp;lt;div class=&amp;quot;go-up&amp;quot; id=&#039;ToTop&#039;&amp;gt;&amp;lt;img src=&amp;quot;https://forumstatic.ru/files/0017/f6/ef/76107.png&amp;quot; border=&amp;quot;0&amp;quot; /&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;img src=&amp;quot;https://forumstatic.ru/files/0017/f6/ef/15383.png&amp;quot; border=&amp;quot;0&amp;quot; /&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;!--кнопки вверх вниз--&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;</description>
			<author>mybb@mybb.ru (Tarnei Shadowsong)</author>
			<pubDate>Fri, 15 Dec 2017 13:56:46 +0300</pubDate>
			<guid>https://tarnei.rusff.me/viewtopic.php?pid=17#p17</guid>
		</item>
		<item>
			<title>коды</title>
			<link>https://tarnei.rusff.me/viewtopic.php?pid=13#p13</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;
var A=[1,2,3,4,5]
$(&amp;quot;.post .post-author li&amp;quot;).each(function (){
for(var i in A){if($(this).hasClass(&amp;quot;pa-fld&amp;quot;+A[i])){
$(this).html($(this).html().replace(/^[^:]*:/,&#039;&#039;));}};});
&amp;lt;/script&amp;gt;

&amp;lt;!--кнопки вверх вниз--&amp;gt;
&amp;lt;div class=&amp;quot;go-up&amp;quot; id=&#039;ToTop&#039;&amp;gt;&amp;lt;img src=&amp;quot;https://forumstatic.ru/files/0017/f6/ef/31103.jpg&amp;quot; border=&amp;quot;0&amp;quot; /&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;img src=&amp;quot;https://forumstatic.ru/files/0017/f6/ef/30257.jpg&amp;quot; border=&amp;quot;0&amp;quot; /&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;!--кнопки вверх вниз--&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;</description>
			<author>mybb@mybb.ru (Tarnei Shadowsong)</author>
			<pubDate>Sun, 22 Oct 2017 17:33:17 +0300</pubDate>
			<guid>https://tarnei.rusff.me/viewtopic.php?pid=13#p13</guid>
		</item>
		<item>
			<title>верстка лизы 1</title>
			<link>https://tarnei.rusff.me/viewtopic.php?pid=7#p7</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;.post-content .spoiler-box &amp;gt; div img {
    max-width: 500px;
}


.stickytext, .closedatafield, .newtext {
    display: none !important;
}

.offctgr {display:block!important;
visibility:visible!important;
}


#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
    width: 5%;
}

#pun-messages .pa-posts {
    display: none !important;
}
#pun-messages .post-author {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
#pun-messages .post-author ul, #pun-messages .pa-title {
    color: #222;
    text-shadow: none !important;
}
#pun-messages .pa-author {
    margin-bottom: -20px;
    margin-top: -10px !important;
    text-shadow: none !important;
}
#pun-messages .pa-author a {
    color: #362342 !important;
    text-shadow: none !important;
}

#pun-announcement .container {
    margin-left: -20px;
}

.pa-posts, .pa-respect {
    display: block;
    width: 50%;
    font-family: marmelad;
}
.pa-posts {
    float: left;
}
.pa-respect {
    float: right;
}

#profilenav h2 {
    text-align: left !important;
}
.post-author ul a:hover {
    color: #555 !important;
}

.post-author ul a:hover {
    color: #000 !important;
}
.post-author {
    background: url(&amp;quot;http://imgdepo.com/id/i10006289&amp;quot;) no-repeat scroll center top, url(&amp;quot;http://imgdepo.com/id/i10006290&amp;quot;) no-repeat scroll center bottom, rgba(0, 0, 0, 0) url(&amp;quot;http://imgdepo.com/id/i10006291&amp;quot;) repeat-y scroll center center !important;
    margin-left: 2px !important;
    margin-top: -30px !important;
    min-height: 180px !important;
    padding-bottom: 0px !important;
    width: 215px !important;
}
.post-box {
    margin-left: 10px !important;
    margin-top: 10px !important;
    padding-right: 15px !important;
}
.pa-author img {
    display: none;
}
.pa-author a {
    color: #282828 !important;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.2);
}
.pa-author {
    font-family: play;
    font-size: 13px !important;
    font-weight: bold !important;
    letter-spacing: 0;
    padding-bottom: 4px !important;
    padding-top: 18px !important;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1) !important;
    text-transform: uppercase;
}
.post-author ul a {
    color: #684818;
}
.post-author ul {
    color: #222;
    font-size: 10px;
    line-height: 11px !important;
    margin-left: 1px;
    padding: 10px !important;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
    width: 192px;
}
.pa-avatar {
    margin-left: -2px !important;
}
.pa-title {
    color: #222;
    font-family: play;
    font-size: 10px;
    font-weight: normal !important;
    margin-top: 0px !important;
    padding-bottom: 5px !important;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .1);
}
.punbb th {
    font-size: 0 !important;
}
li#navawards, .lastedit {
    display: none !important;
}
.pa-gifts {
    display: none;
}



body {
    background: rgba(0, 0, 0, 0) url(&amp;quot;http://funkyimg.com/i/2kzHj.jpg&amp;quot;) repeat-x scroll left top;
}
HTML {
    background: url(&amp;quot;http://funkyimg.com/i/2kzHk.jpg&amp;quot;) repeat-y scroll center top, #111113 url(&amp;quot;http://funkyimg.com/i/2kzHk.jpg&amp;quot;) repeat scroll center top;
}

#pun-title table {
    background: rgba(0, 0, 0, 0) url(&amp;quot;http://imgdepo.com/id/i10003029&amp;quot;) no-repeat scroll center top;
    border: medium none;
    height: 336px;
    margin-left: -12px;
    margin-top: 0;
    width: 906px;
}

/* Кнопки навигации */
#pun-navlinks a {
    color: #5f4455;
    font-family: &#039;exo 2&#039; !important;
    font-size: 12px !important;
    margin-left: 10px;
    text-align: center;
    transition: all 0.3s ease-in-out 0.1s;
    text-transform: uppercase;
    padding: 3px 10px 3px 10px !important;
}
#pun-navlinks a:hover {
    transition: all 0.3s ease-in-out 0.1s;
    color: #103838;
    text-shadow: none;
    box-shadow: 0 2px 0 0 #103838, 0 -2px 0 0 #5f4455;
}
#pun-navlinks .container {
    font-size: 12px !important;
    font-style: normal;
    font-weight: bold !important;
    margin-left: -20px !important;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 290px;
    width: 900px !important;
    word-spacing: 0 !important;
}
div#pun-ulinks {
    font-family: Playfair Display SC !important;
    font-style: normal;
    font-weight: normal;
    height: 5px;
    letter-spacing: 1px;
    margin-left: 5px;
    padding: 0 !important;
    position: absolute;
    text-align: center !important;
    text-transform: lowercase;
    top: 325px;
    width: 880px;
    word-spacing: 10px;
}
#pun-ulinks .item5 {
    display: none;
}
#pun-ulinks a {
    color: #153f3d;
    font-size: 9px !important;
    font-weight: normal !important;
    margin-left: 5px;
    transition: all 0.5s linear 0s;
    word-spacing: 4px;
}
#pun-ulinks a:hover {
    color: #333;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, .punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd, .punbb .info-box, .punbb #pun-main .info-box .legend, .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #pun-title, #pun-title .container, .punbb .modmenu .container, .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span, .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl {
    border-color: transparent;
    color: #333;
}
.punbb .post-box {
    color: #0e0e0e;
}
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
    border-color: transparent;
    color: #263537;
    font-style: normal;
    font-weight: normal;
}

.punbb textarea {
    background-clip: padding-box;
    background-color: #757673;
    box-shadow: 0 0 3px #757673, 0 0 10px #757673;
    color: #000;
    padding: 5px !important;
    width: 98% !important;
    border: none;
    border-radius: 5px;
}

.punbb #pun-main .quote-box, .punbb #pun-main .code-box {
    background-clip: padding-box;
    background-color: #757673;
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 0 3px #757673, 0 0 10px #757673;
    color: #000;
    width: 94% !important;
    padding: 7px 5px 0 10px;
}
.punbb select {
    background-color: #757673;
    color: #222;
}

#pun-navlinks .container {
    border-color: transparent;
    color: #152115;
}
.offline li.pa-online strong {
    font-weight: normal;
}

.punbb .container, .punbb .post-body, .post h3, #pun-title, .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post, #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2, .punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body, .punbb .post h3 span, .post-links ul, .post-links, .usertable table, #pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span, #pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend, .punbb .divider, .punbb .quote-box, .punbb .code-box, .punbb th, .punbb .formal fieldset .post-box, .punbb .info-box, li.pa-online, .punbb .post-sig dt {
    border-color: transparent;
}
.punbb a, .punbb a:link, .punbb a:visited, .punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited, .punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
    border-bottom: 0 none #000;
    color: #133b3b;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.punbb a:hover, .punbb a:focus, .punbb a:active, .punbb-admin #pun-admain .nodefault, .punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
    border-bottom: 0 none #000;
    color: #333;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}
#pun-pagelinks a:active, #pun-pagelinks a:focus {
    background-color: #211a13;
    color: #fff;
}
.punbb .section h2, #pun-main h1, #pun-stats h2, #pun-main h2, #pun-debug h2 {
    background: rgba(0, 0, 0, 0) url(&amp;quot;http://imgdepo.com/id/i10004184&amp;quot;) repeat scroll 0 0;
    color: #562424 !important;
    font-family: roboto slab !important;
    font-size: 0 !important;
    font-style: normal;
    font-weight: 400;
    height: 26px;
    margin-left: 3px;
    padding: 0 !important;
    text-align: center;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    width: 874px;
}
#pun-main div.catleft, #pun-main div.catright {
    display: none;
}

#pun-index table Div.icon {
    background-image: url(&amp;quot;http://imgdepo.com/id/i10003096&amp;quot;);
    background-repeat: no-repeat;
    border-style: none;
    display: block;
    float: right !important;
    height: 30px;
    margin-left: 20px;
    margin-right: 12px !important;
    margin-top: 4px;
    padding-left: 5px;
    position: absolute;
    width: 40px;
    z-index: 2;
}
#pun-index TR.inew Div.icon {
    background-image: url(&amp;quot;http://imgdepo.com/id/i10003095&amp;quot;);
    background-repeat: no-repeat;
    height: 30px;
    width: 40px;
    margin-top: 2px;
}


#pun-viewforum table Div.icon, #pun-messages table Div.icon {
    background-image: url(&amp;quot;http://imgdepo.com/id/i10003096&amp;quot;);
    background-repeat: no-repeat;
    border-style: none;
    display: block;
    float: right !important;
    height: 30px;
    margin-left: 20px;
    margin-right: 0px !important;
    margin-top: -7px;
    padding-left: 5px;
    position: relative;
    width: 40px;
}

#pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon {
    background-image: url(&amp;quot;http://imgdepo.com/id/i10003095&amp;quot;);
    background-repeat: no-repeat;
    height: 30px;
    width: 40px;
}
#pun-viewforum TR.isticky Div.icon, #pun-messages TR.isticky Div.icon {
    background-image: url(&amp;quot;http://imgdepo.com/id/i10003093&amp;quot;);
    background-repeat: no-repeat;
    height: 30px;
    width: 40px;
}
#pun-viewforum TR.iclosed Div.icon. #pun-messages TR.iclosed Div.icon {
    background-image: url(&amp;quot;http://imgdepo.com/id/i10003094&amp;quot;);
    background-repeat: no-repeat;
    height: 30px;
    width: 40px;
}


#pun-about p.container {
    background: rgba(0, 0, 0, 0) url(&amp;quot;http://imgdepo.com/id/i10003028&amp;quot;) no-repeat scroll center bottom;
    height: 82px;
    margin-bottom: -13px !important;
    margin-left: -26px;
    margin-top: 10px;
    width: 910px;
}
div#pun-about {
    margin-top: -10px;
}
div#html-footer {
    margin: -80px 0 0;
}


#pun-announcement.section h2 span {
    display: none;
}


#pun-stats.section h2 {
    background: rgba(0, 0, 0, 0) url(&amp;quot;http://imgdepo.com/id/i10003077&amp;quot;) no-repeat scroll 0 0;
    font-size: 0 !important;
    height: 28px;
    margin-bottom: -5px;
    margin-left: -1px;
    margin-top: -15px;
    width: 884px;
}

.punbb input {
    border: medium none;
}

.button {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #989898 0%, #989898 100%) repeat scroll 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#989898), to(#989898));
    border-radius: 4px;
    border-top: medium none;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
    color: #133b3b;
    font-family: &#039;exo 2&#039; !important;
    font-size: 12px !important;
    font-weight: bold !important;
    margin-top: 5px !important;
    padding: 4px 10px 5px 10px;
    text-decoration: none;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
    transition: all 0.5s ease-in-out 0s;
    vertical-align: middle;
}
.button:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #757673 0%, #757673 100%) repeat scroll 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#757673), to(#757673));
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
    color: #fff;
    cursor: pointer;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.button:active {
    border-top-color: #757673;
}

#pun-crumbs1 {
    font-family: roboto slab;
    font-size: 13px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    padding-bottom: 0 !important;
    position: relative;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}
#pun-crumbs2 {
    font-family: roboto slab;
    font-size: 13px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    padding-bottom: 0px !important;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}


.post_reputation {
    background: #e4dbcb;
}
#font-area, .popup_graffiti, #size-area, #image-area, #color-area, #addition-area, #video-area {
    background-color: rgba(228, 219, 213, 0.6) !important;
}


#pun-index .tcl h3 {
    font-family: roboto slab;
    font-size: 15px !important;
    font-weight: bold;
    padding-bottom: 12px;
    text-align: center;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    padding-top: 10px;
    background-color: rgba(0,0,0,0.08);
    margin-right: 2px !important;
}
#pun-index .tclcon {
    background-color: rgba(255, 255, 255, 0.11);
    border: 3px double rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.22);
    font-size: 11px;
    margin-left: 0;
    padding: 0px 10px 10px 10px ;
    text-align: justify;
}

#pun {
background-repeat: repeat-y;
background-position : top center;
}



#pun-index .tcr {
width: 30%;
}

/* профиль, выделение аватара, рамка, размер аватаров максимум*/

#pun-main .post-author ul {font-size: 10px; text-align: center;}
.pa-author{font-size: 20px;}


.pa-avatar.item2 &amp;gt; img {
    border: 2px solid #172f30;
}


.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: transparent;
text-align: justify;
  }

#navpr_1 a{
  background:url(&amp;quot;ссылка на картинку&amp;quot;);
}


#pun-index .tcl h3::after {
    background-color: rgba(255, 255, 255, 0.098);
    content: &amp;quot;&amp;quot;;
    display: block;
    height: 33px !important;
    margin-top: -21px !important;
    position: absolute;
    transition: all 0.5s ease-in-out 0.2s;
    width: 502px;
    z-index: 1;
    transform: scale(0);
}
#pun-index .tcl h3:hover::after {
    height: 33px !important;
    transition: all 0.5s ease-in-out 0.2s;
    width: 502px !important;
    transform: scale(1);
}
#pun-index .tcl h3 a {
    position: relative;
    z-index: 2;
}

.go-up, .go-down {
    cursor: pointer;
    display: none;
    height: 32px;
    margin-bottom: 160px;
    opacity: 0.9;
    position: fixed;
    right: 100px;
    width: 57px;
    z-index: 9999;
}
.go-up {
    bottom: 60%;
    right: 80px;
}
.go-down {
    bottom: 47%;
    right: 80px;
}
.go-down:hover, .go-up:hover {
    opacity: 1;
}

#pun-stats ul.container {
    background: transparent url(&amp;quot;http://imgdepo.com/id/i10042662&amp;quot;) no-repeat scroll 10px 10px;
    margin-left: 10px;
    padding-left: 80px;
    text-align: justify;
    font-size: 10px;
}
.bestpost {
    height: 77px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
    width: 219px;
}
.bestpostpic {
    height: 77px;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
    width: 219px;
    z-index: 2;
}
.bestpostn {
    background-color: #9c9c9c;
    font-weight: bold;
    margin-top: -76px !important;
    text-align: center;
    width: 217px;
    font-size: 10px;
    margin-left: 1px !important;
}
.bestpostt {
    font-size: 10px;
    height: 52px;
    line-height: 9px;
    overflow-y: scroll;
    padding: 5px;
    text-align: justify;
    width: 208px;
}
.bestposthov {
    position: absolute;
    z-index: 1;
}
.bestpost:hover .bestpostpic {
    transform: translate(0px, -77px);
    transition: all 0.5s ease-in-out 0s;
}

.news {
    position: absolute;
    top: 200px;
    line-height: 9px;
    font-size: 10px;
    text-align: justify;
    margin-left: 70px !important;
    height: 60px;
    width: 200px;
    padding: 5px;
    overflow-y: auto;
}

.gameinf {
    position: absolute;
    top: 200px;
    width: 200px;
    font-size: 10px;
    text-align: center;
    margin-left: 606px !important;
    height: 69px;
}

.tooltip {
    position: relative;
}
.tooltip em {
    display: none;
}
.tooltip:hover em {
    background: #858585 none repeat scroll 0 0;
    border-radius: 1px;
    bottom: 39px;
    box-shadow: 0 0 5px #858585;
    color: #222;
    display: block;
    font-family: arial !important;
    font-size: 10px !important;
    font-style: normal;
    height: auto;
    line-height: 9px;
    margin-left: -10px;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 140px;
    z-index: 9999;
}
.tooltip:hover em i {
    border-top: 0 none;
    bottom: -5px;
    display: block;
    position: absolute;
    right: 2px;
}
.tooltip:hover em img {
    box-shadow: 0 0 5px rgba(255,255,255,0.5);
    margin-bottom: -5px;
    border-radius: 3px;
}
#ams {
    margin-left: 385px !important;
    position: absolute;
    top: 143px;
}
#ams a {
    opacity: 1;
}
#ams a:hover {
    opacity: 0.5;
}
.wneed {
    height: 60px;
    margin-left: 100px;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
    width: 60px;
}
.wneedpic {
    height: 60px;
    position: relative;
    width: 60px;
    z-index: 2;
}
.wneedn {
    background-color: #8e8e8e;
    font-size: 10px;
    height: 33px;
    margin-left: -49px !important;
    margin-top: -54px !important;
    padding-top: 20px;
    position: absolute;
    text-align: center;
    transform: scaleX(0);
    transform-origin: right center 0;
    transition: all 0.5s ease-in-out 0s;
    width: 80px;
}
.wneed:hover .wneedn {
    transform: scale(1);
    transition: all 0.5s ease-in-out 0s;
}

.bestpl {
    height: 60px;
    margin-left: 100px;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
    width: 60px;
}
.bestplpic {
    height: 60px;
    position: relative;
    width: 60px;
    z-index: 2;
}
.bestpln {
    background-color: #8e8e8e;
    font-size: 10px;
    height: 33px;
    margin-left: 30px !important;
    margin-top: -59px !important;
    padding-top: 20px;
    position: absolute;
    text-align: center;
    transform: scaleX(0);
    transform-origin: left center 0;
    transition: all 0.5s ease-in-out 0s;
    width: 80px;
}
.bestpl:hover .bestpln {
    transform: scale(1);
    transition: all 0.5s ease-in-out 0s;
}

.sslki {
    display: inline-block;
    position: absolute;
    text-align: center;
    width: 230px;
}
.sslki a {
    background-color: #363638;
    border-radius: 2px;
    box-shadow: 0 0 0 0 #1e1c16 inset;
    color: #999 !important;
    display: inline-block;
    font-family: &amp;quot;exo 2&amp;quot; !important;
    font-size: 8px;
    font-weight: lighter !important;
    height: 18px;
    letter-spacing: 2px;
    line-height: 24px !important;
    margin-top: 1px;
    padding-bottom: 4px !important;
    position: relative;
    text-transform: uppercase;
    transform: skewX(20deg);
    transition: all 0.5s ease-in-out 0s;
    width: 110px;
    z-index: 999;
}
.sslki a:hover {
    transform: skewX(0deg);
    transition: all 0.5s ease-in-out 0s;
    text-shadow: none;
    background-color: rgba(54,54,56,0.5);
    color: #fff !important;
}

.Tems_And_messages {
    display: inline-block;
    margin-left: 30px !important;
    width: 110px;
}
.Add {
    background-color: rgba(255, 255, 255, 0.1);
    display: inline-block;
    font-size: 10px;
    margin-top: 5px !important;
    padding: 5px 111px;
}
.Tems_And_messages .right {
}

#pun-index .tc2, #pun-index .tc3 {
    display: none;
}&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (Tarnei Shadowsong)</author>
			<pubDate>Sat, 28 Jan 2017 14:29:30 +0300</pubDate>
			<guid>https://tarnei.rusff.me/viewtopic.php?pid=7#p7</guid>
		</item>
	</channel>
</rss>
