<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>PAOLOG &#187; html</title>
	<atom:link href="http://scianto.net/archives/tag/html/feed" rel="self" type="application/rss+xml" />
	<link>http://scianto.net</link>
	<description>趣味のウェブデザインと管理人PAONの日記</description>
	<lastBuildDate>Wed, 25 Aug 2010 12:57:48 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://scianto.net/archives/tag/html/feed" />
		<item>
		<title>個人的によく使うID名とclass名</title>
		<link>http://scianto.net/archives/2009/08/25221615.php</link>
		<comments>http://scianto.net/archives/2009/08/25221615.php#comments</comments>
		<pubDate>Tue, 25 Aug 2009 13:16:15 +0000</pubDate>
		<dc:creator>paon</dc:creator>
				<category><![CDATA[web design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://scianto.net/?p=670</guid>
		<description><![CDATA[

IDやclass名の命名規則みたいなものは、いくつかサイトを作っていくとお決まりのパターンができてきます。今日は最近の自分ルールをまとめておくことにします。

全体を囲んだり、ブロックにわけたり・・・

 [...]]]></description>
			<content:encoded><![CDATA[
<p><img class="alignnone size-full wp-image-677" title="20090825_01" src="http://scianto.net/paolog-wp/wp-content/uploads/2009/08/20090825_01.png" alt="20090825_01" width="500" height="250" /></p>
<p>IDやclass名の命名規則みたいなものは、いくつかサイトを作っていくとお決まりのパターンができてきます。今日は最近の自分ルールをまとめておくことにします。</p>
<p><span id="more-670"></span></p>
<h2 class="level-2">全体を囲んだり、ブロックにわけたり・・・</h2>
<ul>
	<li>#wrap</li>
	<li>#wrap-main</li>
	<li>#wrap-sub</li>
	<li>#wrap-extra</li>
</ul>
<h2 class="level-2">ヘッダー部分で使う</h2>
<ul>
	<li>#header</li>
	<li>#branding
<ul>
	<li>#logo</li>
	<li>#description</li>
</ul>
</li>
</ul>
<h2 class="level-2">ナビゲーション</h2>
<ul>
	<li>#nav</li>
	<li>#navigation</li>
	<li>#global-nav</li>
</ul>
<h2 class="level-2">メインコンテンツ</h2>
<ul>
	<li>#contents</li>
	<li>#content-primary</li>
	<li>#content-secondary</li>
	<li>#content-third</li>
</ul>
<h2 class="level-2">コンテンツ内でブロック分けにつかえそう</h2>
<ul>
	<li>.col</li>
	<li>.column</li>
	<li>.section</li>
	<li>.area</li>
	<li>.widget</li>
	<li>.block</li>
</ul>
<h2 class="level-2">ブログの記事とかの部分</h2>
<ul>
	<li>.entries</li>
	<li>.entry</li>
	<li>.entry-header</li>
	<li>.entry-meta
<ul>
	<li>.entry-category</li>
	<li>.entry-day</li>
	<li>.entry-year</li>
	<li>.entry-date</li>
</ul>
</li>
	<li>.entry-body</li>
	<li>.entry-footer</li>
</ul>
<h2 class="level-2">フッター部分</h2>
<ul>
	<li>#footer</li>
	<li>#footer-inner</li>
	<li>#footer-nav</li>
	<li>.copy</li>
</ul>
<h2 class="level-2">そのほかのレイアウトのため</h2>
<ul>
	<li>.items</li>
	<li>.item-block</li>
	<li>.item-text</li>
	<li>.item-img</li>
	<li>.item-name</li>
	<li>.item-desc</li>
	<li>.item-price</li>
	<li>.photo</li>
	<li>.ads</li>
</ul>
<h2 class="level-2">WP独自のクラス</h2>
<ul>
	<li>.size-thumbnail</li>
	<li>.size-medium</li>
	<li>.size-full</li>
</ul>
<p>とりあえず、最近よく使ってるID、class名を列挙してみました。</p>
]]></content:encoded>
			<wfw:commentRss>http://scianto.net/archives/2009/08/25221615.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://scianto.net/archives/2009/08/25221615.php" />
	</item>
	</channel>
</rss>
