<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.css-framework.ru/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>css-framework</title>
        <description></description>
        <link>http://www.css-framework.ru/wiki/</link>
        <lastBuildDate>Fri, 18 May 2012 19:23:02 -0400</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://www.css-framework.ru/wiki/lib/images/favicon.ico</url>
            <title>css-framework</title>
            <link>http://www.css-framework.ru/wiki/</link>
        </image>
        <item>
            <title>CSS-хаки и фильтры</title>
            <link>http://www.css-framework.ru/wiki/documentation/css-hack?rev=1203688469&amp;do=diff</link>
            <description>Подключение CSS-файлов для IE

 Для фильтрации CSS-стилей по версия IE используются так называемые Conditional Comments.


&lt;!--[if lte IE 6]&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;css/cssf-ie6.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;&lt;![endif]--&gt;
&lt;!--[if IE 7]&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;css/cssf-ie7.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;&lt;![endif]--&gt;</description>
            <author>Aleksej Romanovskij</author>
            <category>documentation</category>
            <pubDate>Fri, 22 Feb 2008 08:54:29 -0400</pubDate>
        </item>
        <item>
            <title>CSS-Framework — руководство пользователя</title>
            <link>http://www.css-framework.ru/wiki/start?rev=1203197034&amp;do=diff</link>
            <description>*  Вспомогательные классы
	*  Меню
		*  Горизонтальные меню
		*  Вертикальные меню

	*  Элементы контента
		*  Выравнивание текста и плавающие элементы
		*  Таблицы
		*  Колонки с текстом
		*  Картинки
		*  Формы, поля ввода...</description>
            <author>Aleksej Romanovskij</author>
            <pubDate>Sat, 16 Feb 2008 16:23:54 -0400</pubDate>
        </item>
        <item>
            <title>CSS-Framework — руководство пользователя</title>
            <link>http://www.css-framework.ru/wiki/sidebar?rev=1203196759&amp;do=diff</link>
            <description>*  Вспомогательные классы
	*  Меню
		*  Горизонтальные меню
		*  Вертикальные меню

	*  Элементы контента
		*  Выравнивание текста и плавающие элементы
		*  Таблицы
		*  Колонки с текстом
		*  Картинки
		*  Формы, поля ввода...</description>
            <author>Aleksej Romanovskij</author>
            <pubDate>Sat, 16 Feb 2008 16:19:19 -0400</pubDate>
        </item>
        <item>
            <title>Вспомогательные классы</title>
            <link>http://www.css-framework.ru/wiki/documentation/utilites?rev=1203190388&amp;do=diff</link>
            <description>«Ластик»

* { margin: 0; padding: 0; }

Данное правило обнуляет все отступы у всех элементов, которым по умолчанию назначены ненулевые значения. Например спискам, параграфам, заголовкам, заданы различные отступы во всех браузерах. Оно даёт гарантию того, что вы будете иметь полный конт…</description>
            <author>Aleksej Romanovskij</author>
            <category>documentation</category>
            <pubDate>Sat, 16 Feb 2008 14:33:08 -0400</pubDate>
        </item>
        <item>
            <title>Вертикальное меню</title>
            <link>http://www.css-framework.ru/wiki/documentation/vertical-menu?rev=1203173487&amp;do=diff</link>
            <description>Вертикальное меню

 Класс .menu-v — создаёт простое вертикальное меню.


/* Vertical Menu
------------------------------ */

.menu-v { border-top: 1px solid #ccc; }
.menu-v li { padding: 2px 0; list-style: none; border-bottom: 1px solid #ccc; }
.menu-v li ul { padding-left: 1em; margin-top: 2px; }
.menu-v li li { border: none; border-top: 1px solid #ccc; }</description>
            <author>Aleksej Romanovskij</author>
            <category>documentation</category>
            <pubDate>Sat, 16 Feb 2008 09:51:27 -0400</pubDate>
        </item>
        <item>
            <title>Формы</title>
            <link>http://www.css-framework.ru/wiki/documentation/forms?rev=1203171738&amp;do=diff</link>
            <description>Формы

 Для форм написано минимум стилей:


/* Content Form
------------------------------ */

.content form {  }
.content fieldset { margin-bottom: 1em; border: none; }
.content legend { margin-top: -1px; padding-bottom: 1em; font-size: 1.1em; font-weight: bold; }

.content .f-row { overflow: hidden; margin-bottom: .5em; }
.content label { float: left; text-align: right; width: 25.99%; padding: 0 2%; }
.content .f-inputs { padding-left: 30%; }

.f-actions { padd…</description>
            <author>Aleksej Romanovskij</author>
            <category>documentation</category>
            <pubDate>Sat, 16 Feb 2008 09:22:18 -0400</pubDate>
        </item>
        <item>
            <title>Таблицы</title>
            <link>http://www.css-framework.ru/wiki/documentation/tables?rev=1203171612&amp;do=diff</link>
            <description>Включенный в фреймворк код, стилизует таблицы:


/*	Tables
------------------------------ */

table { border-collapse: collapse; width: 100%; }
table th, table td { border: 1px solid #ccc; padding: 2px 3px; vertical-align: top; }
table th { background: #f4f4f4; }
table td {  }</description>
            <author>Aleksej Romanovskij</author>
            <category>documentation</category>
            <pubDate>Sat, 16 Feb 2008 09:20:12 -0400</pubDate>
        </item>
        <item>
            <title>Элементы контента</title>
            <link>http://www.css-framework.ru/wiki/documentation/content?rev=1203171572&amp;do=diff</link>
            <description>Данные правила действуют внутри блоков с классом content. К примеру:


&lt;div id=&quot;content&quot; class=&quot;content&quot;&gt;
	Заголовки, параграфы, списки и всё остальное выводятся здесь :)
&lt;/div&gt;
&lt;div id=&quot;new-custom-block&quot; class=&quot;content&quot;&gt;
	Ещё один дополнительный контентный блок...
&lt;/div&gt;</description>
            <author>Aleksej Romanovskij</author>
            <category>documentation</category>
            <pubDate>Sat, 16 Feb 2008 09:19:32 -0400</pubDate>
        </item>
        <item>
            <title>Колонки</title>
            <link>http://www.css-framework.ru/wiki/documentation/columns?rev=1203171520&amp;do=diff</link>
            <description>Колонки с текстом, картинками... 2 колонки, 3 колонки, 10 колонок, это всё реально.


/*	Columns
------------------------------ */

.columns { width: 100%; overflow: hidden; }
.w-5, .w-10, .w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-45, .w-50, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-90, .w-95, .w-100, .w-33, .w-66, .w-38, .w-62 { float: left; overflow: hidden; }

.col-content { padding: 0 6px; }
.col-first { padding-left: 0!…</description>
            <author>Aleksej Romanovskij</author>
            <category>documentation</category>
            <pubDate>Sat, 16 Feb 2008 09:18:40 -0400</pubDate>
        </item>
    </channel>
</rss>

