<?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/"
	>

<channel>
	<title>易站 &#187; CSS</title>
	<atom:link href="http://www.easez.com/category/design/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.easez.com</link>
	<description>又一个 WordPress 博客</description>
	<lastBuildDate>Fri, 26 Mar 2010 16:27:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>精选5种blockquote引用CSS样式</title>
		<link>http://www.easez.com/design/css/five-blockquote-css-style/</link>
		<comments>http://www.easez.com/design/css/five-blockquote-css-style/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 00:17:04 +0000</pubDate>
		<dc:creator>Hardy</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[blockquote]]></category>

		<guid isPermaLink="false">http://www.easez.com/?p=26</guid>
		<description><![CDATA[易站精心为大家整理了5中引用的CSS效果。欢迎大家使用。


No related posts.]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-27" href="http://www.easez.com/css/five-blockquote-css-style/attachment/blockquotes1/"><img class="alignnone size-full wp-image-27" title="blockquotes1" src="http://www.easez.com/wp-content/uploads/2010/02/blockquotes1.png" alt="" width="522" height="202" /></a></p>
<p><code>blockquote.style1 {<br />
  font: 14px/20px italic Times, serif;<br />
  padding: 8px;<br />
  background-color: #faebbc;<br />
  border-top: 1px solid #e1cc89;<br />
  border-bottom: 1px solid #e1cc89;<br />
  margin: 5px;<br />
  background-image: url(images/openquote1.gif);<br />
  background-position: top left;<br />
  background-repeat: no-repeat;<br />
  text-indent: 23px;<br />
  }<br />
  blockquote.style1 span {<br />
     display: block;<br />
     background-image: url(images/closequote1.gif);<br />
     background-repeat: no-repeat;<br />
     background-position: bottom right;<br />
   }<br />
</code></p>
<p><a rel="attachment wp-att-28" href="http://www.easez.com/css/five-blockquote-css-style/attachment/blockquotes2/"><img class="alignnone size-full wp-image-28" title="blockquotes2" src="http://www.easez.com/wp-content/uploads/2010/02/blockquotes2.png" alt="" width="512" height="225" /></a></p>
<p><code>blockquote.style2 {<br />
  font: 14px/22px normal helvetica, sans-serif;<br />
  margin-top: 10px;<br />
  margin-bottom: 10px;<br />
  margin-left: 50px;<br />
  padding-left: 15px;<br />
  border-left: 3px solid #ccc;<br />
} </code></p>
<p><a rel="attachment wp-att-29" href="http://www.easez.com/css/five-blockquote-css-style/attachment/blockquotes3/"><img class="alignnone size-full wp-image-29" title="blockquotes3" src="http://www.easez.com/wp-content/uploads/2010/02/blockquotes3.png" alt="" width="524" height="274" /></a></p>
<p><code>blockquote.style3 {<br />
  font: 18px/30px normal Tahoma, sans-serif;<br />
  padding-top: 22px;<br />
  margin: 5px;<br />
  background-image: url(images/openquote3.gif);<br />
  background-position: top left;<br />
  background-repeat: no-repeat;<br />
  text-indent: 65px;<br />
  }<br />
  blockquote.style3 span {<br />
    display: block;<br />
    background-image: url(images/closequote3.gif);<br />
    background-repeat: no-repeat;<br />
    background-position: bottom right;<br />
}</code></p>
<p><a rel="attachment wp-att-30" href="http://www.easez.com/css/five-blockquote-css-style/attachment/blockquotes4/"><img class="alignnone size-full wp-image-30" title="blockquotes4" src="http://www.easez.com/wp-content/uploads/2010/02/blockquotes4.png" alt="" width="503" height="207" /></a></p>
<p><code>blockquote.style4 {<br />
  font: 14px/20px italic Times, serif;<br />
  padding-left: 70px;<br />
  padding-top: 18px;<br />
  padding-bottom: 18px;<br />
  padding-right: 10px;<br />
  background-color: #dadada;<br />
  border-top: 1px solid #ccc;<br />
  border-bottom: 1px solid #ccc;<br />
  margin: 5px;<br />
  background-image: url(images/openquote4.gif);<br />
  background-position: middle left;<br />
  background-repeat: no-repeat;<br />
  text-indent: 23px;<br />
}</code></p>
<p><a rel="attachment wp-att-31" href="http://www.easez.com/css/five-blockquote-css-style/attachment/blockquotes5/"><img class="alignnone size-full wp-image-31" title="blockquotes5" src="http://www.easez.com/wp-content/uploads/2010/02/blockquotes5.png" alt="" width="510" height="162" /></a></p>
<p><code>blockquote.style5 {<br />
  font: 12px/18px normal "Courier New", sans-serif;<br />
  padding-left: 70px;<br />
  padding-top: 2px;<br />
  padding-bottom: 2px;<br />
  background-color: #000;<br />
  color: white;<br />
  border-top: 1px solid #ccc;<br />
  border-bottom: 1px solid #ccc;<br />
  margin: 5px;<br />
  background-image: url(images/openquote5.gif);<br />
  background-position: middle left;<br />
  background-repeat: no-repeat;<br />
  text-indent: 23px;<br />
  }<br />
  blockquote.style5 div {<br />
    padding-right: 50px;<br />
    display: block;<br />
    background-image: url(images/closequote5.gif);<br />
    background-repeat: no-repeat;<br />
    background-position: bottom right;<br />
}</code></p>
<p><a href="blockquote.style5 {" target="_blank">演示</a> <a href="http://css-tricks.com/examples/Blockquotes.zip">下载</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.easez.com/design/css/five-blockquote-css-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
