<?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>blockquote &#8211; Thesis Docs</title>
	<atom:link href="https://diythemes.com/thesis/rtfm/tag/blockquote/feed/" rel="self" type="application/rss+xml" />
	<link>https://diythemes.com/thesis/rtfm</link>
	<description>Documentation, How-tos, and Best Practices for the Thesis WordPress Theme System</description>
	<lastBuildDate>Sat, 13 Jul 2019 17:57:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>
	<item>
		<title>Create Pullquotes in Posts</title>
		<link>https://diythemes.com/thesis/rtfm/create-pullquotes-posts/</link>
		
		<dc:creator><![CDATA[Shelley]]></dc:creator>
		<pubDate>Tue, 07 Apr 2009 00:20:36 +0000</pubDate>
				<category><![CDATA[Thesis 1 Documentation]]></category>
		<category><![CDATA[blockquote]]></category>
		<category><![CDATA[post styling]]></category>
		<category><![CDATA[pullquote]]></category>
		<guid isPermaLink="false">https://diythemes.com/answers/?p=3</guid>

					<description><![CDATA[How to insert pullquotes in your posts, and customize the default styles.]]></description>
										<content:encoded><![CDATA[<p>Thesis provides a pre-existing style for pullquotes; just assign a class of either <code>right</code> or <code>left</code> to the <code>blockquote</code> tag.</p>
<h3>Example of Right Pullquote</h3>
<pre class="html">
&lt;blockquote class=&quot;right&quot;&gt;This is a right pullquote.&lt;/blockquote&gt;
</pre>
<blockquote class="right"><p>This is a right pullquote.</p></blockquote>
<p> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam egestas, mauris id dignissim dignissim, leo augue rutrum lacus, id condimentum nisl elit ut nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nulla facilisi.</p>
<h3>Example of Left Pullquote</h3>
<pre class="html">
&lt;blockquote class=&quot;left&quot;&gt;This is a left pullquote.&lt;/blockquote&gt;
</pre>
<blockquote class="left"><p>This is a left pullquote.</p></blockquote>
<p> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam egestas, mauris id dignissim dignissim, leo augue rutrum lacus, id condimentum nisl elit ut nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nulla facilisi.</p>
<h3>Styling Pullquotes</h3>
<p>If you want to customize the default styles Thesis applies to your pullquotes, use the following <abbr title="Cascading Style Sheet">CSS</abbr> declarations in your <code>custom.css</code> as a starting point:</p>
<pre>
.custom .format_text <strong>blockquote</strong>.left {
   <span class="property">border</span>: <span class="num">3</span><span class="keyword">px</span> <span class="str">double</span> <span class="color">#aaa</span>;
   <span class="property">color</span>: <span class="color">#111</span>;
   <span class="property">background-color</span>: <span class="color">#eee</span>;
}

.custom .format_text <strong>blockquote</strong>.right {
   <span class="property">border</span>: <span class="num">3</span><span class="keyword">px</span> <span class="str">double</span> <span class="color">#aaa</span>;
   <span class="property">color</span>: <span class="color">#111</span>;
   <span class="property">background-color</span>: <span class="color">#eee</span>;
}
</pre>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
