<?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>PmTea &#187; CSS</title>
	<atom:link href="http://pmtea.net/blog/category/tips/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://pmtea.net/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 06 Feb 2010 16:50:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pmtea.net/blog/category/tips/css/feed/" />
		<item>
		<title>CSSコーディング　〜リセット2〜</title>
		<link>http://pmtea.net/blog/2009/10/01/css%e3%82%b3%e3%83%bc%e3%83%87%e3%82%a3%e3%83%b3%e3%82%b0%e3%80%80%e3%80%9c%e3%83%aa%e3%82%bb%e3%83%83%e3%83%882%e3%80%9c/</link>
		<comments>http://pmtea.net/blog/2009/10/01/css%e3%82%b3%e3%83%bc%e3%83%87%e3%82%a3%e3%83%b3%e3%82%b0%e3%80%80%e3%80%9c%e3%83%aa%e3%82%bb%e3%83%83%e3%83%882%e3%80%9c/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 16:29:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://pmtea.net/blog/?p=3</guid>
		<description><![CDATA[前回作ったリセットが、NNやFireFox2 for Macなどで問題があるので、作り直しました。
フォント周りもどうにか詰めたいのですが、まぁ間違ってもいないみたいなので&#8230;
あと、MTベースのclearfi [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">前回作ったリセットが、NNやFireFox2 for Macなどで問題があるので、作り直しました。</p>
<p>フォント周りもどうにか詰めたいのですが、まぁ間違ってもいないみたいなので&#8230;<br />
あと、MTベースのclearfixも修正しました。</p>
<p>/* 基本フォント &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; */</p>
<p>html {<br />
background: #009900;<br />
}</p>
<p>body{<br />
font-family: Arial, Helvetica, Verdana, &#8220;ヒラギノ角ゴPro W3&#8243;, &#8220;Hiragino Kaku Gothic Pro&#8221;, Osaka, &#8220;メイリオ&#8221;, Meiryo, &#8220;ＭＳ Ｐゴシック&#8221;, sans-serif;<br />
background: #FFFFFF;<br />
font-size: 12px;<br />
line-height: 1.5;<br />
}</p>
<p>h1,h2,h3,h4,h5,h6 {<br />
font-size:100%;<br />
font-weight:normal;<br />
}</p>
<p>input,textarea,select {<br />
font-size: 100%;<br />
}</p>
<p>/*\*/<br />
* html body {<br />
font-size: 75%;<br />
}<br />
* html table {<br />
font-size: 100%;<br />
line-height: 1.5;<br />
}<br />
*:first-child+html body {<br />
font-size: 75%;<br />
}<br />
/**/</p>
<p>/* 基本タグ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; */</p>
<p>body,div,<br />
dl,dt,dd,ul,ol,li,<br />
h1,h2,h3,h4,h5,h6,<br />
p,blockquote,pre,cite,code,caption,<br />
form,fieldset,legend,input,textarea,select,option,label {<br />
margin:0;<br />
padding:0;<br />
}<br />
table {<br />
border-collapse:collapse;<br />
border-spacing:0;<br />
}<br />
fieldset,img {<br />
border:0;<br />
}<br />
address,caption,cite,code,dfn,em,strong,th,var {<br />
font-style:normal;<br />
font-weight:normal;<br />
}</p>
<p>ol,<br />
ul {<br />
list-style: none;<br />
}</p>
<p>li img,<br />
dt img {<br />
vertical-align: bottom;<br />
}<br />
caption,th {<br />
text-align:left;<br />
}<br />
q:before,q:after {<br />
content:&#8221;;<br />
}</p>
<p>object,<br />
embed {<br />
vertical-align: top;<br />
}</p>
<p>abbr,acronym {<br />
border:0;<br />
}</p>
<p>/* &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
float解除<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; */</p>
<p>.clearfix:after {<br />
clear:both;<br />
content:&#8221;.&#8221;;<br />
display:block;<br />
height:0;<br />
visibility:hidden;<br />
}<br />
.clearfix {<br />
display:inline-block;<br />
}<br />
* html .clearfix {<br />
height:1%;<br />
}<br />
.clearfix {<br />
display:block;<br />
}</p>
<p>/* MacIE begin \*/<br />
*+html .clearfix{height: 1%;}<br />
* html .clearfix{height: 1%;}<br />
.clearfix{display: block;}<br />
/* Mac IE end */</p>
]]></content:encoded>
			<wfw:commentRss>http://pmtea.net/blog/2009/10/01/css%e3%82%b3%e3%83%bc%e3%83%87%e3%82%a3%e3%83%b3%e3%82%b0%e3%80%80%e3%80%9c%e3%83%aa%e3%82%bb%e3%83%83%e3%83%882%e3%80%9c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pmtea.net/blog/2009/10/01/css%e3%82%b3%e3%83%bc%e3%83%87%e3%82%a3%e3%83%b3%e3%82%b0%e3%80%80%e3%80%9c%e3%83%aa%e3%82%bb%e3%83%83%e3%83%882%e3%80%9c/" />
	</item>
	</channel>
</rss>
