<?xml version="1.0" encoding="windows-1251"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://csscodesforyourchat.0pk.me/export.php?type=rss" rel="self" type="application/rss+xml" />
		<title>CSS-Коды для ваших чатов</title>
		<link>https://csscodesforyourchat.0pk.me/</link>
		<description>CSS-Коды для ваших чатов</description>
		<language>ru-ru</language>
		<lastBuildDate>Tue, 23 Jun 2020 20:00:17 +0300</lastBuildDate>
		<generator>MyBB/mybb.ru</generator>
		<item>
			<title>Список пользователей слева</title>
			<link>https://csscodesforyourchat.0pk.me/viewtopic.php?pid=3#p3</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: 19.5em&quot;&gt;&lt;pre&gt;.chatMain .chatPeople {
    left: 0 !important;
}
.chatMain .chatMessages, .chatMain .chatPrivateMessages {
    right: 0 !important;
    left: 170px !important;
}
.chatTabs {
    left: 171px !important;
    right: 0 !important;
}&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (zhu)</author>
			<pubDate>Tue, 23 Jun 2020 20:00:17 +0300</pubDate>
			<guid>https://csscodesforyourchat.0pk.me/viewtopic.php?pid=3#p3</guid>
		</item>
		<item>
			<title>Иконка для шапки чата</title>
			<link>https://csscodesforyourchat.0pk.me/viewtopic.php?pid=2#p2</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: 27em&quot;&gt;&lt;pre&gt;.chatTitle::before {
    position: absolute;
    width:45px;
    height:45px; 
    top:12px;
    left:12px;
    content:&#039;&#039;;
    background: url(&amp;quot;Адрес Картинки&amp;quot;) 0 0 no-repeat;
    background-size:40px;
    transition:all 0.3s ease;
}
.chatHeader:hover .chatTitle::before {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (zhu)</author>
			<pubDate>Tue, 23 Jun 2020 19:55:23 +0300</pubDate>
			<guid>https://csscodesforyourchat.0pk.me/viewtopic.php?pid=2#p2</guid>
		</item>
	</channel>
</rss>
